#jpegxl #decoder #image #jxl-oxide

jxl-image

JPEG XL image header representation, part of jxl-oxide

13 releases (breaking)

new 0.11.0 Nov 1, 2024
0.9.0 Mar 26, 2024
0.6.0 Nov 21, 2023
0.4.1 Jun 16, 2023

#9 in #jxl-oxide

Download history 294/week @ 2024-07-12 279/week @ 2024-07-19 641/week @ 2024-07-26 457/week @ 2024-08-02 407/week @ 2024-08-09 264/week @ 2024-08-16 319/week @ 2024-08-23 438/week @ 2024-08-30 461/week @ 2024-09-06 373/week @ 2024-09-13 670/week @ 2024-09-20 515/week @ 2024-09-27 2018/week @ 2024-10-04 2005/week @ 2024-10-11 1203/week @ 2024-10-18 1301/week @ 2024-10-25

6,583 downloads per month
Used in 13 crates (3 directly)

MIT/Apache

340KB
8K 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

~525KB