increase the resolution of an image

PerlMagick is an object-oriented Perl interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning PerlMagick.
Post Reply
tagada_tagada

increase the resolution of an image

Post by tagada_tagada »

Hello,

What is the command to increase the resolution of an image named toto.jpg and affect it a resolution of 300 dpi?

Thank you
whoisgregg

Re: increase the resolution of an image

Post by whoisgregg »

Are you trying to change the internal resolution value without changing the pixel width/height? Or are you trying to resize a 72 dpi web image to 300 dpi quality?

Also, which commands have you attempted so far?
Post Reply