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

Allow disabling default emission of JPEG APP0 and APP14 segments #7679

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Jan 7, 2024

  1. Configuration menu
    Copy the full SHA
    6ade47f View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Allow disabling default emission of JPEG APP0 and APP14 segments

    When embedding JPEGs into a container file format, it may be desirable
    to minimize JPEG metadata, since the container will include the pertinent
    details.  By default, libjpeg emits a JFIF APP0 segment for JFIF-
    compatible colorspaces (grayscale or YCbCr) and Adobe APP14 otherwise.
    Add a no_default_app_segments option to disable these.
    
    660894c added code to force emission of the JFIF segment if the DPI is
    specified, even for JFIF-incompatible colorspaces.  This seems
    inconsistent with the JFIF spec, but apparently other software does it
    too.  no_default_app_segments does not disable this behavior, since it
    only happens when the application explicitly specifies the DPI.
    bgilbert committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    8053d5e View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Configuration menu
    Copy the full SHA
    67c6811 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    520bf63 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2024

  1. Configuration menu
    Copy the full SHA
    0cb8654 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Configuration menu
    Copy the full SHA
    4d8567c View commit details
    Browse the repository at this point in the history