I have written a program (attached) that rotates a 100x100px image; but the results are strange!
The image is of a red "racing car", enclosed in a blue circle. The program creates 35 rotated images (for angles 10..350 degrees); each rotated image is in an array; the images are visible and placed in a 6x6 grid (with the zero'th image being the initial version).
If you look at the attached image of the app some of the cars are cropped on the right and some are cropped on the left; BUT, the circle isn't cropped. I could see a reason for the image being strangely cropped, but I can't work out why only the car bits are being cropped.
I believe the issue is with my program's code, not with the LCL; but I can't work out what the error is.
Any comments / suggestions would be very welcome.
cheers
S.