File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -825,7 +825,7 @@ def test_no_dpi_in_exif(self) -> None:
825825 with Image .open ("Tests/images/no-dpi-in-exif.jpg" ) as im :
826826 # Act / Assert
827827 # "When the image resolution is unknown, 72 [dpi] is designated."
828- # https://exiv2.org/tags.html
828+ # https://web.archive.org/web/20240227115053/https:// exiv2.org/tags.html
829829 assert im .info .get ("dpi" ) == (72 , 72 )
830830
831831 def test_invalid_exif (self ) -> None :
Original file line number Diff line number Diff line change 3737:func:`.JpegImagePlugin.get_sampling` function.
3838
3939In JPEG compressed data a JPEG marker is used instead of an EXIF tag.
40- (ref.: https://exiv2.org/tags.html)
40+ (ref.: https://web.archive.org/web/20240227115053/https:// exiv2.org/tags.html)
4141
4242
4343Quantization tables
You can’t perform that action at this time.
0 commit comments