Most
From Just Solve the File Format Problem
(Difference between revisions)
(Add Most viewer docs, decoder + test data links) |
|||
| Line 8: | Line 8: | ||
The compressed files didn't have a file extension. | The compressed files didn't have a file extension. | ||
| + | |||
| + | == Identification == | ||
| + | Files start with ASCII "{{magic|CFF}}", followed by byte {{magic|0x00}} (text) or {{magic|0x01}} (image). | ||
== Software == | == Software == | ||
* [https://github.com/bitplane/cff-most-test-data/blob/master/most-binary m68k binary] | * [https://github.com/bitplane/cff-most-test-data/blob/master/most-binary m68k binary] | ||
* [https://bitplane.net/dev/python/cff-most python reader source] | * [https://bitplane.net/dev/python/cff-most python reader source] | ||
| + | |||
| + | == Sample files == | ||
| + | * [{{DiscMasterURL|view/21003/BS1%20part%2034.zip/BS1%20part%2034/megadisc%20PD%2014.adf/ARTICLES/Setkey}}] (text) | ||
| + | * [{{DiscMasterURL|view/21003/BS1%20part%2034.zip/BS1%20part%2034/megadisc%20PD%2013.adf/ART_GALLERY/CoverPic}}] (image) | ||
== Links == | == Links == | ||
* [https://github.com/bitplane/cff-most-test-data test data] | * [https://github.com/bitplane/cff-most-test-data test data] | ||
| + | |||
| + | [[Category:Graphics]] | ||
Latest revision as of 19:54, 2 May 2026
Contents |
[edit] Description
Most was a compressed text and IFF image viewer written by Richard Wynn in 1988-1989 for the Commodore Amiga. The viewer was distributed on MegaDisc collections along with software, where it was used to view the docs for a bundled release.
The compressed files didn't have a file extension.
[edit] Identification
Files start with ASCII "CFF", followed by byte 0x00 (text) or 0x01 (image).