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

NGSTACK-901 Webp support #201

Open
wants to merge 2 commits into
base: 1.12
Choose a base branch
from
Open

NGSTACK-901 Webp support #201

wants to merge 2 commits into from

Conversation

hknezevic
Copy link
Member

@hknezevic hknezevic commented Jun 21, 2024

Requires netgen/site-bundle#51 to be reviewed and merged first.

This PR enables WebP support for legacy kernel/admin UI, and sets all image aliases generated in legacy kernel or through LiipImagine bundle to be converted, stored and outputted in WebP format.

This feature requires Imagemagick with libwebp delegate library included.

@@ -57,10 +57,15 @@ ezpublish:
- { name: strip }

liip_imagine:
# global setting, all filters will generate webp images
default_filter_set_settings:
format: webp
Copy link
Member

Choose a reason for hiding this comment

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

With this, we're enabling generation of webp by default for all filters, even if the source is jpg or png? If so, that does not sound right?

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.

None yet

2 participants