Oric HIRES screen
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Graphics |extensions={{ext|hrs}}, {{ext|hir}}, {{ext|tap}} }} '''Oric HIRES screen''' format refers to certain files containing gra...") |
(Category:Oric) |
||
Line 32: | Line 32: | ||
* https://norayr.am/RetroComputing/Oric/Magritte/Magritte.html | * https://norayr.am/RetroComputing/Oric/Magritte/Magritte.html | ||
* http://oric-soft.bedroomlan.org/files/DISKS/ → images*.zip → ... (unverified) | * http://oric-soft.bedroomlan.org/files/DISKS/ → images*.zip → ... (unverified) | ||
+ | |||
+ | [[Category:Oric]] |
Revision as of 15:46, 10 April 2021
Oric HIRES screen format refers to certain files containing graphics for the Oric 8-bit home computer system. The Oric's HIRES screen mode is 240×200 pixels, 8 colors.
Contents |
TAP format
HIRES files may be "raw", with no header, or they may use a profile of Oric's TAP (tape image) format as a container.
Format details
Attention is called to this "probable bug" in some versions of img2oric:
This may have resulted in some bad TAP graphics files in the wild (example).
Identification
Raw files are (usually?) 8000 bytes in size.
TAP graphics files start with a variable number or 0x16 bytes, then 0x24. The next 8 or 9 bytes can probably help identify the format; at least one possibility is 00 ff 80 00 bf 3f a0 00
.
See also TAP (Oric)#Identification.
Software
- XnView - Supports TAP and raw format. Raw files must have an extension of ".hir".
- RECOIL - Supports raw format (.hrs or .hir). (It's unclear if it supports TAP.)
- PictConv
- img2oric (write-only)
- http://caca.zoy.org/wiki/libpipi/oric
Sample files
- https://norayr.am/RetroComputing/Oric/Magritte/Magritte.html
- http://oric-soft.bedroomlan.org/files/DISKS/ → images*.zip → ... (unverified)