procedure Rotate90(Dst: TBitmap32);
procedure Rotate180(Dst: TBitmap32);
procedure Rotate270(Dst: TBitmap32);
A set of optimized routines for rotating the image 90, 180, and 270 degrees. Angles correspond to the clockwise rotation.