Skip to content

Commit

Permalink
Merge pull request python-pillow#8260 from python-pillow/revert-7856-…
Browse files Browse the repository at this point in the history
…docs

Restore exiv2.org links
  • Loading branch information
radarhere authored Jul 24, 2024
2 parents a103c4a + 72a243c commit 61001da
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 @@ -829,7 +829,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://web.archive.org/web/20240227115053/https://exiv2.org/tags.html
# 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://web.archive.org/web/20240227115053/https://exiv2.org/tags.html)
(ref.: https://exiv2.org/tags.html)
Quantization tables
Expand Down

0 comments on commit 61001da

Please sign in to comment.