OS/2 Bitmap Array
From Just Solve the File Format Problem
(Difference between revisions)
m (Jsummers moved page OS/2 bitmap array to OS/2 Bitmap Array: Not sure why I didn't capitalize this) |
(→Sample files) |
||
Line 18: | Line 18: | ||
== Sample files == | == Sample files == | ||
+ | * https://telparia.com/fileFormatSamples/archive/os2BitmapArray/ | ||
=== BA/BM === | === BA/BM === |
Revision as of 23:13, 17 May 2021
OS/2 bitmap array (also called Bitmap Graphics Array or BGA) is a container format for one or more images in (OS/2-style) BMP, OS/2 Icon, and/or OS/2 Pointer format.
BGA files are sometimes embedded as resources in OS/2 Linear Executable files. OS/2 Icon files often use the BGA container format.
Contents |
Identification
A BGA file begins with ASCII "BA
". At offset 14 is the type signature of the first image in the file, which will be "BM
", "CI
", "IC
", "CP
", or "PT
".
Specifications
Software
- Deark can extract the contents of BGA files
Sample files
BA/BM
- CARDBMPS.ZIP → 9S.BMP, DIAMOND.BMP, HEART.BMP, MASK.BMP, SPADE.BMP
- MEMSZ128.ZIP → MEMSIZE.BMP
BA/CI
- Refer to OS/2 Icon#Sample files.