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

Replace formatQuality with formatOptions for additional configurability #1327

Merged
merged 3 commits into from
Aug 10, 2024

Commits on Aug 10, 2024

  1. feat: replace formatQuality with formatOptions in config file

    formatQuality is more flexible and allows configuration of more than just quality for all formats.
    JPEG and WebP still have only their quality configurable.
    PNG has all the configuration options from the sharp library exposed.
    
    Signed-off-by: Nathan Reed <[email protected]>
    nathreed authored and acalcutt committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    9bc2e02 View commit details
    Browse the repository at this point in the history
  2. feat: update docs for new formatOptions

    Signed-off-by: Nathan Reed <[email protected]>
    nathreed authored and acalcutt committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    89d1112 View commit details
    Browse the repository at this point in the history
  3. feat: allow deprecated formatQuality with logged warning

    Signed-off-by: Nathan Reed <[email protected]>
    nathreed authored and acalcutt committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    1036155 View commit details
    Browse the repository at this point in the history