-
Notifications
You must be signed in to change notification settings - Fork 10
/
publications.html
31 lines (27 loc) · 1.09 KB
/
publications.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
---
title: FLIF - Publications
group: menu
menu_title: Publications
---
{% include header.html %}
<h1><a href="/index.html">FLIF</a> Publications</h1>
<p>
This page lists academic articles and other publications related to FLIF.
</p>
<ul>
<li>
<a href="papers/FLIF_ICIP16.pdf">Jon Sneyers and Pieter Wuille. FLIF: Free Lossless Image Format based on MANIAC compression.</a>
September 2016.
<a href="http://2016.ieeeicip.org/">IEEE International Conference on Image Processing (ICIP'16)</a>, Phoenix, AZ.
<a href="http://ieeexplore.ieee.org/document/7532320/">[IEEE Xplore link]</a>
<br>
Slides: <a href="slides/FLIF_ICIP16.pdf">PDF</a>, <a href="slides/FLIF_ICIP16.key">Keynote</a>, <a href="slides/FLIF_ICIP16/index.html">HTML</a>
</li>
<li>
<a href="http://cloudinary.com/blog/flif_the_new_lossless_image_format_that_outperforms_png_webp_and_bpg">Nadav Soferman.
FLIF, the new lossless image format that outperforms PNG, WebP and BPG.</a>
October 2015. Cloudinary blog. Compression benchmark on 200,000 images.
</li>
</ul>
</body>
</html>