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?".
harian
Post
by harian » 2008-12-18T02:22:25-07:00
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:
Result image r.png like:
anthony
Posts: 8883 Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia
Post
by anthony » 2008-12-18T17:45:11-07:00
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.
harian
Post
by harian » 2008-12-18T17:55:32-07:00
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.
anthony
Posts: 8883 Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia
Post
by anthony » 2008-12-18T18:34:39-07:00
Much better. And I glad it was a simple solution.