Re:GIF/JPG conversion for display, etc.
Quote
Pete Wason <z...@stumpworld.com> wrote:
You can take a look at my TGIFImage library. It is free and comes with
full source and a couple of demos:
http://www.melander.dk/delphi/gifimage/
Quote
>1. display the image in a TImage, and
TJPEGImage, my own TGIFImage (and the GIF stuff in RXlib I believe)
integrates with TImage.
Quote
>2. copy the file to a particular directory, renaming it to one of a set
>of predefined filenames ie.,
> lrg_hrs(.gif) ---> display BMP in TImage ---> b-back(.gif)
How about this (Image is a TImage component):
Image.Graphic.LoadFromFile('OneName.gif');
...GIF is now displayed...
Image.Graphic.SaveToFile('OtherName.gif');
Quote
>I've found some mention of a TJPEG component in the Delphi help, but am
>pretty lost on that one too. Any hints?
Borland has a few TIs on their site that deals with TJPEGImage. What
do you need to know?
(cc via email)
Thank you for flying Air Melander.
+--------------------from usenet----------------------+
| Anders Bo Melander | Phone: (+45) 31 87 91 26 |
| Finsensvej 79, 2. tv. | mailto:and...@melander.dk |
| DK-2000 Frederiksberg | http://www.melander.dk |
| Denmark | flameto:bi...@microsoft.com|
+------------------------+----------------------------+