Tiny Stuff
From Just Solve the File Format Problem
(Difference between revisions)
(subcat2=Atari graphics formats) |
Dexvertbot (Talk | contribs) m (Change telparia.com samples link to template) |
||
(6 intermediate revisions by 3 users not shown) | |||
Line 5: | Line 5: | ||
|extensions={{ext|tny}}, {{ext|tn1}}, {{ext|tn2}}, {{ext|tn3}}, {{ext|tn4}} | |extensions={{ext|tny}}, {{ext|tn1}}, {{ext|tn2}}, {{ext|tn3}}, {{ext|tn4}} | ||
}} | }} | ||
− | '''Tiny Stuff''' is an [[Run-length encoding|RLE-compressed]] image format used on Atari ST computers. | + | '''Tiny Stuff''' format (or '''Tiny''' format) is an [[Run-length encoding|RLE-compressed]] image format used on Atari ST computers. It is associated with a conversion utility (''Tiny Stuff'') and viewer (''Tiny View'') by David Mumper. |
== Format == | == Format == | ||
Line 33: | Line 33: | ||
== Specifications == | == Specifications == | ||
+ | * [http://cd.textfiles.com/atarilibrary/atari_cd01/PICS/PICS.40/TINYST.DOC TINYST.DOC] | ||
* {{EGFF|atari|Atari ST Graphics Formats File Format Summary}}, from the [[Encyclopedia of Graphics File Formats]] | * {{EGFF|atari|Atari ST Graphics Formats File Format Summary}}, from the [[Encyclopedia of Graphics File Formats]] | ||
− | * | + | * {{AtariForumWiki|Tiny_file_format|AtariForumWiki: Tiny file format}} |
== Software == | == Software == | ||
+ | * [[Konvertor]] | ||
* [[RECOIL]] | * [[RECOIL]] | ||
* [[XnView]] | * [[XnView]] | ||
+ | * [http://cd.textfiles.com/atarilibrary/atari_cd01/PICS/PICS.40/ Tiny Stuff and Tiny View] | ||
== Sample files == | == Sample files == | ||
+ | * http://cd.textfiles.com/atarilibrary/atari_cd01/PICS/ ... | ||
* 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), ... | * [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), ... | ||
+ | * http://cd.textfiles.com/806atari/701-800/738/ (TN4) | ||
+ | * {{DexvertSamples|image/tinyStuff}} | ||
== Links == | == Links == | ||
* [http://wiki.multimedia.cx/index.php?title=Tiny_Stuff MultimediaWiki article] | * [http://wiki.multimedia.cx/index.php?title=Tiny_Stuff MultimediaWiki article] |
Latest revision as of 02:57, 28 December 2023
Tiny Stuff format (or Tiny format) is an RLE-compressed image format used on Atari ST computers. It is associated with a conversion utility (Tiny Stuff) and viewer (Tiny View) by David Mumper.
Contents |
[edit] 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.
[edit] Specifications
- TINYST.DOC
- Atari ST Graphics Formats File Format Summary, from the Encyclopedia of Graphics File Formats
- AtariForumWiki: Tiny file format
[edit] Software
[edit] Sample files
- http://cd.textfiles.com/atarilibrary/atari_cd01/PICS/ ...
- http://samples.libav.org/image-samples/atarist/tinystuff/
- ST Library → ST35 (TNY, TN1), CLIP3 (TNY, TN3), ...
- http://cd.textfiles.com/806atari/701-800/738/ (TN4)
- dexvert samples — image/tinyStuff