Pillow/docs
Benjamin Gilbert a72b5963d7 Document JPEG 2000 support for writing YCbCr and reading subsampled color
Read support for subsampled RGB and YCbCr color channels was added in
4f4c3b34f8 and not documented at the time.  Write support for YCbCr
appears to date to 61fb89ec54, the original commit.

Retain the existing language about YCbCr input conversion to RGB, even
though it's not completely correct.  OpenJPEG through 2.5.0 doesn't set
color_space in opj_read_header(), so we end up in our
OPJ_CLRSPC_UNSPECIFIED fallback path, which guesses sRGB if there's no
component subsampling.  This means we currently can't round-trip YCbCr via
JPEG 2000.  The next OpenJPEG release will fix this, so leave the docs as
is.

Also fix typo: .j2p -> .jp2.
2023-12-26 12:52:27 -06:00
..
example Add 'from __future__ import annotations' using Ruff/isort 2023-12-21 13:13:31 +02:00
handbook Document JPEG 2000 support for writing YCbCr and reading subsampled color 2023-12-26 12:52:27 -06:00
reference Merge pull request #7600 from nulano/anchor-clarify-docs 2023-12-13 07:36:00 +11:00
releasenotes Deprecate raise_oserror() for removal in Pillow 12 2023-12-13 02:17:32 -06:00
resources window.navigator has already been used 2023-11-28 19:48:41 +11:00
about.rst Updated wheel build process for new location 2023-09-24 22:51:42 +10:00
conf.py Add 'from __future__ import annotations' using Ruff/isort 2023-12-21 13:13:31 +02:00
COPYING Alex Clark -> Jeffrey A. Clark (Alex) 2023-01-14 12:36:22 -05:00
deprecations.rst Deprecate raise_oserror() for removal in Pillow 12 2023-12-13 02:17:32 -06:00
Guardfile Add 'from __future__ import annotations' using Ruff/isort 2023-12-21 13:13:31 +02:00
index.rst Updated redirected links 2023-10-07 23:08:02 +11:00
installation.rst Updated lcms2 to 2.16 2023-12-04 08:32:39 +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 fix iTXt and PngInfo heading references 2020-07-11 13:23:19 +10:00
porting.rst fix _imaging and Image.core references 2020-07-11 13:25:10 +10:00