Manipulating Print / Document Size Issue
Posted: 2008-06-06T12:11:05-07:00
I am trying to create a .5 x .5 inch thumbnail with Imagemagick. Theres a huge quality difference between what I am doing in Imagemagick versus what I can do in Photoshop. I'm new to image manipulation, so I could be missing a step. The image attached illustrates the steps I'm taking for each method and it shows the resulting image.
In Imagemagick, I'm cropping / resizing while keeping the dpi at 300. What I'm not able to do is set the document size. My command looks like:
convert -density 300 -thumbnail 120 -crop 50x40+55+15 input.jpg output.png
In Photoshop, using the crop tool, I can set the print size and crop to 150 pixels wide at 300 dpi.
It looks to me like its a document / print size issue. Any ideas?
http://64.182.1.86/gd3/shrinkingquality.jpg
-Mark
In Imagemagick, I'm cropping / resizing while keeping the dpi at 300. What I'm not able to do is set the document size. My command looks like:
convert -density 300 -thumbnail 120 -crop 50x40+55+15 input.jpg output.png
In Photoshop, using the crop tool, I can set the print size and crop to 150 pixels wide at 300 dpi.
It looks to me like its a document / print size issue. Any ideas?
http://64.182.1.86/gd3/shrinkingquality.jpg
-Mark