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

Add support for 16-bit precision JPEG quantization values #4918

Merged
merged 6 commits into from
Oct 14, 2020
Merged

Add support for 16-bit precision JPEG quantization values #4918

merged 6 commits into from
Oct 14, 2020

Commits on Oct 10, 2020

  1. Add support for 16-bit precision JPEG quantization values

    Don't force JPEG quantization to be baseline-compatible
    
    Quantization values will not be limited to values 1..255 and may
    be 16 bits if needed. This may cause compatibility issues.
    gofr committed Oct 10, 2020
    Configuration menu
    Copy the full SHA
    6db0843 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a23531 View commit details
    Browse the repository at this point in the history
  3. Keep baseline compatibility when specifying quality

    16-bit quantization tables can appear at quality values below
    about 25. These may cause compatibility problems. Maintain
    baseline compatibility and avoid confusing users with warning
    messages.
    gofr committed Oct 10, 2020
    Configuration menu
    Copy the full SHA
    b212a1e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2f0544b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d54dc40 View commit details
    Browse the repository at this point in the history
  6. Add new JPEG test image

    gofr committed Oct 10, 2020
    Configuration menu
    Copy the full SHA
    938e251 View commit details
    Browse the repository at this point in the history