Acorn Sprite
Acorn Sprite (also known as RISC OS Sprite) files are the native format for graphics on RISC OS systems. Traditionally, sprites were used to store all kinds of images. Since they support colour depths up to 32 bits per pixel it is possible to use this format to record photorealistic images (for example, from digital cameras) in this format, but improved support for compressed image formats (JPEG, PNG) in RISC OS means that sprites are typically used to hold images for application icons and screen dumps.
Contents |
Format
A Sprite file begins with a header. The first four bytes of it are the number of images in the file, and the next four are the size of the header (usually 16, but could be larger). The byte order is little-endian.
Identifiers
On RISC OS, Sprite files have a file type of ff9 (Sprite).
On other platforms, at least some applications use the filename extension .acorn, though it does not appear to be very common.
Software
- Spritefile - a Python module for reading Sprite files
- LibROSprite
- XnView (format named "ACORN"; read-only)
Sample files
- RISC OS Icons
- APDL DTP CD1, CD2, CD3
- ArtWorks ClipArt CD1