FBM image
From Just Solve the File Format Problem
(Difference between revisions)
(Category:CMU) |
Dexvertbot (Talk | contribs) m (Change telparia.com samples link to template) |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 14: | Line 14: | ||
== Specifications == | == Specifications == | ||
− | * [ | + | * [http://ibiblio.org/pub/linux/apps/graphics/convert/fbm-1.2.tgz fbm-1.2.tgz] → fbm.h defines the header format (search for "fbm_filehdr_struct") |
+ | |||
+ | == Sample files == | ||
+ | * {{DexvertSamples|image/fuzzyBitmap}} | ||
== Software == | == Software == | ||
− | * [ | + | * [http://ibiblio.org/pub/linux/apps/graphics/convert/fbm-1.2.tgz fbm-1.2.tgz] |
+ | * [[Konvertor]] | ||
* [[XnView]] | * [[XnView]] | ||
[[Category:CMU]] | [[Category:CMU]] |
Latest revision as of 02:57, 28 December 2023
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 |
[edit] Format
FBM files have a 256-byte header, composed of fixed-length ASCII text fields.
[edit] Identification
Files begin with the ASCII signature "%bitmap
", followed by a NUL byte (0x00
).
[edit] Specifications
- fbm-1.2.tgz → fbm.h defines the header format (search for "fbm_filehdr_struct")