Skip to content

Commit 1de617f

Browse files
committed
Added release notes
1 parent 8bdcadc commit 1de617f

2 files changed

Lines changed: 9 additions & 19 deletions

File tree

docs/handbook/image-file-formats.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1211,6 +1211,8 @@ The :py:meth:`~PIL.Image.Image.save` method can take the following keyword argum
12111211
**big_tiff**
12121212
If true, the image will be saved as a BigTIFF.
12131213

1214+
.. versionadded:: 11.1.0
1215+
12141216
**compression**
12151217
A string containing the desired compression method for the
12161218
file. (valid only with libtiff installed) Valid compression

docs/releasenotes/11.1.0.rst

Lines changed: 7 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,6 @@
11
11.1.0
22
------
33

4-
Security
5-
========
6-
7-
TODO
8-
^^^^
9-
10-
TODO
11-
12-
:cve:`YYYY-XXXXX`: TODO
13-
^^^^^^^^^^^^^^^^^^^^^^^
14-
15-
TODO
16-
17-
Backwards Incompatible Changes
18-
==============================
19-
20-
TODO
21-
^^^^
22-
234
Deprecations
245
============
256

@@ -66,6 +47,13 @@ zlib library, and what version of zlib-ng is being used::
6647
features.check_feature("zlib_ng") # True or False
6748
features.version_feature("zlib_ng") # "2.2.2" for example, or None
6849

50+
Saving TIFF as BigTIFF
51+
^^^^^^^^^^^^^^^^^^^^^^
52+
53+
TIFF images can now be saved as BigTIFF using a ``big_tiff`` argument::
54+
55+
im.save("out.tiff", big_tiff=True)
56+
6957
Other Changes
7058
=============
7159

0 commit comments

Comments
 (0)