Thread: RLE8 Bitmap Encoding

  1. #1
    Registered User
    Join Date
    Apr 2002
    Posts
    1,571

    RLE8 Bitmap Encoding

    This isn't a technical question. I was just wondering if anyone has a bitmap that is compressed USING RLE8 encoding. I wrote a decoder and don't feel like writing an encoder and I just want to be able to test my program. I haven't been able to find these bitmaps anywhere! If you have one or know where one is let me know! Thanks.

  2. #2
    Microsoft. Who? MethodMan's Avatar
    Join Date
    Mar 2002
    Posts
    1,198
    I cant help you out, but I was curious, why would you spend your time to make a program that you cant use. Dont you make them for a usefull purpose, usually for yourself.
    -MethodMan-

    Your Move:Life is a game, Play it; Life is a challenge, Meet it; Life is an opportunity, capture it.

    Homepage: http://www.freewebs.com/andy_moog/home.html

  3. #3
    Davros
    Guest
    PaintShop Pro will let you save a BMP with Run Length Encoding.

    You should be able to download a trial version from www.jasc.com

  4. #4
    Registered User
    Join Date
    Apr 2002
    Posts
    1,571
    Great Thanks! I will check that out really soon. Also, I'm not sure what you mean MethodMan. What do you mean a program I can't use? I am currently making a bitmap suite that is API independent so I'm just messing with a few different things. This week I am adding bilinear filtering, scaling, and RLE8 decompression.

  5. #5
    Davros
    Guest
    > I am currently making a bitmap suite that is API independent

    I would be really interested in this. Currently I've been using a suit by

    www.hicomponents.com

    It's alright, but I don't really want my code to be dependent upon it in the future. In fact, I've gone to great lengths to modulise it inside one class with my own interface.

    If you can load tiffs, pngs, gifs with you're API, I would be really interested. Will you share you're code.

  6. #6
    Registered User
    Join Date
    Apr 2002
    Posts
    1,571
    Well I am just dealing with bitmaps right now. I might make it available if people are interested when it is complete. Sorry I don't have plans to extend it into tiffs pngs and other extensions
    "...the results are undefined, and we all know what "undefined" means: it means it works during development, it works during testing, and it blows up in your most important customers' faces." --Scott Meyers

  7. #7
    Its not rocket science vasanth's Avatar
    Join Date
    Jan 2002
    Posts
    1,683
    >>I cant help you out, but I was curious, why would you spend >>your time to make a program that you cant use. Dont you >>make them for a usefull purpose, usually for yourself.


    Well people just dont make programs that are always usefull.. For example i do all kind of crap programs in my free time to improve my programming abilities.. For example i am into programming games which i have posted many times on this board.. I see there are better games on the net with the sorce for free but if i always use them when am i going to improve my skills.. So experimenting with silly programs is the best way to learn a language properly...

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Loading a bitmap (Without using glaux)
    By Shamino in forum Game Programming
    Replies: 7
    Last Post: 03-16-2006, 09:43 AM
  2. OpenGL -- Bitmaps
    By HQSneaker in forum Game Programming
    Replies: 14
    Last Post: 09-06-2004, 04:04 PM
  3. Loading a Bitmap resource for OpenGL Texture[x]
    By the dead tree in forum Game Programming
    Replies: 4
    Last Post: 08-26-2004, 01:12 PM
  4. bitmap not going onto screen
    By stallion in forum Windows Programming
    Replies: 4
    Last Post: 02-22-2003, 10:07 AM
  5. texture is all white in opengl!
    By Crossbow in forum Game Programming
    Replies: 7
    Last Post: 03-31-2002, 11:54 AM