We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 73646ad + d42efd7 commit 2613429Copy full SHA for 2613429
Tests/test_file_jpeg.py
@@ -743,7 +743,7 @@ def test_no_dpi_in_exif(self):
743
744
# Act / Assert
745
# "When the image resolution is unknown, 72 [dpi] is designated."
746
- # http://www.exiv2.org/tags.html
+ # https://exiv2.org/tags.html
747
assert im.info.get("dpi") == (72, 72)
748
749
def test_invalid_exif(self):
src/PIL/JpegPresets.py
@@ -37,7 +37,7 @@
37
:func:`.JpegImagePlugin.get_sampling` function.
38
39
In JPEG compressed data a JPEG marker is used instead of an EXIF tag.
40
-(ref.: https://www.exiv2.org/tags.html)
+(ref.: https://exiv2.org/tags.html)
41
42
43
Quantization tables
0 commit comments