#jpegxl #decoder #image #jxl-oxide

jxl-image

JPEG XL image header representation, part of jxl-oxide

14 releases (breaking)

new 0.12.0 Dec 28, 2024
0.11.0 Nov 1, 2024
0.10.0 Sep 9, 2024
0.9.0 Mar 26, 2024
0.4.1 Jun 16, 2023

#5 in #jpeg-xl

Download history 464/week @ 2024-09-07 370/week @ 2024-09-14 699/week @ 2024-09-21 639/week @ 2024-09-28 2232/week @ 2024-10-05 1731/week @ 2024-10-12 1195/week @ 2024-10-19 1552/week @ 2024-10-26 1650/week @ 2024-11-02 4706/week @ 2024-11-09 5071/week @ 2024-11-16 4966/week @ 2024-11-23 4789/week @ 2024-11-30 5345/week @ 2024-12-07 3812/week @ 2024-12-14 1237/week @ 2024-12-21

15,993 downloads per month
Used in 17 crates (3 directly)

MIT/Apache

345KB
9K SLoC

jxl-image

This crate provides types related to JPEG XL image headers, such as image size information, color encoding and animation TPS (ticks per second) information. Most of the information is in the ImageMetadata struct.


lib.rs:

This crate provides types related to JPEG XL image headers, such as [image size information][SizeHeader], [color encoding][ColourEncoding] and [animation TPS (ticks per second) information][AnimationHeader]. Most of the information is in the ImageMetadata struct.

Image header is at the beginning of the bitstream. One can parse ImageHeader from the bitstream to retrieve information about the image.

Dependencies

~390–520KB