VBM (VDC BitMap)
From Just Solve the File Format Problem
(Difference between revisions)
(more software added like RECOIL) |
(→Software) |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 16: | Line 16: | ||
== Software == | == Software == | ||
* [[Konvertor]] | * [[Konvertor]] | ||
| − | * http://csbruce.com/cbm/ftp/unix/pbmtovbm.c | + | * [http://csbruce.com/cbm/ftp/unix/pbmtovbm.c pbmtovbm] |
| + | * [https://www.zimmers.net/anonftp/pub/cbm/c128/graphics/viewers/vbm/index.html viewers] | ||
* [http://imageconverter.rest7.com/ Rest7 Online Image Converter] | * [http://imageconverter.rest7.com/ Rest7 Online Image Converter] | ||
* [[RECOIL]] | * [[RECOIL]] | ||
* [[Tom's Editor]] | * [[Tom's Editor]] | ||
| + | * {{Deark}} | ||
== Sample files == | == Sample files == | ||
* http://csbruce.com/cbm/ftp/images/vbm/ | * http://csbruce.com/cbm/ftp/images/vbm/ | ||
* http://www.commodore.ca/manuals/funet/cbm/c128/graphics/viewers/vbm/index-t.html | * http://www.commodore.ca/manuals/funet/cbm/c128/graphics/viewers/vbm/index-t.html | ||
| − | * | + | * {{DexvertSamples|image/vbm}} |
== Links == | == Links == | ||
* [http://www.godot64.de/english/l_vbm.htm GoDot: VBM loader] | * [http://www.godot64.de/english/l_vbm.htm GoDot: VBM loader] | ||
* [http://csbruce.com/cbm/ace/ ACE] | * [http://csbruce.com/cbm/ace/ ACE] | ||
Latest revision as of 12:10, 17 September 2026
VBM (VDC BitMap) is a bi-level raster image format associated with the ACE operating system for Commodore 64 and 128 computers. It was developed by Craig Bruce.
Contents |
[edit] Identification
VBM files begin with a signature of 'B' 'M' 0xCB, followed by a 1-byte version number that is probably always either 0x02 or 0x03. Note the similarity to the unrelated Windows BMP format.
[edit] Specifications
[edit] Software
[edit] Sample files
- http://csbruce.com/cbm/ftp/images/vbm/
- http://www.commodore.ca/manuals/funet/cbm/c128/graphics/viewers/vbm/index-t.html
- dexvert samples — image/vbm