Board index » delphi » rotate an image with some degrees..

rotate an image with some degrees..

Dear all,

Can someone tell me how I can rotate an image to some degrees around its center?

Many thanks.

Best regards,
Ron.

 

Re:rotate an image with some degrees..


Quote
tjhu...@ms8.hinet.net wrote in message <6olcsa$...@netnews.hinet.net>...
>Dear all,

>Can someone tell me how I can rotate an image to some degrees around its

center?

You might want to check out the following examples on the Image Processing
page of my Computer Lab (Delphi 3 examples):

FlipReverseRotate -- Rotate Bitmap multiples of 90 degrees using Scanline
RotateScanLine -- Rotate Bitmap any number of degrees around specified axis
of rotation
RotatePixels -- Rotate Bitmap (slowly) multiples of 90 degrees using Pixels
property

efg
_________________________________________
efg's Computer Lab:  http://infomaster.net/external/efg

Earl F. Glynn                 E-Mail:  EarlGl...@att.net
MedTech Research Corporation, Lenexa, KS  USA

Other Threads