Skip to content

Commit b39b964

Browse files
authored
Remove unused PNG _OUTMODES (#9780)
2 parents 767a3f1 + 8056f72 commit b39b964

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/PIL/PngImagePlugin.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1106,9 +1106,6 @@ def getexif(self) -> Image.Exif:
11061106
_OUTMODES = {
11071107
# supported PIL modes, and corresponding rawmode, bit depth and color type
11081108
"1": ("1", b"\x01", b"\x00"),
1109-
"L;1": ("L;1", b"\x01", b"\x00"),
1110-
"L;2": ("L;2", b"\x02", b"\x00"),
1111-
"L;4": ("L;4", b"\x04", b"\x00"),
11121109
"L": ("L", b"\x08", b"\x00"),
11131110
"LA": ("LA", b"\x08", b"\x04"),
11141111
"I;16": ("I;16B", b"\x10", b"\x00"),

0 commit comments

Comments
 (0)