mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-11 17:56:18 +03:00
Update TIFF compression notes
This commit is contained in:
parent
2987c5a7eb
commit
fd7bfbe86b
|
@ -241,8 +241,11 @@ TIFF
|
||||||
|
|
||||||
PIL reads and writes TIFF files. It can read both striped and tiled images,
|
PIL reads and writes TIFF files. It can read both striped and tiled images,
|
||||||
pixel and plane interleaved multi-band images, and either uncompressed, or
|
pixel and plane interleaved multi-band images, and either uncompressed, or
|
||||||
Packbits, LZW, or JPEG compressed images. In the current version, PIL always
|
Packbits, LZW, or JPEG compressed images.
|
||||||
writes uncompressed TIFF files.
|
|
||||||
|
If you have libtiff and its headers installed, PIL can read and write many more
|
||||||
|
kinds of compressed TIFF files. If not, PIL will always write uncompressed
|
||||||
|
files.
|
||||||
|
|
||||||
The :py:meth:`~PIL.Image.Image.open` method sets the following
|
The :py:meth:`~PIL.Image.Image.open` method sets the following
|
||||||
:py:attr:`~PIL.Image.Image.info` properties:
|
:py:attr:`~PIL.Image.Image.info` properties:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user