-
## Use case
AVIF aims to be the successor of jpg on the web and is growing very fast. AVIF images also compress with much better results then jpg. So it would be very good for flutter applications …
-
### Description
Hello, I'm having a peculiar issue where a very specific image is not loading in on Android.
- Avif format
- Other Avif format images do work correctly
- Converting the image to …
-
### Problem
seems to not have AVIF support in the early builds of Elementary OS 8.
### Proposal
Add AVIF support for the app "photos" in Elementary OS 8.
### Prior Art (Optional)
Shotwell does su…
ghost updated
1 month ago
-
Consider adding AVIF as a target/source file type. [AVIF compresses lossy better than JPEG](https://www.smashingmagazine.com/2021/09/modern-image-formats-avif-webp/#avif), has many features like 12bi…
-
Hi,
I am trying to save an image in the `avif `format but it does not work.
```
#!/usr/bin/ruby
require 'rszr'
image = Rszr::Image.load('a.jpg')
image.save('a.avif')
```
Rszr raises a…
-
**Describe the issue**
When compiling the latest ComplianceWarden and running it on an AVIF file with JSON output, the "successful_checks" array is always empty.
**Detailed analysis**
From compar…
-
Are there any plans to support avif image files in mokuro ? By looking at the code it seems that only jpg, jpeg and png are supported at the moment.
-
Just wanted to request support for *.avif files, as input. (convert from)
Thanks.
https://en.wikipedia.org/wiki/AVIF
Nieb updated
2 months ago
-
Hello,
How can I update this plugin so that I can also upload avif images?
Thank you
-
Hi, is there a specific reason why there is only conversion to WEBP available? AVIF is supposed to be even better. I'm thinking about coding it up, but I wanted to ask first. There could be the option…