FLIF
From Just Solve the File Format Problem
				
								
				(Difference between revisions)
				
																
				
				
								
				| Line 17: | Line 17: | ||
== Identification ==  | == Identification ==  | ||
FLIF files begin with ASCII "{{magic|FLIF}}".  | FLIF files begin with ASCII "{{magic|FLIF}}".  | ||
| + | |||
| + | The byte at offset 4 is one of the characters from the ASCII string "<code>134ACDQSTacd</code>".  | ||
| + | |||
| + | The byte at offset 5 is one of the characters from the ASCII string "<code>012</code>".  | ||
== Specifications ==  | == Specifications ==  | ||
| Line 23: | Line 27: | ||
== Software ==  | == Software ==  | ||
* [https://github.com/FLIF-hub/FLIF FLIF reference software]  | * [https://github.com/FLIF-hub/FLIF FLIF reference software]  | ||
| + | |||
| + | == Sample files ==  | ||
| + | * https://github.com/FLIF-hub/FLIF-hub.github.io → ... → *.flif  | ||
| + | * https://github.com/SaschaNaz/libflif.js/tree/master/sample → *.flif  | ||
== Links ==  | == Links ==  | ||
Revision as of 14:27, 1 June 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.
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/FLIF-hub/FLIF-hub.github.io → ... → *.flif
 - https://github.com/SaschaNaz/libflif.js/tree/master/sample → *.flif