• GIF

    From Renato Zambon@1:2320/100 to All on Sat May 15 22:34:58 2004
    Oi!

    Procuro um descendente de tgraphic para ler arquivos GIF, como no
    exemplo abaixo, para carregar uma imagem jpg, bmp ou gif:

    var g:tgraphic;
    (...)
    if ext='.JPG' then g:=TJPEGImage.Create else
    if ext='.GIF' then g:=TGIFImage.Create
    else g:=TBitmap.Create;
    g.LoadFromFile(cada.imagef);

    Com fonte, free, que nÆo seja DLL, de preferˆncia uma £nica unit.
    Achei um "delgif" que funciona mas ‚ lento... Alguma sugestÆo?

    []s
    --- GoldED+/386 1.1.4.7
    # Origin: HidraSoft BBS * SP,Brasil * telnet hidrasoft.dyndns.org (4:801/161)
    * Origin: LiveWire BBS - Synchronet - LiveWireBBS.com (1:2320/100)
  • From Renato Zambon@1:2320/100 to All on Sun May 16 19:16:28 2004
    * Forwarded from DELPHI by Renato Zambon (4:801/161).
    * Originally by: Renato Zambon (4:801/161), 16 May 04 13:23.
    * Originally to: all.

    gifimage I didn't try, seems big and needs installation,

    Ops, solved! Was not so big, from 218 files inside can unpack from
    it only the gifimage.pas that it works exactly the way I wanted :-))

    []s
    --- GoldED+/386 1.1.4.7
    # Origin: HidraSoft BBS * SP,Brasil * telnet hidrasoft.dyndns.org (4:801/161)
    * Origin: LiveWire BBS - Synchronet - LiveWireBBS.com (1:2320/100)