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?".
to generate a series of images, each rotated 1 degree more than the previous one. So, I start with test.png which will be at 0 degrees, test1.png will be at 1 degree and so on until a 360 degrees rotation is done.
Like it is, it will do one image and that's all. I don't know how to make it run over the newly created images or apply a bigger rotation to the original image and create a new file everytime... and I assume both are possible?
to generate a series of images, each rotated 1 degree more than the previous one. So, I start with test.png which will be at 0 degrees, test1.png will be at 1 degree and so on until a 360 degrees rotation is done.
Like it is, it will do one image and that's all. I don't know how to make it run over the newly created images or apply a bigger rotation to the original image and create a new file everytime... and I assume both are possible?
First -- you can not output to a 'wildcard' filename! That just does not make any sense
might it not be able to tell 000 from 0? that is 000 causes an error? or like in my old Mac OSX Tiger, that "for" sequence does not work and you have to use another looping method.