FBM image
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Graphics |extensions={{ext|fbm}}, {{ext|cbm}} |released=1989 }} '''FBM image''' (also called '''Fuzzy Bitmap''' or '''Fuzzy Pixmap'...") |
m |
||
Line 11: | Line 11: | ||
== Identification == | == Identification == | ||
− | + | Files begin with the ASCII signature "<code>%bitmap</code>", followed by a NUL byte (<code>0x00</code>). | |
== Specifications == | == Specifications == |
Revision as of 00:57, 13 November 2013
FBM image (also called Fuzzy Bitmap or Fuzzy Pixmap) is a raster image file format associated with the Fuzzy Pixmap Manipulation Library. It supports a variety of color formats, including truecolor, grayscale, and palette color.
Contents |
Format
FBM files have a 256-byte header, composed of fixed-length ASCII text fields.
Identification
Files begin with the ASCII signature "%bitmap
", followed by a NUL byte (0x00
).
Specifications
- fbm-1.2.tgz → fbm.h defines the header format (search for "fbm_filehdr_struct")
Software
- fbm-1.2.tgz
- XnView (read-only)