Alpha Microsystems BMP
From Just Solve the File Format Problem
(Difference between revisions)
(→Software) |
|||
Line 20: | Line 20: | ||
* [[XnView]] | * [[XnView]] | ||
* [http://cd.textfiles.com/bestofbus/APPS/GRAPHICS/ALCH162.ZIP ALCH162.ZIP] - Image Alchemy demo (MS-DOS) | * [http://cd.textfiles.com/bestofbus/APPS/GRAPHICS/ALCH162.ZIP ALCH162.ZIP] - Image Alchemy demo (MS-DOS) | ||
+ | * {{Deark}} | ||
== Links == | == Links == | ||
* [[Wikipedia:Alpha Microsystems|Wikipedia: Alpha Microsystems]] | * [[Wikipedia:Alpha Microsystems|Wikipedia: Alpha Microsystems]] |
Revision as of 16:57, 2 February 2016
Alpha Microsystems BMP is a raster image format. Images may be uncompressed, or use PackBits compression.
Alpha Microsystems BMP is not related to Windows BMP.
Contents |
Format details
The first 10 bytes of the file are "a standard AMOS file header, as generated by a PHDR statement." The header ff ff 00 01 64 00 00 00 03 00
has been observed, but is probably not the only possibility, and is probably not unique to BMP format.
Following that is a 70-byte bitmap header, of which the last 60 bytes are a comment field.
Specifications
- AMIGOS Graphics Operating System Reference Manual, Appendix C
- AMOS Monitor Calls Manual, page A-11: Describes the AMOS file header
Software
- XnView
- ALCH162.ZIP - Image Alchemy demo (MS-DOS)
- Deark