Skip to content

Commit a6c7a04

Browse files
authored
Merge pull request #7856 from radarhere/docs
Corrected exiv2.org links
2 parents b263719 + bc00c26 commit a6c7a04

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Tests/test_file_jpeg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -825,7 +825,7 @@ def test_no_dpi_in_exif(self) -> None:
825825
with Image.open("Tests/images/no-dpi-in-exif.jpg") as im:
826826
# Act / Assert
827827
# "When the image resolution is unknown, 72 [dpi] is designated."
828-
# https://exiv2.org/tags.html
828+
# https://web.archive.org/web/20240227115053/https://exiv2.org/tags.html
829829
assert im.info.get("dpi") == (72, 72)
830830

831831
def test_invalid_exif(self) -> None:

src/PIL/JpegPresets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
:func:`.JpegImagePlugin.get_sampling` function.
3838
3939
In JPEG compressed data a JPEG marker is used instead of an EXIF tag.
40-
(ref.: https://exiv2.org/tags.html)
40+
(ref.: https://web.archive.org/web/20240227115053/https://exiv2.org/tags.html)
4141
4242
4343
Quantization tables

0 commit comments

Comments
 (0)