File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 701701
702702.. versionadded :: 10.3.0
703703
704- Pillow reads and writes grayscale (Pf format) PFM files containing ``F `` data.
704+ Pillow reads and writes grayscale (Pf format) Portable FloatMap (PFM) files
705+ containing ``F `` data.
705706
706707Color (PF format) PFM files are not supported.
707708
Original file line number Diff line number Diff line change 1+ 10.3.0
2+ ------
3+
4+ Backwards Incompatible Changes
5+ ==============================
6+
7+ TODO
8+ ^^^^
9+
10+ Deprecations
11+ ============
12+
13+ TODO
14+ ^^^^
15+
16+ TODO
17+
18+ API Changes
19+ ===========
20+
21+ TODO
22+ ^^^^
23+
24+ TODO
25+
26+ API Additions
27+ =============
28+
29+ TODO
30+ ^^^^
31+
32+ TODO
33+
34+ Security
35+ ========
36+
37+ TODO
38+ ^^^^
39+
40+ TODO
41+
42+ Other Changes
43+ =============
44+
45+ Portable FloatMap (PFM) images
46+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
47+
48+ Support has been added for reading and writing grayscale (Pf format)
49+ Portable FloatMap (PFM) files containing ``F `` data.
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ expected to be backported to earlier versions.
1414.. toctree ::
1515 :maxdepth: 2
1616
17+ 10.3.0
1718 10.2.0
1819 10.1.0
1920 10.0.1
You can’t perform that action at this time.
0 commit comments