FBM image
From Just Solve the File Format Problem
(Difference between revisions)
m |
(Category:CMU) |
||
| Line 18: | Line 18: | ||
== Software == | == Software == | ||
* [ftp://ibiblio.org/pub/linux/apps/graphics/convert/fbm-1.2.tgz fbm-1.2.tgz] | * [ftp://ibiblio.org/pub/linux/apps/graphics/convert/fbm-1.2.tgz fbm-1.2.tgz] | ||
| − | * [ | + | * [[XnView]] |
| + | |||
| + | [[Category:CMU]] | ||
Revision as of 23:42, 4 February 2015
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")