File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,6 +30,18 @@ Image getdata()
3030identical, except that it returns a tuple of pixel values, instead of an internal
3131Pillow data type.
3232
33+
34+ JpegImageFile.load_djpeg
35+ ~~~~~~~~~~~~~~~~~~~~~~~~
36+
37+ .. deprecated :: 13.0.0
38+
39+ ``JpegImageFile.load_djpeg `` has been deprecated, and will be removed in Pillow 14
40+ (2027-10-15).
41+
42+ Use the built-in JPEG decoder instead, or call ``djpeg `` directly and decode the
43+ resulting image with Pillow.
44+
3345Removed features
3446----------------
3547
Original file line number Diff line number Diff line change @@ -72,12 +72,11 @@ Deprecations
7272JpegImageFile.load_djpeg
7373^^^^^^^^^^^^^^^^^^^^^^^^
7474
75- ``JpegImageFile.load_djpeg `` has been deprecated,
76- and will be removed in Pillow 14 (2027-10-15).
77-
78- Use the built-in JPEG decoder instead, or call ``djpeg `` directly and
79- decode the resulting image with Pillow.
75+ ``JpegImageFile.load_djpeg `` has been deprecated, and will be removed in Pillow 14
76+ (2027-10-15).
8077
78+ Use the built-in JPEG decoder instead, or call ``djpeg `` directly and decode the
79+ resulting image with Pillow.
8180
8281API changes
8382===========
You can’t perform that action at this time.
0 commit comments