Board index » delphi » How can I rotate a JPG/GIF image?

How can I rotate a JPG/GIF image?

I am using the TGifImage and TImage with JPG and GIF images and I need to rotate some of them 90deg without modifing the original image.  Is there anyway to do this?

Thanks in advance,
Scott

 

Re:How can I rotate a JPG/GIF image?


"scottwillis" <sc...@hew.com> wrote in <3bbdcc65$1_1@dnews>:

Quote

>I am using the TGifImage and TImage with JPG and GIF images and I need
>to rotate some of them 90deg without modifing the original image.  Is
>there anyway to do this?

>Thanks in advance,
>Scott

Assign them to a Tbitmap and show,rotate the TBitmap instead.

regards
Johnnie.

Re:How can I rotate a JPG/GIF image?


http://www.efg2.com/Lab/ImageProcessing/RotateScanline.htm
Quote
scottwillis wrote:

> I am using the TGifImage and TImage with JPG and GIF images and I need to rotate some of them 90deg without modifing the original image.  Is there anyway to do this?

> Thanks in advance,
> Scott

Other Threads