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?".
I've tried relocating the -rotate command to before and after gravity center and it still won't rotate (non-square images do though). Currently the only fix is to -rotate 90 before and after the -composite, which will over complicate things for me later on. Thanks!
Last edited by holden on 2013-05-16T12:24:57-07:00, edited 1 time in total.
What version of IM are you using and what platform. In unix parenthesis must be escaped as \( square.jpg -rotate 90 -resize x1350 \). In windows, that is not necessary. But there is a windows convert command also. So you must be sure you are using the IM convert
That is not working either- using IM 6.8.5.5
I'm on windows, but have yet to come across an issue with the convert command . I've had success with non-square images using this code, just a perfectly square image (362x362 in this case) doesn't want to rotate.
*edit* OK, now sans rotate it works. And it works in general - I am auto generating command files, I wonder if a space somewhere would mess things up. Thanks again IM team.