#jpegxl #decoder #jxl-oxide #tick

jxl-image

JPEG XL image header representation, part of jxl-oxide

12 releases (breaking)

new 0.10.0 Sep 9, 2024
0.9.0 Mar 26, 2024
0.8.1 Feb 28, 2024
0.6.0 Nov 21, 2023
0.4.1 Jun 16, 2023

#8 in #tick

Download history 324/week @ 2024-05-21 323/week @ 2024-05-28 716/week @ 2024-06-04 435/week @ 2024-06-11 310/week @ 2024-06-18 266/week @ 2024-06-25 310/week @ 2024-07-02 278/week @ 2024-07-09 257/week @ 2024-07-16 497/week @ 2024-07-23 491/week @ 2024-07-30 418/week @ 2024-08-06 380/week @ 2024-08-13 282/week @ 2024-08-20 447/week @ 2024-08-27 387/week @ 2024-09-03

1,565 downloads per month
Used in 7 crates (3 directly)

MIT/Apache

330KB
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

~520KB