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 0a03b77 + 617699f commit eeb3d04Copy full SHA for eeb3d04
src/PIL/TiffImagePlugin.py
@@ -1393,7 +1393,7 @@ def _setup(self) -> None:
1393
logger.debug("- photometric_interpretation: %s", photo)
1394
logger.debug("- planar_configuration: %s", self._planar_configuration)
1395
logger.debug("- fill_order: %s", fillorder)
1396
- logger.debug("- YCbCr subsampling: %s", self.tag.get(YCBCRSUBSAMPLING))
+ logger.debug("- YCbCr subsampling: %s", self.tag_v2.get(YCBCRSUBSAMPLING))
1397
1398
# size
1399
xsize = int(self.tag_v2.get(IMAGEWIDTH))
0 commit comments