From a50c3957df3c6929ab9f872a833036212634da1e Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Wed, 27 Apr 2022 22:28:10 +1000 Subject: [PATCH 1/2] Updated URL --- src/PIL/JpegPresets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PIL/JpegPresets.py b/src/PIL/JpegPresets.py index e5a5d178a..a678e248e 100644 --- a/src/PIL/JpegPresets.py +++ b/src/PIL/JpegPresets.py @@ -37,7 +37,7 @@ You can get the subsampling of a JPEG with the :func:`.JpegImagePlugin.get_sampling` function. In JPEG compressed data a JPEG marker is used instead of an EXIF tag. -(ref.: https://www.exiv2.org/tags.html) +(ref.: https://exiv2.org/tags.html) Quantization tables From d42efd7ec0450bc355b4cbbccef3b364f67513d4 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Thu, 28 Apr 2022 01:26:57 +0300 Subject: [PATCH 2/2] Update URL (#16) --- Tests/test_file_jpeg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/test_file_jpeg.py b/Tests/test_file_jpeg.py index 203065802..12edd7582 100644 --- a/Tests/test_file_jpeg.py +++ b/Tests/test_file_jpeg.py @@ -743,7 +743,7 @@ class TestFileJpeg: # Act / Assert # "When the image resolution is unknown, 72 [dpi] is designated." - # http://www.exiv2.org/tags.html + # https://exiv2.org/tags.html assert im.info.get("dpi") == (72, 72) def test_invalid_exif(self):