Results 1 to 4 of 4

Thread: display a .gif file

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jan 1999
    Posts
    165

    Question

    Can anyone help me? How do you display a .gif file from a C++ program,
    C++ ver5 on win 98.
    Thanks

  2. #2
    Member
    Join Date
    Oct 1999
    Location
    Richmond, Virginia
    Posts
    41
    One type of GIF encryption (the most widely used) which i believe is called LZQ is copywrited and can only be aquired via contract from the company that uses it. I found this a little hard to believe when I first found this out (talk about profit!) but after some looking into it I found this to be the case.

    Stick to jpg's or bmps - less legal crap.

    TheLeeMan

  3. #3
    Hyperactive Member
    Join Date
    Jan 2000
    Location
    London
    Posts
    290
    Its true. Dont use .gif.

    see:
    http://burnallgifs.org/
    http://www.byte.com/feature/BYT19991008S0001

    there are so many gfx formats to choose from...

  4. #4
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    PNGs are damn nice to work with, especially if you use Thomas Boutell's GD library, which provides pretty much everything you need. (Prerequisites: zlib and libpng). I can send you VC++ projects for them which work quite well (they did after a lot of testing/thinking).

    See: http://www.boutell.com/gd (I think)

    [Edited by parksie on 05-22-2000 at 02:30 PM]

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width