FLIF
From Just Solve the File Format Problem
(Difference between revisions)
(PRONOM) |
|||
Line 4: | Line 4: | ||
|extensions={{ext|flif}} | |extensions={{ext|flif}} | ||
|pronom={{PRONOM|fmt/872}} | |pronom={{PRONOM|fmt/872}} | ||
+ | |released=2016 | ||
}} | }} | ||
− | [[FLIF]] (Free Lossless Image Format) is a compressed image file format | + | [[FLIF]] (Free Lossless Image Format) is a compressed image file format. |
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). | ||
+ | |||
+ | == History == | ||
+ | FLIF was first announced in 2015, and the first stable version was released in 2016. | ||
+ | |||
+ | As of 2017-04, the stable version of it is named '''FLIF16'''. ''[Ed. note: We're unsure whether the "16" refers to the year 2016 (because we all know how great two-digit years are), or to 16 bits.]'' | ||
== Identification == | == Identification == | ||
FLIF files begin with ASCII "{{magic|FLIF}}". | FLIF files begin with ASCII "{{magic|FLIF}}". | ||
+ | |||
+ | == Specifications == | ||
+ | * [http://flif.info/spec.html FLIF16 Specification] | ||
== Software == | == Software == |
Revision as of 16:31, 12 April 2017
FLIF (Free Lossless Image Format) is a compressed image file format.It uses a compression algorithm called MANIAC (Meta-Adaptive Near-zero Integer Arithmetic Coding).
Contents |
History
FLIF was first announced in 2015, and the first stable version was released in 2016.
As of 2017-04, the stable version of it is named FLIF16. [Ed. note: We're unsure whether the "16" refers to the year 2016 (because we all know how great two-digit years are), or to 16 bits.]
Identification
FLIF files begin with ASCII "FLIF
".