Hi all.
I've just loaded an image with a 255, 0, 255 mask.
I now want to create 359 rotated images, so I use:
for i = 1 to 359
imageArray(i) = copyimage(original image)
rotateimage imageArray(i), i
next
My problem is that although the original image is perfect, the mask colour shows up around the edges of each of the rotated images.
Any suggestions? Thanks in advance.
Oh, btw, the image is a bmp, and (if possible) i'd like to keep it that way.
Thanks
I've just loaded an image with a 255, 0, 255 mask.
I now want to create 359 rotated images, so I use:
for i = 1 to 359
imageArray(i) = copyimage(original image)
rotateimage imageArray(i), i
next
My problem is that although the original image is perfect, the mask colour shows up around the edges of each of the rotated images.
Any suggestions? Thanks in advance.
Oh, btw, the image is a bmp, and (if possible) i'd like to keep it that way.
Thanks