OS/2 bitmap family
From Just Solve the File Format Problem
(Difference between revisions)
m (Jsummers moved page OS/2 BMP to OS/2 bitmap family: Reorganizing OS/2 BMP articles) |
(Refactoring. Almost all info has been moved to other pages.) |
||
Line 2: | Line 2: | ||
|formattype=electronic | |formattype=electronic | ||
|subcat=Graphics | |subcat=Graphics | ||
− | |||
− | |||
}} | }} | ||
− | + | By '''OS/2 bitmap family''', we refer to the following image formats: | |
+ | ** [[OS/2 bitmap array]] | ||
+ | ** The OS/2-style [[BMP]] formats | ||
+ | ** [[OS/2 Icon]] | ||
+ | ** [[OS/2 Pointer]] | ||
− | + | See the individual articles for more information. | |
− | + | == Format details == | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | == Format == | + | |
All files begin with a 14-byte "file header", of which the first two bytes are an ASCII signature indicating the file type. | All files begin with a 14-byte "file header", of which the first two bytes are an ASCII signature indicating the file type. | ||
Line 23: | Line 19: | ||
! Notes | ! Notes | ||
|- | |- | ||
− | |<code>BA</code> || Bitmap Array || | + | |<code>BA</code> || Bitmap Array || Refer to [[OS/2 bitmap array]]. |
|- | |- | ||
− | |<code>BM</code> || Bitmap || Refer to [[BMP]] | + | |<code>BM</code> || Bitmap || Refer to [[BMP]] (OS/2 sections). |
|- | |- | ||
|<code>CI</code> || Color Icon || Refer to [[OS/2 Icon]]. | |<code>CI</code> || Color Icon || Refer to [[OS/2 Icon]]. | ||
Line 35: | Line 31: | ||
|<code>PT</code> || Pointer || Refer to [[OS/2 Pointer]]. | |<code>PT</code> || Pointer || Refer to [[OS/2 Pointer]]. | ||
|} | |} | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== Specifications == | == Specifications == | ||
* [http://www.fileformat.info/format/os2bmp/spec/902d5c253f2a43ada39c2b81034f27fd/view.htm OS/2 Presentation Manager Programming Reference Guide, Vol III] | * [http://www.fileformat.info/format/os2bmp/spec/902d5c253f2a43ada39c2b81034f27fd/view.htm OS/2 Presentation Manager Programming Reference Guide, Vol III] | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== Links == | == Links == | ||
Line 69: | Line 39: | ||
* [[Wikipedia:BMP file format|Wikipedia page on the BMP file format]] has some info related to OS/2 | * [[Wikipedia:BMP file format|Wikipedia page on the BMP file format]] has some info related to OS/2 | ||
− | [[Category: | + | [[Category:OS/2]] |
Revision as of 13:28, 21 May 2016
By OS/2 bitmap family, we refer to the following image formats:
- OS/2 bitmap array
- The OS/2-style BMP formats
- OS/2 Icon
- OS/2 Pointer
See the individual articles for more information.
Format details
All files begin with a 14-byte "file header", of which the first two bytes are an ASCII signature indicating the file type.
Signature | Image type | Notes |
---|---|---|
BA |
Bitmap Array | Refer to OS/2 bitmap array. |
BM |
Bitmap | Refer to BMP (OS/2 sections). |
CI |
Color Icon | Refer to OS/2 Icon. |
CP |
Color Pointer | Refer to OS/2 Pointer. |
IC |
Icon | Refer to OS/2 Icon. |
PT |
Pointer | Refer to OS/2 Pointer. |
Specifications
Links
- OS/2 Bitmap File Format Summary, from the Encyclopedia of Graphics File Formats
- Wikipedia page on the BMP file format has some info related to OS/2