<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://fileformats.archiveteam.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://fileformats.archiveteam.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Janwas</id>
		<title>Just Solve the File Format Problem - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://fileformats.archiveteam.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Janwas"/>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Special:Contributions/Janwas"/>
		<updated>2026-04-15T12:34:36Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.19.2</generator>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/JPEG_XL</id>
		<title>JPEG XL</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/JPEG_XL"/>
				<updated>2020-10-12T18:19:27Z</updated>
		
		<summary type="html">&lt;p&gt;Janwas: Update file format based on reference software, add links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Graphics&lt;br /&gt;
|extensions={{ext|jxl}}&lt;br /&gt;
|released=2019 (draft)&lt;br /&gt;
}}&lt;br /&gt;
'''JPEG XL''' is a work-in-progress compressed image format and/or file format that is yet another attempt to be the next [[JPEG]]. It was first announced around 2017-08. It is expected to be published as ISO/IEC 18181.&lt;br /&gt;
&lt;br /&gt;
JPEG XL is expected to be based in part on [[FUIF]] and [[PIK]] formats.[https://github.com/cloudinary/fuif/blob/3ed48249a9cbe68740aa4ea58098ab0cd4b87eaa/README.md] The standard also supports recompression of JPEG files with bit-exact reconstruction.&lt;br /&gt;
&lt;br /&gt;
== Identification ==&lt;br /&gt;
Based on the [https://gitlab.com/wg1/jpeg-xl/-/blob/master/jxl/dec_file.cc reference implementation], JPEG XL codestreams start with bytes {{magic|ff 0a}}.&lt;br /&gt;
Codestreams may also be wrapped in an ISOBMFF-based file format ([https://gitlab.com/wg1/jpeg-xl/-/blob/master/tools/box/box.cc implementation]).&lt;br /&gt;
&lt;br /&gt;
== Specifications ==&lt;br /&gt;
* [https://arxiv.org/abs/1908.03565 Committee Draft of JPEG XL] (2019-08)&lt;br /&gt;
* [https://www.iso.org/standard/77977.html ISO/IEC 18181]&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
* [https://gitlab.com/wg1/jpeg-xl Open-source reference software]&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
* [https://jpeg.org/jpegxl/ Overview of JPEG XL]&lt;br /&gt;
* [https://jpeg.org/items/20171107_cfp_jpeg_xl.html Next-Generation Image Compression (JPEG XL) Draft Call for Proposals] (2017-11)&lt;br /&gt;
* [https://jpeg.org/items/20180221_cfp_jpeg_xl.html Revised Draft Call for Proposals] (2018-02)&lt;br /&gt;
* [https://jpeg.org/items/20180423_cfp_jpeg_xl.html Final Call for Proposals] (2018-04)&lt;br /&gt;
* [http://gigazine.net/gsc_news/en/20170815-jpeg-xl-call-for-draft/ Gigazine article] (2017-08-15)&lt;br /&gt;
* [https://www.slideshare.net/cloudinarymarketing/imagecon-2019-jon-sneyer Slides from Imagecon 2019 presentation]&lt;br /&gt;
* [https://www.spiedigitallibrary.org/proceedings/Download?fullDOI=10.1117%2F12.2529237 Introductory paper (open access)]&lt;br /&gt;
* [https://doi.org/10.1117/12.2556264 Benchmarking JPEG XL image compression]&lt;br /&gt;
* [https://cloudinary.com/blog/how_jpeg_xl_compares_to_other_image_codecs How JPEG XL Compares to Other Image Codecs] (2020-05-26)&lt;br /&gt;
&lt;br /&gt;
[[Category:JPEG (organization)]]&lt;br /&gt;
[[Category:JPEG]]&lt;/div&gt;</summary>
		<author><name>Janwas</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/JPEG_XL</id>
		<title>JPEG XL</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/JPEG_XL"/>
				<updated>2020-01-09T10:29:54Z</updated>
		
		<summary type="html">&lt;p&gt;Janwas: Add reference software and paper&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Graphics&lt;br /&gt;
|extensions={{ext|jxl}}&lt;br /&gt;
|released=2019 (draft)&lt;br /&gt;
}}&lt;br /&gt;
'''JPEG XL''' is a work-in-progress compressed image format and/or file format that is yet another attempt to be the next [[JPEG]]. It was first announced around 2017-08. It is expected to be published as ISO/IEC 18181.&lt;br /&gt;
&lt;br /&gt;
== Identification ==&lt;br /&gt;
Based on draft information, JPEG XL is technically defined as a union of three different top-level formats:&lt;br /&gt;
* Normal JPEG XL files, which start with bytes {{magic|ff 0a}}.&lt;br /&gt;
* Lossless JPEG1 recompressed files, which start with {{magic|0a 04 42 d2 d5 4e}} (see [[Brunsli]]).&lt;br /&gt;
* Most standard [[JPEG]] files, which start with {{magic|ff d8 ff e0}}.&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
* [https://jpeg.org/jpegxl/ Overview of JPEG XL]&lt;br /&gt;
* [https://jpeg.org/items/20171107_cfp_jpeg_xl.html Next-Generation Image Compression (JPEG XL) Draft Call for Proposals] (2017-11)&lt;br /&gt;
* [https://jpeg.org/items/20180221_cfp_jpeg_xl.html Revised Draft Call for Proposals] (2018-02)&lt;br /&gt;
* [https://jpeg.org/items/20180423_cfp_jpeg_xl.html Final Call for Proposals] (2018-04)&lt;br /&gt;
* [http://gigazine.net/gsc_news/en/20170815-jpeg-xl-call-for-draft/ Gigazine article] (2017-08-15)&lt;br /&gt;
* [https://arxiv.org/abs/1908.03565 Committee Draft of JPEG XL] (2019-08)&lt;br /&gt;
* [https://www.iso.org/standard/77977.html ISO/IEC 18181]&lt;br /&gt;
* [https://www.slideshare.net/cloudinarymarketing/imagecon-2019-jon-sneyer Slides from Imagecon 2019 presentation]&lt;br /&gt;
* [https://google.github.io/brunsli/ JPEG ↔ JPEG XL transcoder]&lt;br /&gt;
* [https://gitlab.com/wg1/jpeg-xl Open-source reference software]&lt;br /&gt;
* [https://www.spiedigitallibrary.org/proceedings/Download?fullDOI=10.1117%2F12.2529237 Introductory paper (open access)]&lt;br /&gt;
&lt;br /&gt;
[[Category:JPEG (organization)]]&lt;br /&gt;
[[Category:JPEG]]&lt;/div&gt;</summary>
		<author><name>Janwas</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/JPEG_XL</id>
		<title>JPEG XL</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/JPEG_XL"/>
				<updated>2019-08-20T13:10:30Z</updated>
		
		<summary type="html">&lt;p&gt;Janwas: Added Committee Draft&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Graphics&lt;br /&gt;
}}&lt;br /&gt;
'''JPEG XL''' is a plan to develop a compressed image format and/or file format that will be yet another attempt to be the next [[JPEG]]. It was first announced around 2017-08.&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
* [https://jpeg.org/items/20171107_cfp_jpeg_xl.html Next-Generation Image Compression (JPEG XL) Draft Call for Proposals] (2017-11)&lt;br /&gt;
* [https://jpeg.org/items/20180221_cfp_jpeg_xl.html Revised Draft Call for Proposals] (2018-02)&lt;br /&gt;
* [https://jpeg.org/items/20180423_cfp_jpeg_xl.html Final Call for Proposals] (2018-04)&lt;br /&gt;
* [http://gigazine.net/gsc_news/en/20170815-jpeg-xl-call-for-draft/ Gigazine article] (2017-08-15)&lt;br /&gt;
* [https://arxiv.org/abs/1908.03565 Committee Draft of JPEG XL] (2019-08)&lt;/div&gt;</summary>
		<author><name>Janwas</name></author>	</entry>

	</feed>