help! rotate problem

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
harian

help! rotate problem

Post by harian »

I resize an imange and rotate to 90, the command is:

convert o.jpg -resize 2400x1960 -rotate -90 r.png

but r.png is something wrong.

Original image o.jpg like:
Image

Result image r.png like:
Image
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: help! rotate problem

Post by anthony »

Can you at least replace the above images with either just a normal link, OR smaller images. They are HUGE!!!!!

As for the problem you hit a bug that was just recently fixed.
Upgrade your IM ASAP.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
harian

Re: help! rotate problem

Post by harian »

Thanks Anthony!

I have updated the images with small size.

And I tried new version 6.4.7 of IM and the problem has been fixed.


Thank you very much.
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: help! rotate problem

Post by anthony »

Much better. And I glad it was a simple solution.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply