SCR (ZX Spectrum)
From Just Solve the File Format Problem
(Difference between revisions)
(In case the FTP download doesn't work (it doesn't work for me), here is the HTTP download, too.) |
|||
Line 19: | Line 19: | ||
== Sample files == | == Sample files == | ||
− | * [ftp://ftp.worldofspectrum.org/pub/sinclair/tools/unix/ZXscrconv-0.2.tar.gz ZXscrconv-0.2.tar.gz] → scrs/*.scr | + | * ZXscrconv-0.2.tar.gz ([ftp://ftp.worldofspectrum.org/pub/sinclair/tools/unix/ZXscrconv-0.2.tar.gz FTP] [http://www.worldofspectrum.org/pub/sinclair/tools/unix/ZXscrconv-0.2.tar.gz HTTP]) → scrs/*.scr |
* [http://cd.textfiles.com/230/EMULATOR/SINCLAIR/DOSTOOLS/BMP2SPEC/EXAMPLES.TAP EXAMPLES.TAP] | * [http://cd.textfiles.com/230/EMULATOR/SINCLAIR/DOSTOOLS/BMP2SPEC/EXAMPLES.TAP EXAMPLES.TAP] | ||
Revision as of 19:46, 19 November 2017
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")
- Konvertor
- XnView
- SCRplus
Sample files
- ZXscrconv-0.2.tar.gz (FTP HTTP) → scrs/*.scr
- EXAMPLES.TAP
Links
- http://www.worldofspectrum.org/faq/reference/formats.htm
- Speccy Emulator File Formats (from archive.org)
- ZX Spectrum computers from the 1980s to be made again in Beeston
Editors' notes
TODO: There are a number of variants of this format, some of which are mentioned here.