2 releases
0.1.1 | Mar 30, 2022 |
---|---|
0.1.0 | Mar 29, 2022 |
#13 in #qoi
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
~5MB
~61K SLoC