Alpha Microsystems BMP

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
Line 4: Line 4:
 
|extensions={{ext|bmp}}
 
|extensions={{ext|bmp}}
 
}}
 
}}
'''Alpha Microsystems BMP''' is a raster image format. It's not related to [[BMP|Windows BMP]].
+
'''Alpha Microsystems BMP''' is a raster image format. Images may be uncompressed, or [[Run-length encoding|RLE-compressed]].
  
== Format ==
+
Alpha Microsystems BMP is not related to [[BMP|Windows BMP]].
According to the AMIGOS Reference Manual, files begin with 80 bytes of headers, followed by an optional color palette, followed by the pixel data (which may be uncompressed or [[Run-length encoding|RLE-compressed]]).
+
  
== Software ==
+
== Format details ==
* [[XnView]] (unconfirmed)
+
The first 10 bytes of the file are "a standard AMOS file header, as generated by a PHDR statement." The header <code>ff ff 00 01 64 00 00 00 03 00</code> 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 used for a comment field.
  
 
== Specifications ==
 
== Specifications ==
* [http://www.alphamicroproducts.com/amphtm/docs.htm Alpha Microsystems Document Archive] [http://www.alphamicro.com/dsm00/05801A00.pdf AMIGOS Graphics Operating System Reference Manual], Appendix C
+
* [http://www.alphamicro.com/dsm00/05801a00.pdf AMIGOS Graphics Operating System Reference Manual], Appendix C
 +
* [http://www.alphamicro.com/dsm00/04010a00.pdf AMOS Monitor Calls Manual], page A-11: Describes the AMOS file header
 +
 
 +
== Software ==
 +
* [[XnView]]
 +
* [http://cd.textfiles.com/bestofbus/APPS/GRAPHICS/ALCH162.ZIP ALCH162.ZIP] - Image Alchemy demo (MS-DOS)
  
 
== Links ==
 
== Links ==
 
* [[Wikipedia:Alpha Microsystems|Wikipedia: Alpha Microsystems]]
 
* [[Wikipedia:Alpha Microsystems|Wikipedia: Alpha Microsystems]]

Revision as of 20:07, 20 September 2015

File Format
Name Alpha Microsystems BMP
Ontology
Extension(s) .bmp

Alpha Microsystems BMP is a raster image format. Images may be uncompressed, or RLE-compressed.

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 used for a comment field.

Specifications

Software

Links

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox