mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-11-21 18:25:48 +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.
|
||
|---|---|---|
| .. | ||
| example | ||
| handbook | ||
| reference | ||
| releasenotes | ||
| resources | ||
| about.rst | ||
| conf.py | ||
| COPYING | ||
| deprecations.rst | ||
| Guardfile | ||
| index.rst | ||
| installation.rst | ||
| make.bat | ||
| Makefile | ||
| newer-versions.csv | ||
| older-versions.csv | ||
| PIL.rst | ||
| porting.rst | ||