2 releases
| 0.1.1 | Mar 30, 2022 |
|---|---|
| 0.1.0 | Mar 29, 2022 |
#23 in #ok
12KB
275 lines
image-qoi
Quote Ok Image format support within the image crate.
Usage
let file = File::open("qoi_test_images/dice.qoi").unwrap();
let decoder = QoiDecoder::new(file).unwrap();
let image = DynamicImage::from_decoder(decoder).unwrap();
Dependencies
~4.5MB
~75K SLoC