I convert a png file to jpg, but imagemagick gives me error.
http://i.imgur.com/NIaPOJT.png
http://i.imgur.com/NIaPOJT.png
convert NIaPOJT.png NIaPOJT.jpg
convert: Expected 8192 bytes; found 7587 bytes `NIaPOJT.png' @ warning/png.c/MagickPNGWarningHandler/1830.
convert: Read Exception ...
Search found 3 matches
- 2014-04-02T00:49:09-07:00
- Forum: Users
- Topic: convert PNG, Expected 8192 bytes; found 7587 bytes
- Replies: 2
- Views: 5866
- 2014-01-09T05:09:16-07:00
- Forum: Bugs
- Topic: ImageMagick do not rotate image according to EXIF
- Replies: 3
- Views: 9720
Re: ImageMagick do not rotate image according to EXIF
so this image should lay down after auto-orient?dlemstra wrote:I can confirm this is a bug in ImageMagick and it will be fixed in 6.8.8-2.
- 2014-01-06T02:18:41-07:00
- Forum: Bugs
- Topic: ImageMagick do not rotate image according to EXIF
- Replies: 3
- Views: 9720
ImageMagick do not rotate image according to EXIF
http://gist.qiniudn.com/auto-orient-bug.jpg
This image has EXIF "Orientation":{"val":"Top-left","type":3} , we know its EXIF is obvious wrong, but it should rotate and lay down.
I use newest ImageMagick running:
convert auto-orient-bug.jpg -auto-orient output.jpg
the output image is same as ...
This image has EXIF "Orientation":{"val":"Top-left","type":3} , we know its EXIF is obvious wrong, but it should rotate and lay down.
I use newest ImageMagick running:
convert auto-orient-bug.jpg -auto-orient output.jpg
the output image is same as ...