Resize: To do nothing for the "Only Shrink Large
Posted: 2012-09-19T14:21:23-07:00
The original image:
http://www.tiaoyue.com/img/_test/original.jpg
Size:100x100 2,457 bytes
Try to get a thumbnail:
Or in Windows:
Get the file:
SecondaryCompression.jpg
2,452 bytes
Can I get the target file(SecondaryCompression.jpg) with out secondary compression,only copy of original image?(2,457 bytes of the image)
Reference:
http://www.imagemagick.org/Usage/resize/#shrink
http://www.tiaoyue.com/img/_test/original.jpg
Size:100x100 2,457 bytes
Try to get a thumbnail:
Code: Select all
convert http://www.tiaoyue.com/img/_test/original.jpg -thumbnail 200x200\> SecondaryCompression.jpg
Code: Select all
convert http://www.tiaoyue.com/img/_test/original.jpg -thumbnail 200x200^> SecondaryCompression.jpg
SecondaryCompression.jpg
2,452 bytes
Can I get the target file(SecondaryCompression.jpg) with out secondary compression,only copy of original image?(2,457 bytes of the image)
Reference:
http://www.imagemagick.org/Usage/resize/#shrink