-
Notifications
You must be signed in to change notification settings - Fork 34
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
Progressive images support #10642
Comments
There is a lot of debate if progressive images are good or bad. So we make this feature configurable. |
Documentation note: it is not sufficient to turn on/off the progressive parameter. Image cache must be cleared manually. |
rymsha
added a commit
that referenced
this issue
Aug 15, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
XP Image should support progressive image conversion by leveraging
ImageWriteParam.setProgressiveMode
Configure globally
com.enonic.xp.image.cfg
progressive = jpeg,png,gif
Don't provide url configuration parameter (at least for now)
Enable progressive by default for jpeg, disable for png and gif by default
progressive = jpeg
The text was updated successfully, but these errors were encountered: