Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f71d74e

Browse files
radarherehugovk
andauthored
Use versionadded
Co-authored-by: Hugo van Kemenade <[email protected]>
1 parent 657d041 commit f71d74e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/handbook/image-file-formats.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1076,10 +1076,12 @@ Pillow reads and writes PBM, PGM, PPM, PNM and PFM files containing ``1``, ``L``
10761076

10771077
"Raw" (P4 to P6) formats can be read, and are used when writing.
10781078

1079-
Since Pillow 9.2.0, "plain" (P1 to P3) formats can be read as well.
1079+
.. versionadded:: 9.2.0
1080+
"Plain" (P1 to P3) formats can be read.
10801081

1081-
Since Pillow 10.3.0, grayscale (Pf format) Portable FloatMap (PFM) files containing
1082-
``F`` data can be read and used when writing as well.
1082+
.. versionadded:: 10.3.0
1083+
Grayscale (Pf format) Portable FloatMap (PFM) files containing
1084+
``F`` data can be read and used when writing.
10831085

10841086
Color (PF format) PFM files are not supported.
10851087

0 commit comments

Comments
 (0)