SCR (ZX Spectrum)
From Just Solve the File Format Problem
(Difference between revisions)
(→Sample files) |
m |
||
(6 intermediate revisions by one user not shown) | |||
Line 2: | Line 2: | ||
|formattype=electronic | |formattype=electronic | ||
|subcat=Graphics | |subcat=Graphics | ||
− | |extensions={{ext|scr}} | + | |extensions={{ext|scr}}, {{ext|hrg}} |
|released=1982 | |released=1982 | ||
}} | }} | ||
'''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. | '''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. | ||
− | + | {| class="wikitable" | |
+ | |+ SCR Varieties | ||
+ | |- | ||
+ | ! Type !! Extension !! Resolution !! File Size || Other | ||
+ | |- | ||
+ | | SCR || .scr || 256x192 || 6912 || 16 colors | ||
+ | |- | ||
+ | | Monochrome || .scr || 256x192 || 6144 || | ||
+ | |- | ||
+ | | ULA+ || .scr || 256x192 || 6976 || | ||
+ | |- | ||
+ | | Timex 2048 Hi-Color || .scr || 256x192 || 12288 || | ||
+ | |- | ||
+ | | Timex 2048 Hi-Res || .scr || 512x384 || 12289 || | ||
+ | |- | ||
+ | | Timex 2048 Hi-Res Gigascreen || .hrg || 512x384 || 24578 || | ||
+ | |} | ||
== Specifications == | == Specifications == | ||
Line 24: | Line 40: | ||
* [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] | ||
* [https://zxart.ee/eng/graphics/database/pictureType:standard/ zxart.ee] | * [https://zxart.ee/eng/graphics/database/pictureType:standard/ zxart.ee] | ||
− | * | + | * {{DexvertSamples|image/zxSCR}} |
+ | * {{DexvertSamples|image/zxMonochrome}} | ||
+ | * {{DexvertSamples|image/zxULAPlus}} | ||
+ | * {{DexvertSamples|image/timexHiColor}} | ||
+ | * {{DexvertSamples|image/timexHiRes}} | ||
+ | * {{DexvertSamples|image/timexHiResGigascreen}} | ||
== Links == | == Links == |
Latest revision as of 02:56, 29 December 2023
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.
Type | Extension | Resolution | File Size | Other |
---|---|---|---|---|
SCR | .scr | 256x192 | 6912 | 16 colors |
Monochrome | .scr | 256x192 | 6144 | |
ULA+ | .scr | 256x192 | 6976 | |
Timex 2048 Hi-Color | .scr | 256x192 | 12288 | |
Timex 2048 Hi-Res | .scr | 512x384 | 12289 | |
Timex 2048 Hi-Res Gigascreen | .hrg | 512x384 | 24578 |
Contents |
[edit] Specifications
[edit] Software
- ImageMagick (format named "SCR")
- Konvertor
- XnView
- SCRplus
- Farbfeld Utilities
- RECOIL
[edit] Sample files
- ZXscrconv-0.2.tar.gz (FTP HTTP) → scrs/*.scr
- EXAMPLES.TAP
- zxart.ee
- dexvert samples — image/zxSCR
- dexvert samples — image/zxMonochrome
- dexvert samples — image/zxULAPlus
- dexvert samples — image/timexHiColor
- dexvert samples — image/timexHiRes
- dexvert samples — image/timexHiResGigascreen
[edit] 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
[edit] Editors' notes
TODO: There are a number of variants of this format, some of which are mentioned here.