mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
Merge pull request #8260 from python-pillow/revert-7856-docs
Restore exiv2.org links
This commit is contained in:
commit
61001dab14
|
@ -829,7 +829,7 @@ class TestFileJpeg:
|
|||
with Image.open("Tests/images/no-dpi-in-exif.jpg") as im:
|
||||
# Act / Assert
|
||||
# "When the image resolution is unknown, 72 [dpi] is designated."
|
||||
# https://web.archive.org/web/20240227115053/https://exiv2.org/tags.html
|
||||
# https://exiv2.org/tags.html
|
||||
assert im.info.get("dpi") == (72, 72)
|
||||
|
||||
def test_invalid_exif(self) -> None:
|
||||
|
|
|
@ -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://web.archive.org/web/20240227115053/https://exiv2.org/tags.html)
|
||||
(ref.: https://exiv2.org/tags.html)
|
||||
|
||||
|
||||
Quantization tables
|
||||
|
|
Loading…
Reference in New Issue
Block a user