Skip to content

Commit

Permalink
Merge pull request #7856 from radarhere/docs
Browse files Browse the repository at this point in the history
Corrected exiv2.org links
  • Loading branch information
hugovk committed Mar 30, 2024
2 parents b263719 + bc00c26 commit a6c7a04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Tests/test_file_jpeg.py
Original file line number Diff line number Diff line change
Expand Up @@ -825,7 +825,7 @@ def test_no_dpi_in_exif(self) -> None:
with Image.open("Tests/images/no-dpi-in-exif.jpg") as im:
# Act / Assert
# "When the image resolution is unknown, 72 [dpi] is designated."
# https://exiv2.org/tags.html
# https://web.archive.org/web/20240227115053/https://exiv2.org/tags.html
assert im.info.get("dpi") == (72, 72)

def test_invalid_exif(self) -> None:
Expand Down
2 changes: 1 addition & 1 deletion src/PIL/JpegPresets.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
:func:`.JpegImagePlugin.get_sampling` function.
In JPEG compressed data a JPEG marker is used instead of an EXIF tag.
(ref.: https://exiv2.org/tags.html)
(ref.: https://web.archive.org/web/20240227115053/https://exiv2.org/tags.html)
Quantization tables
Expand Down

0 comments on commit a6c7a04

Please sign in to comment.