I have a lot of large images.
Now, I want to make as good as possible smaller images.
With IM, there are many different ways to make these transformations.
But how is the best way?
What commands should I use?
Should I always use "-sharpen" on the thumbnail to get the best result?
(there are many questions....)
Did an analysis of the following instructions
Code: Select all
convert -size 140x140 C:\Temp\Pic\7748790.jpg -thumbnail 120x120 image1.png
convert -size 140x140 C:\Temp\Pic\7748790.jpg -thumbnail 120x120 Image2.png
compare Image1.png Image2.png ImageCompare.gif
(Believed that the image files would be equal )
//Jan