Free Lossless Image Format

From HandWiki
Free Lossless Image Format
FLIF logo
FLIF encoder.png
Filename extension.flif
Internet media typeimage/flif
Uniform Type Identifier (UTI)public.flif
Magic numberFLIF
Initial release3 October 2015; 8 years ago (2015-10-03)[1]
Latest release
0.3
(28 April 2017; 6 years ago (2017-04-28)[2])
Open format?Yes
Websiteflif.info

Free Lossless Image Format (FLIF) is a lossless image format (current version FLIF16 specification) claiming to outperform PNG, lossless WebP, lossless BPG and lossless JPEG 2000 in terms of compression ratio on a variety of inputs.[3]

FLIF supports a form of progressive interlacing (a generalization of the Adam7 algorithm) with which any partial download of an image file can be used as a lossy encoding of the entire image.

History

The format was initially announced publicly in September 2015,[4] with the first alpha release occurring about a month later, in October 2015.[1]

The first stable version of FLIF was released in September 2016.[5]

Design

For compression, FLIF uses MANIAC (Meta-Adaptive Near-zero Integer Arithmetic Coding), a variant of CABAC where the contexts are nodes of decision trees which are dynamically learned at encode time.

FLIF uses the reversible YCoCg color space[6] (unlike Y′CBCR that loses some color information to rounding errors, independently of its use in otherwise lossy JPEG). Not yet implemented are some features,[7] e.g. other "color spaces (CMYK, YCbCr, ...)". The color space conversion is faster, but the overall decoding (and encoding) is still slower than it needs to be, or some of the competition, even with the better color space as that is only a small fraction of the overall process. The format supports an optional alpha channel (RGBA) like PNG (but unlike JPEG); and progressive coding, similar to PNG (unlike it, progressive compression doesn't increase file-size), but as FLIF's algorithm is more complex (and partly, may not have had as much tuning of the implementation yet), it has a higher computational cost; at least lower bandwidth requirements can offset some of that extra time. Progressive coding reduces FLIF's performance.

FLIF supports grayscale, RGB and RGBA with color depth of 1 to 16 bits per channel.[6]

FLIF has some parameters, and can result in differently sized images, with tuning, or done by flifcrush tool. All of those images are still lossless. FLYF (for lossY), is also considered, and that would be the file-ending; while both could describe either and ending just used to indicate.[incomprehensible]

Support

XnView supports FLIF since version 2.36.[8]

ExifTool supports reading and writing metadata in FLIF images since version 10.31.[9]

UGUI-FLIF supports preview and converting PNG file to FLIF.[10]

IrfanView supports reading FLIF images since version 4.52.[11][12]

References

  1. 1.0 1.1 "Release v0.1-alpha". 2015-10-03. https://github.com/FLIF-hub/FLIF/releases/tag/v0.1-alpha. 
  2. "Release v0.3". 2017-06-07. https://github.com/FLIF-hub/FLIF/releases/tag/v0.3. 
  3. "FLIF is a New Free Lossless Image Format That Raises the Compression Bar". PetaPixel. 2015-10-02. http://petapixel.com/2015/10/02/flif-is-a-new-free-lossless-image-format-that-raises-the-compression-bar/. 
  4. "Free Lossless Image Format (FLIF)". 2015-09-06. Archived from the original on 2015-09-12. https://web.archive.org/web/20150912123111/http://boards.openpandora.org/topic/18485-free-lossless-image-format-flif/. 
  5. "Release v0.2". 2016-09-22. https://github.com/FLIF-hub/FLIF/releases/tag/v0.2. 
  6. 6.0 6.1 "FLIF16 Specification". https://flif.info/spec.html#_overview_of_the_format. 
  7. https://github.com/FLIF-hub/FLIF/issues/258
  8. Pierre-Emmanuel Gougelet (2016-11-08). "XnView 2.39". XnView. http://newsgroup.xnview.com/viewtopic.php?f=35&t=34085. Retrieved 2017-09-15. 
  9. Phil Harvey (2016-10-19). "ExifTool Ancient History". ExifTool. http://owl.phy.queensu.ca/~phil/exiftool/ancient_history.html#v10.31. Retrieved 2017-11-01. 
  10. "UGUI: FLIF Download". http://flif.info/UGUI_FLIF/. 
  11. Irfan Skiljan (2018-12-12). "History of IrfanView Changes/Versions: [4.52 current 2018-12-12"]. https://www.irfanview.com/main_history.htm. 
  12. Kuki Dent (2018-12-13). "IrfanView 4.52 has been released today -IrfanView Support Forum". https://irfanview-forum.de/showthread.php?t=11867. 

External links