Board index » delphi » Saving TIMAGE as GIF in delph 1.0

Saving TIMAGE as GIF in delph 1.0

Does any have (and can email to me) or know of (and can give me an FTP site
or URL) delphi 1.0 source code or DLL that can save a TIMAGE as a GIF.

thanks in advance

alex birney
(ee3...@bris.ac.uk)

 

Re:Saving TIMAGE as GIF in delph 1.0


I just saw a new componenet in the Delphi Superpage (giffiles,zip)that
implements a small app to read and write between BMP and GIF files.  I
think it should be very easy to get the canvas property then save it as
a gif.

Regards, Gus

Quote
AP Birney wrote:

> Does any have (and can email to me) or know of (and can give me an FTP site
> or URL) delphi 1.0 source code or DLL that can save a TIMAGE as a GIF.

> thanks in advance

> alex birney
> (ee3...@bris.ac.uk)

--
+--------------------------------------------------------------------+
| Gus Estrella                 International Bull Telecommunications |
| Manager, Network Management Systems                    Groupe Bull |
| G.Estre...@bull.com           http://www.digitaldaze.com/estrella/ |
|                                                                    |
| "Don't assume intent or malice until stupidity has been ruled out" |
+--------------------------------------------------------------------+

Re:Saving TIMAGE as GIF in delph 1.0


Quote
Gus Estrella wrote:

> AP Birney wrote:

> > Does any have (and can email to me) or know of (and can give me an FTP site
> > or URL) delphi 1.0 source code or DLL that can save a TIMAGE as a GIF.

> > thanks in advance

> > alex birney
> > (ee3...@bris.ac.uk)

> I just saw a new componenet in the Delphi Superpage (giffiles,zip)that
> implements a small app to read and write between BMP and GIF files.  I
> think it should be very easy to get the canvas property then save it as
> a gif.

> Regards, Gus

Well, you will have to some programming yourself, because I used 'long
strings'
as a kind of byte buffer which can contain more than 256 bytes. That
means it will
not work just like that in Delphi 1.
It shouldn't be too difficult to rewrite that part, though.

Reinier Sterkenburg
(I wrote giffiles.zip).

Other Threads