mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-03-23 19:44:13 +03:00
commit
2613429e24
|
@ -743,7 +743,7 @@ class TestFileJpeg:
|
||||||
|
|
||||||
# Act / Assert
|
# Act / Assert
|
||||||
# "When the image resolution is unknown, 72 [dpi] is designated."
|
# "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)
|
assert im.info.get("dpi") == (72, 72)
|
||||||
|
|
||||||
def test_invalid_exif(self):
|
def test_invalid_exif(self):
|
||||||
|
|
|
@ -37,7 +37,7 @@ You can get the subsampling of a JPEG with the
|
||||||
:func:`.JpegImagePlugin.get_sampling` function.
|
:func:`.JpegImagePlugin.get_sampling` function.
|
||||||
|
|
||||||
In JPEG compressed data a JPEG marker is used instead of an EXIF tag.
|
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
|
Quantization tables
|
||||||
|
|
Loading…
Reference in New Issue
Block a user