NEOchrome
From Just Solve the File Format Problem
(Difference between revisions)
(subcat2=Atari graphics formats) |
|||
Line 5: | Line 5: | ||
|extensions={{ext|neo}} | |extensions={{ext|neo}} | ||
}} | }} | ||
− | '''NEOchrome | + | '''NEOchrome''' format is a raster image file format associated with the ''NEOchrome'' graphics editor for Atari ST. |
− | == Format == | + | == Format details == |
− | + | NEOchrome files have a 128-byte header, followed by 32000 bytes of uncompressed image data, for a total file size of 32128 bytes. | |
− | + | NEOchrome images are 320×200 pixels, with 16 colors. | |
− | + | ||
− | + | The format may seem to allow for other video modes, and other image dimensions. However, such files are generally not supported, and are probably not valid. | |
− | + | ||
== Software == | == Software == | ||
* [[RECOIL]] | * [[RECOIL]] | ||
− | * [[Netpbm]] | + | * [[Netpbm]] |
* [[XnView]] | * [[XnView]] | ||
== Sample files == | == Sample files == | ||
* http://samples.libav.org/image-samples/atarist/neochrome/ | * http://samples.libav.org/image-samples/atarist/neochrome/ | ||
+ | * http://cd.textfiles.com/806atari/001-200/173/NEOPICS/ | ||
+ | * http://cd.textfiles.com/atarilibrary/atari_cd01/DRAWING/NEO.14/ | ||
* [http://www.page6.org/st_lib/st_lib.htm ST Library] → [http://www.page6.org/st_lib/standard/st0003.php ST3], [http://www.page6.org/st_lib/standard/st0072.php ST72], [http://www.page6.org/st_lib/standard/st0377.php ST377] | * [http://www.page6.org/st_lib/st_lib.htm ST Library] → [http://www.page6.org/st_lib/standard/st0003.php ST3], [http://www.page6.org/st_lib/standard/st0072.php ST72], [http://www.page6.org/st_lib/standard/st0377.php ST377] | ||
== Resources == | == Resources == | ||
* [http://wiki.multimedia.cx/index.php?title=Neochrome MultimediaWiki article] | * [http://wiki.multimedia.cx/index.php?title=Neochrome MultimediaWiki article] | ||
+ | * [http://www.atari-forum.com/wiki/index.php?title=ST_Picture_Formats ST Picture Formats] | ||
* {{EGFF|atari|Atari ST Graphics Formats File Format Summary}}, from the [[Encyclopedia of Graphics File Formats]] | * {{EGFF|atari|Atari ST Graphics Formats File Format Summary}}, from the [[Encyclopedia of Graphics File Formats]] |
Revision as of 18:51, 26 July 2015
NEOchrome format is a raster image file format associated with the NEOchrome graphics editor for Atari ST.
Contents |
Format details
NEOchrome files have a 128-byte header, followed by 32000 bytes of uncompressed image data, for a total file size of 32128 bytes.
NEOchrome images are 320×200 pixels, with 16 colors.
The format may seem to allow for other video modes, and other image dimensions. However, such files are generally not supported, and are probably not valid.
Software
Sample files
- http://samples.libav.org/image-samples/atarist/neochrome/
- http://cd.textfiles.com/806atari/001-200/173/NEOPICS/
- http://cd.textfiles.com/atarilibrary/atari_cd01/DRAWING/NEO.14/
- ST Library → ST3, ST72, ST377