resize bug
Posted: 2008-10-01T06:49:34-07:00
Very strange problem when resizing a particular JPG image. After the resize, the binary file is much smaller, identify shows the same size. When displayed the image is very pixelized.
Seems to be some kind of resize bug/unsupported picture format ?
OS: CentOS 5.2 (Redhat 5)
convert --version
Version: ImageMagick 6.2.8 04/17/08 Q16 file:/usr/share/ImageMagick-6.2.8/doc/index.html
Copyright: Copyright (C) 1999-2006 ImageMagick Studio LLC
Test image: http://img72.imageshack.us/my.php?image=dscn0084ye4.jpg
identify DSCN0084.JPG
DSCN0084.JPG JPEG 1024x768 1024x768+0+0 DirectClass 1.1e+02kb
convert -size 800x600 DSCN0084.JPG test1.jpg
identify test1.jpg
test1.jpg JPEG 1024x768 1024x768+0+0 DirectClass 48kb
test1.jpg is very pixelized.
Trested also with ImageMagick 6.4.x, same strange results.
Seems to be some kind of resize bug/unsupported picture format ?
OS: CentOS 5.2 (Redhat 5)
convert --version
Version: ImageMagick 6.2.8 04/17/08 Q16 file:/usr/share/ImageMagick-6.2.8/doc/index.html
Copyright: Copyright (C) 1999-2006 ImageMagick Studio LLC
Test image: http://img72.imageshack.us/my.php?image=dscn0084ye4.jpg
identify DSCN0084.JPG
DSCN0084.JPG JPEG 1024x768 1024x768+0+0 DirectClass 1.1e+02kb
convert -size 800x600 DSCN0084.JPG test1.jpg
identify test1.jpg
test1.jpg JPEG 1024x768 1024x768+0+0 DirectClass 48kb
test1.jpg is very pixelized.
Trested also with ImageMagick 6.4.x, same strange results.