Pillow/docs
Benjamin Gilbert 8053d5e5a0 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.

660894cd36 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.
2024-01-08 05:33:12 -06:00
..
example Added type hints 2023-12-26 22:26:11 +11:00
handbook Allow disabling default emission of JPEG APP0 and APP14 segments 2024-01-08 05:33:12 -06:00
reference Merge pull request #7676 from nulano/lcms2-flags 2024-01-06 16:43:20 +02:00
releasenotes Allow disabling default emission of JPEG APP0 and APP14 segments 2024-01-08 05:33:12 -06:00
resources window.navigator has already been used 2023-11-28 19:48:41 +11:00
about.rst Goodbye Travis CI 2024-01-04 12:51:05 +02:00
conf.py Updated copyright year 2023-12-31 18:37:16 +11:00
COPYING Updated copyright year 2023-12-31 18:37:16 +11:00
deprecations.rst document ImageCms.{ImageCmsProfile,Intent,Direction}; fix ImageCms.core.CmsProfile references 2024-01-01 21:40:41 +01:00
Guardfile Add 'from __future__ import annotations' using Ruff/isort 2023-12-21 13:13:31 +02:00
index.rst Goodbye Travis CI 2024-01-04 12:51:05 +02:00
installation.rst Updated macOS tested Pillow versions 2024-01-03 11:18:16 +11:00
make.bat Fixed calling html target from htmlview 2023-03-21 22:37:45 +11:00
Makefile Add 'make htmlview' to open index page 2023-03-15 14:04:15 +02:00
newer-versions.csv Add end-of-file-fixer to pre-commit 2023-09-25 16:45:38 +03:00
older-versions.csv Add end-of-file-fixer to pre-commit 2023-09-25 16:45:38 +03:00
PIL.rst improve ImageTransform documentation 2024-01-02 14:52:12 +01:00
porting.rst fix _imaging and Image.core references 2020-07-11 13:25:10 +10:00