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

build: add WebP and AVIF support #178

Merged
merged 1 commit into from
Mar 31, 2023
Merged

build: add WebP and AVIF support #178

merged 1 commit into from
Mar 31, 2023

Conversation

aentwist
Copy link
Contributor

@aentwist aentwist commented Mar 30, 2023

WebP is available since PHP 5.4. AVIF is available since PHP 8.1.

See https://www.php.net/manual/en/function.imagewebp.php
and https://www.php.net/manual/en/function.imageavif.php

Closes #177
@juliushaertl

WebP is available since PHP 5.4. AVIF is available since PHP 8.1.

See https://www.php.net/manual/en/function.imagewebp.php
and https://www.php.net/manual/en/function.imageavif.php

Signed-off-by: Anderson Entwistle <[email protected]>
Copy link
Owner

@juliusknorr juliusknorr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code looks good, let's see if all containers build on CI :)

@juliusknorr juliusknorr merged commit fad0e57 into juliusknorr:master Mar 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Build WebP and AVIF support into Docker images
2 participants