Page 1 of 1

RotateImage Component - Save Rotated Image

PostPosted: September 22nd, 2004, 3:10 pm
by ClayMan
Hello,
I need to know how to save the newly rotated image, it always saves the original non-rotated image back to file. I am using Delphi5 Win2000.
Thanks,
ClayMan

PostPosted: September 22nd, 2004, 7:06 pm
by Johnny_Bit
simple - it rotates image to canvas. analyze code, find way to do it, write it.

but it's just half hour work ...

PostPosted: September 23rd, 2004, 12:09 pm
by Kambiz
It's much more simpler. To access to the rotated image, use the RotatedBitmap property of the component.

PostPosted: September 25th, 2004, 2:50 pm
by Johnny_Bit
by analyzing code he would find out RotatedBitmap ... but...