Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QOI file support. #15

Open
sloganking opened this issue Oct 6, 2022 · 1 comment
Open

QOI file support. #15

sloganking opened this issue Oct 6, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@sloganking
Copy link
Owner

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

@sloganking sloganking added the enhancement New feature or request label Oct 6, 2022
@sloganking
Copy link
Owner Author

Per image-rs/image#1641 the image crate now supports the qoi file format. The test commit c91a680 shows a way to add qoi support, but it is not performance optimal since macroquad does not support qoi.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant