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

VIPS + Qualty params not working #1601

Open
Baltazar5000 opened this issue Jul 4, 2024 · 1 comment
Open

VIPS + Qualty params not working #1601

Baltazar5000 opened this issue Jul 4, 2024 · 1 comment

Comments

@Baltazar5000
Copy link

Baltazar5000 commented Jul 4, 2024

Hello.

This code doesn't work because rokka/imagine-vips doesn't have a quality option, but instead has multiple quality options for each image format.

    filter_sets:
        name:
            quality:              50

This works:

    filter_sets:
        name:
            quality:              50
            jpeg_quality:              50

Quality should work for all VIPS image formats. Please fix. Thank you!

@dbu
Copy link
Member

dbu commented Jul 9, 2024

alternatively we could enumerate all format parameters that imagine-vips expects and set each to the quality parameter. that would be consistent with the rest of the configuration.

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

No branches or pull requests

2 participants