FLIF
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (→Links) |
|||
| Line 7: | Line 7: | ||
It uses a compression algorithm called [[MANIAC]] (Meta-Adaptive Near-zero Integer Arithmetic Coding). | It uses a compression algorithm called [[MANIAC]] (Meta-Adaptive Near-zero Integer Arithmetic Coding). | ||
| + | |||
| + | == Identification == | ||
| + | FLIF files begin with ASCII "{{magic|FLIF}}". | ||
== Software == | == Software == | ||
| Line 15: | Line 18: | ||
* [https://boards.openpandora.org/topic/18485-free-lossless-image-format-flif/ Some technical info] | * [https://boards.openpandora.org/topic/18485-free-lossless-image-format-flif/ Some technical info] | ||
* [https://news.ycombinator.com/item?id=10317790 More discussion] | * [https://news.ycombinator.com/item?id=10317790 More discussion] | ||
| + | * [[Wikipedia:Free Lossless Image Format]] | ||
Revision as of 16:12, 17 November 2015
FLIF (Free Lossless Image Format) is a compressed image file format. As of 2015-10, it is a work in progress.It uses a compression algorithm called MANIAC (Meta-Adaptive Near-zero Integer Arithmetic Coding).
Identification
FLIF files begin with ASCII "FLIF".