Thread: bmp deocder

  1. #1
    Registered User
    Join Date
    Jun 2005
    Posts
    4

    Question bmp deocder, RLE4 Compression???

    Hi all...
    I try, for some days now to write a bmp decoder without using any windows functions,
    headers, or winAPI. For image preview i use openGL .I have managed to decode 4dit,1dit, 24bit and 8bit uncopressed images, but I am now stack to RLE4 Compessed bmps.

    I found some info for all these, but there aren't enought. I could use any help... docs, pdfs,sites or code (in c, c++, java).

    I attach my code here, but it is to long.
    Any comments or ideas acceptable. Also you will helped a lot if you can send me any
    info at [email protected]. (Note: it's my first piece of code that might be usefull to some one (I think)).
    Last edited by urban; 09-23-2005 at 05:52 AM.

  2. #2
    Yes, my avatar is stolen anonytmouse's Avatar
    Join Date
    Dec 2002
    Posts
    2,544

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. using basic library to write curve to bmp
    By CIO in forum C Programming
    Replies: 3
    Last Post: 02-21-2009, 02:25 PM
  2. Problem reading BMP
    By Mortissus in forum C Programming
    Replies: 4
    Last Post: 02-02-2006, 06:32 AM
  3. Strange problem with bmp
    By Victor in forum Linux Programming
    Replies: 2
    Last Post: 04-04-2005, 02:48 PM
  4. reading a bmp
    By da_dupa in forum C Programming
    Replies: 1
    Last Post: 06-24-2004, 12:57 PM
  5. adding encryption to bmp
    By GiraffeMan in forum C Programming
    Replies: 10
    Last Post: 04-16-2002, 01:42 PM