-
Notifications
You must be signed in to change notification settings - Fork 964
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
Add support HEIC for resize_image #2084
Comments
That's not a bug? Is there even a Rust library supporting that format? |
According to https://caniuse.com/?search=HEIC it's not usable in any browsers. What's the usecase there? |
https://en.wikipedia.org/wiki/AVIF is better alternative, just its very slow to compress. |
There is a PR for AVIF: #1347 but the issue is that it was making Zola harder to build |
My need is to use HEIC => JPEG or WEBP conversion |
I had taken photos via my iPhone and I used these photos to illustrate an article, I had to manually convert each photo, I would have liked it to be supported natively. |
Related thread from the image crate: image-rs/image#1375 |
Bug Report
Add support HEIC for resize_image
Environment
Zola version: 0.16.1
Expected Behavior
Resize image
Current Behavior
Step to reproduce
Use image with format is HEIC
The text was updated successfully, but these errors were encountered: