We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d80cf0e commit bc2519aCopy full SHA for bc2519a
src/PIL/IptcImagePlugin.py
@@ -34,10 +34,6 @@ def _i(c: bytes) -> int:
34
return i32((b"\0\0\0\0" + c)[-4:])
35
36
37
-def _i8(c: int | bytes) -> int:
38
- return c if isinstance(c, int) else c[0]
39
-
40
41
##
42
# Image plugin for IPTC/NAA datastreams. To read IPTC/NAA fields
43
# from TIFF and JPEG files, use the <b>getiptcinfo</b> function.
0 commit comments