FLIF
From Just Solve the File Format Problem
(Difference between revisions)
(Lossless + lossy) |
|||
Line 6: | Line 6: | ||
|released=2016 | |released=2016 | ||
}} | }} | ||
− | [[FLIF]] (Free Lossless Image Format) is a compressed image file format. | + | [[FLIF]] (Free Lossless Image Format) is a compressed image file format. Images can be compressed losslessly or lossy. |
It uses a compression algorithm called [[MANIAC]] (Meta-Adaptive Near-zero Integer Arithmetic Coding), which is a form of [[arithmetic coding]]. | It uses a compression algorithm called [[MANIAC]] (Meta-Adaptive Near-zero Integer Arithmetic Coding), which is a form of [[arithmetic coding]]. | ||
Line 25: | Line 25: | ||
== Software == | == Software == | ||
* [https://github.com/FLIF-hub/FLIF FLIF reference software] | * [https://github.com/FLIF-hub/FLIF FLIF reference software] | ||
+ | * [[Tom's Editor]] | ||
== Sample files == | == Sample files == |
Revision as of 16:49, 22 April 2018
FLIF (Free Lossless Image Format) is a compressed image file format. Images can be compressed losslessly or lossy.It uses a compression algorithm called MANIAC (Meta-Adaptive Near-zero Integer Arithmetic Coding), which is a form of arithmetic coding.
Contents |
History
FLIF was first announced in 2015, and the first stable version (named FLIF16) was released in 2016. Note that FLIF files or software created before about 2016-08 are likely to be incompatible with the current FLIF format.
Identification
FLIF files begin with ASCII "FLIF
".
The byte at offset 4 is one of the characters from the ASCII string "134ACDQSTacd
".
The byte at offset 5 is one of the characters from the ASCII string "012
".
Specifications
Software
Sample files
- https://github.com/sveinbjornt/Phew/tree/master/sample-images → *.flif
- https://github.com/SaschaNaz/libflif.js/tree/master/sample → *.flif