Tiny Stuff
From Just Solve the File Format Problem
(Difference between revisions)
(Updated link) |
(→Sample files) |
||
Line 41: | Line 41: | ||
== Sample files == | == Sample files == | ||
* http://samples.libav.org/image-samples/atarist/tinystuff/ | * http://samples.libav.org/image-samples/atarist/tinystuff/ | ||
+ | * [http://www.page6.org/st_lib/st_lib.htm ST Library] → [http://www.page6.org/st_lib/standard/st0035.php ST35] (TNY, TN1), [http://www.page6.org/st_lib/clipart/clip3.php CLIP3] (TNY, TN3), ... | ||
== Links == | == Links == |
Revision as of 20:29, 1 January 2014
Tiny Stuff is an RLE-compressed image format used on Atari ST computers.
Contents |
Format
The first byte of the file is a code indicating the image type. Palette color animation is optionally supported.
Code | Dimensions | Colors | Animated | Filename extensions |
---|---|---|---|---|
0 | 320×200 | 16 | No | .TNY, .TN1 |
1 | 640×200 | 4 | No | .TNY, .TN2 |
2 | 640×400 | 2 | No | .TNY, .TN3 |
3 | 320×200 | 16 | Yes | .TNY, .TN1, unofficially .TN4 |
4 | 640×200 | 4 | Yes | .TNY, .TN2, maybe .TN5 |
5 | 640×400 | 2 | Yes | .TNY, .TN3, maybe .TN6 |
Files consist of a 37-byte (if not animated) or 41-byte (if animated) header, followed by a "control" segment and a "data" segment which together form the compressed image data.
Specifications
- Atari ST Graphics Formats
- ST Picture Formats from AtariForumWiki
Software
Sample files
- http://samples.libav.org/image-samples/atarist/tinystuff/
- ST Library → ST35 (TNY, TN1), CLIP3 (TNY, TN3), ...