image-qoi

Crates.ioimage-qoi
lib.rsimage-qoi
version0.1.1
sourcesrc
created_at2022-03-29 17:51:12.489538
updated_at2022-03-30 06:23:13.076725
descriptionQuote Ok Image format with interop with Image
homepage
repositoryhttps://github.com/conradludgate/image-qoi
max_upload_size
id558676
size13,936
Conrad Ludgate (conradludgate)

documentation

README

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();
Commit count: 5

cargo fmt