We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am working on adding WebP and AVIF preview support to Nextcloud nextcloud/server#13552. I need support for these.
Install WebP and AVIF in the images for which the PHP version supports each (that is, GD supports?).
I think this is what is required (not sure, brand new to PHP):
libwebp-dev
libavif-dev libaom-dev libdav1d-dev
libavif-dev
--with-webp --with-avif
The official images already have WebP.
See https://github.com/nextcloud/docker/blob/3eb80c52b129b4fbe8bd041fd0ba3ee0262e823a/Dockerfile-debian.template#L41 and https://github.com/nextcloud/docker/blob/3eb80c52b129b4fbe8bd041fd0ba3ee0262e823a/Dockerfile-debian.template#L47
The text was updated successfully, but these errors were encountered:
I'd be glad to add that. Would you be up for opening a pull request?
Sorry, something went wrong.
Yeeep guess so. I should be able to get around to it tomorrow.
Note that this might not be deployed. For up-to-date deployment information see Packages.
I built the image locally and updated my Compose file to reference it instead of the deployed image before this was even merged, so I am not blocked.
Successfully merging a pull request may close this issue.
User Story
I am working on adding WebP and AVIF preview support to Nextcloud nextcloud/server#13552. I need support for these.
Proposed Solution
Install WebP and AVIF in the images for which the PHP version supports each (that is, GD supports?).
I think this is what is required (not sure, brand new to PHP):
libwebp-dev
libavif-dev libaom-dev libdav1d-dev
(taken directly from the below project's script, consider justlibavif-dev
if possible)--with-webp --with-avif
Alternative Considerations
Notes
The official images already have WebP.
See https://github.com/nextcloud/docker/blob/3eb80c52b129b4fbe8bd041fd0ba3ee0262e823a/Dockerfile-debian.template#L41
and https://github.com/nextcloud/docker/blob/3eb80c52b129b4fbe8bd041fd0ba3ee0262e823a/Dockerfile-debian.template#L47
The text was updated successfully, but these errors were encountered: