Skip to content

Commit 61001da

Browse files
authored
Merge pull request #8260 from python-pillow/revert-7856-docs
Restore exiv2.org links
2 parents a103c4a + 72a243c commit 61001da

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
@@ -829,7 +829,7 @@ def test_no_dpi_in_exif(self) -> None:
829829
with Image.open("Tests/images/no-dpi-in-exif.jpg") as im:
830830
# Act / Assert
831831
# "When the image resolution is unknown, 72 [dpi] is designated."
832-
# https://web.archive.org/web/20240227115053/https://exiv2.org/tags.html
832+
# https://exiv2.org/tags.html
833833
assert im.info.get("dpi") == (72, 72)
834834

835835
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://web.archive.org/web/20240227115053/https://exiv2.org/tags.html)
40+
(ref.: https://exiv2.org/tags.html)
4141
4242
4343
Quantization tables

0 commit comments

Comments
 (0)