Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Hello monks. I used to do a little programming in visual basic. There it was possible to rescale the image screen to a size of your liking. So an equal great screen but with less or more units(pixels, twips etc.). I was wondering if something like that is possible in Perl when doing some drawings or animations. Thank you for your time.

Replies are listed 'Best First'.
Re: rescaling the image screen (sure)
by Anonymous Monk on Jul 06, 2013 at 04:14 UTC

    in Perl when doing some drawings or animations.

    Sure its possible if its supported by whatever that something you're using in Perl when doing some drawings or animations supports it, and most of those things that support drawing/animations support scaling