QOI images can be decoded 4-5x faster than PNG images. This makes them ideal for this tile-image-viewer, as it would allow us to load in tiles 4-5x faster.
It would be easiest to do this by waiting for qoi support from the image crate.
image-rs/image#1641
QOIimages can be decoded 4-5x faster than PNG images. This makes them ideal for this tile-image-viewer, as it would allow us to load in tiles 4-5x faster.It would be easiest to do this by waiting for
qoisupport from theimagecrate.image-rs/image#1641