Updated redirected URL

This commit is contained in:
Andrew Murray 2021-04-15 20:45:45 +10:00
parent 9d9930d72b
commit 96e0ce012a

View File

@ -138,7 +138,7 @@ def APP(self, marker):
elif marker == 0xFFEE and s[:5] == b"Adobe": elif marker == 0xFFEE and s[:5] == b"Adobe":
self.info["adobe"] = i16(s, 5) self.info["adobe"] = i16(s, 5)
# extract Adobe custom properties # extract Adobe custom properties
# https://sno.phy.queensu.ca/~phil/exiftool/TagNames/JPEG.html#Adobe # https://exiftool.org/TagNames/JPEG.html#Adobe
# https://docs.oracle.com/javase/8/docs/api/javax/imageio/metadata/doc-files/jpeg_metadata.html # https://docs.oracle.com/javase/8/docs/api/javax/imageio/metadata/doc-files/jpeg_metadata.html
try: try:
index2_offset = 5 index2_offset = 5