Thread: reading gif image pixel Information-help

  1. #1
    Registered User
    Join Date
    May 2008
    Posts
    134

    Unhappy reading gif image pixel Information-help

    Can anybody suggest me or code me to decompress the gif code I mean i want to read the pixel information in
    Code:
    int pixelinfo[][][3];//for RGB
    I can read the header and other image information

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    Just type in "GIF file format" to a search engine.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  3. #3
    Banned
    Join Date
    May 2008
    Location
    Four Dots Planet
    Posts
    72
    better use some lib i would say gif are of many types animated gifs may be harder to do your self otherwise if you want to learn the stuff it is okay for me post your finished code if possible when you are done. good luck.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. insert/add a GIF image in VC++ 6.0
    By tdk02 in forum Windows Programming
    Replies: 4
    Last Post: 08-14-2006, 08:20 AM
  2. Reading color tiff images?
    By compz in forum Game Programming
    Replies: 1
    Last Post: 11-21-2003, 12:48 AM
  3. Special Allegro Information
    By TechWins in forum Game Programming
    Replies: 12
    Last Post: 08-20-2002, 11:35 PM
  4. How to change a mouse cursor in console mode
    By GaPe in forum Windows Programming
    Replies: 10
    Last Post: 07-03-2002, 07:42 AM