Merge pull request #6247 from radarhere/link

Updated URL
This commit is contained in:
Andrew Murray 2022-04-28 09:46:36 +10:00 committed by GitHub
commit 2613429e24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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):

View File

@ -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