24 Bit BMP File Structure 
Author Message
 24 Bit BMP File Structure

Help,
        I am having a problem finding details of the BMP 24bit File structure.
Can Anyone Help ??

Many Thanks

Ashley Morgan



Fri, 05 Dec 1997 03:00:00 GMT  
 24 Bit BMP File Structure

Quote:

>Help,
>    I am having a problem finding details of the BMP 24bit File
structure.
>Can Anyone Help ??

If you have VB Pro 3, in the Help file, at the top, there is an "other
topics" jump. Other topics lists VB Pro 3. The second jump item has API
references, and that has TypeDefs for Bitmaps.


Fri, 05 Dec 1997 03:00:00 GMT  
 24 Bit BMP File Structure

Quote:

> Help,
>    I am having a problem finding details of the BMP 24bit File structure.
> Can Anyone Help ??

        If you know the 8-bit bmp file structure the 24-bit is the same
except that the bitsperpixel field is 24, there's no colortable included,
and each pixel is represented by 3 bytes, for the R, B, and G values
(I don't remember what order they come in).
Dave Ullrich


Fri, 05 Dec 1997 03:00:00 GMT  
 24 Bit BMP File Structure

Quote:



> >> Help,
> >>   I am having a problem finding details of the BMP 24bit File structure.
> >> Can Anyone Help ??

> >       If you know the 8-bit bmp file structure the 24-bit is the same
> >except that the bitsperpixel field is 24, there's no colortable included,
> >and each pixel is represented by 3 bytes, for the R, B, and G values
> >(I don't remember what order they come in).

> RGB.

> And remember, all the reds are together (for a given line), then the greens,
> then the blues -- in the attempt to exploit RLE.

        Really - I didn't know that! Or are you talking about just
24bit *.rle's? My (delphi\)winapi.hlp says "... and each 3-byte
sequence in the bitmap array represents the relative intensities of
red, green, and blue, respectively, for a pixel."
        I've never tried this (a Delphi T24BitBitmap is close to the
top of my to-do list) so you may be right - if you were only talking
about RLE's we could both be right.
Dave Ullrich


Sat, 06 Dec 1997 03:00:00 GMT  
 24 Bit BMP File Structure

Quote:


>> Help,
>>        I am having a problem finding details of the BMP 24bit File structure.
>> Can Anyone Help ??
>    If you know the 8-bit bmp file structure the 24-bit is the same
>except that the bitsperpixel field is 24, there's no colortable included,
>and each pixel is represented by 3 bytes, for the R, B, and G values
>(I don't remember what order they come in).

RGB.

And remember, all the reds are together (for a given line), then the greens,
then the blues -- in the attempt to exploit RLE.

--
 "November 5, 1996"
 ------------------------------------
 Phil Paxton :: Fishers, Indiana, USA



Sat, 06 Dec 1997 03:00:00 GMT  
 
 [ 5 post ] 

 Relevant Pages 

1. 24 bit BMP to 8 bit BMP

2. BMP 24-bit to BMP 1-bit converting

3. Convert 16 bit bmp to 24 bit bmp

4. 24-bit bmp to 1-bit conversion

5. bmp 24-bit to 1-bit conversion

6. How to load a 24 bit bmp picture

7. Reduce BMP to 8 bit from 24

8. IMAGELIST and 24 by 24 bit icons...

9. Howto change 24 bit bitmap into 8 bit bitmap in vb

10. How To Convert BMP 24 bit to BMP 8 bit in VB?

11. How To Convert BMP 24 bit to BMP 8 bit in VB?

12. Converting 16/24 bit image to 8 bit

 

 
Powered by phpBB® Forum Software