SCR (ZX Spectrum)
From Just Solve the File Format Problem
(Difference between revisions)
(Update dead link) |
|||
Line 24: | Line 24: | ||
* http://www.worldofspectrum.org/faq/reference/formats.htm | * http://www.worldofspectrum.org/faq/reference/formats.htm | ||
* [https://web.archive.org/web/20120330020033/http://www.nvg.ntnu.no/sinclair/faq/fileform.html#SCR Speccy Emulator File Formats] (from archive.org) | * [https://web.archive.org/web/20120330020033/http://www.nvg.ntnu.no/sinclair/faq/fileform.html#SCR Speccy Emulator File Formats] (from archive.org) | ||
+ | |||
+ | == Editors' notes == | ||
+ | TODO: There are a number of variants of this format, some of which are mentioned [http://cd.textfiles.com/amigaacs/amigaacs02/Utilities/Shareware/Workbench/DataTypes/ZX_DataType/ZX_DataType.readme here]. | ||
[[Category:ZX Spectrum]] | [[Category:ZX Spectrum]] |
Revision as of 16:10, 3 November 2013
SCR (also called ZX-Spectrum SCREEN$) is a raster image file format used on ZX Spectrum computers, especially for screen shots. It is really just a dump of the computer's video memory.
Images are always 256×192 pixels in size, and can have up to about 16 colors. Files are exactly 6912 bytes in size.
Contents |
Specifications
Software
- ImageMagick (format named "SCR", read-only)
- XnView (read-only)
- SCRplus
Sample files
- ZXscrconv-0.2.tar.gz → scrs/*.scr
- EXAMPLES.TAP
Links
- http://www.worldofspectrum.org/faq/reference/formats.htm
- Speccy Emulator File Formats (from archive.org)
Editors' notes
TODO: There are a number of variants of this format, some of which are mentioned here.