Hi, I have searched on the web for software that batch convert image at different rotation angle from a source file, but my searches went unsuccessful. Does what I am looking for exists? What would be awesome is an application that we browse for a source image in PNG and a target directory and when a button is pressed the program create every "source-" + angle + ".png"
like source-1.png to source-360.png.
Anyone know such a program?
EDIT
For more clarity, I want to put oriented marker inside google map in a asp.net web app. Since google map api doesn't allow to set the angle we want to show the image, I will set the src of tag with the link to the wanted angle. Something similar can be found there with the planes (direct link to plane at 0 degree, 180 degree, 290 degree).
So I have my basic png file 20px by 20px, but I rather prefer not to create 360 images wich would be a pain because I have 6 type of images for now and counting. So I was looking for a little soft that would help me achieve this.