Rotate Image

Need to rotate an image? If so then this is your special process. Simply specify:

Angle of rotation = (-360 to +360 degrees)

Background Color = Background color of the new image. This is an integer value

 BackColor = Red + Green*256 + Blue*256*256 (Red, Green and Blue are 8 bits each)

For example, image\ebx_-1548167381.gif = (R=51, G=193, B = 172) = 51 + 193*256 + 172*256*256 = 11321651