servo / rust-stb-image

Rust bindings to the awesome stb_image library
Other
68 stars 34 forks source link

Update `stb_image.c` to v2.28 #105

Closed MarijnS95 closed 1 year ago

MarijnS95 commented 1 year ago

This update includes features like 16-bit PNG parsing (and automatic conversion from 16- to 8-bit).

We could probably do some more maintenance to this crate, as well as expose the 16-bit loader interface instead of forcing the builtin conversion to 8-bit?