jpg file after convert rotate corrupted.

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
chenlq

jpg file after convert rotate corrupted.

Post by chenlq »

I need rotate a jpg image by covert .
using command like:
convert -rotate -90 img.jpg nimg.jpg
The new image 'nimg.jpg' is rotated but corrupted with many vertical line on surface.

$ convert -version
Version: ImageMagick 6.4.6 2008-12-26 Q16 OpenMP
$ uname -a
Linux xx.com 2.6.18-53.el5 #1 SMP Wed Oct 10 16:34:19 EDT 2007 x86_64 x86_64 x86_64 GNU/Linux

before:
Image

after:
Image
chenlq

Re: jpg file after convert rotate corrupted.

Post by chenlq »

sorry. It'is already resolved in
viewtopic.php?f=1&t=12745
Post Reply