-
-
Notifications
You must be signed in to change notification settings - Fork 114
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
Imagick: build with support for AVIF format by aom encoder #566
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great!
Does this increase the layer size by a lot? |
Sorry I meant the Lambda layer (the zip file), not the Docker layers. |
Got you. The compressed zip files size is only increased by 514kB (+ 1,5%) to 36,2 MB. |
Can you please rebase this and I'll be happy to merge. |
Thank you @duswie! I tested this and can confirm it also solves the libheif issue with converting heic-images created in ios 18. |
Thank you |
The Imagick build did not support the AVIF format due to missing encoder dependencies. Generated .avif files were empty without producing an error.
This is fixed by building imagick with upgraded and additional dependencies (AOM Encoder) and more extensive tests are added.