mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-10-30 15:37:55 +03:00
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.
|
||
|---|---|---|
| .. | ||
| appendices.rst | ||
| concepts.rst | ||
| image-file-formats.rst | ||
| index.rst | ||
| overview.rst | ||
| text-anchors.rst | ||
| tutorial.rst | ||
| writing-your-own-image-plugin.rst | ||