Skip to content

Commit

Permalink
Merge pull request #8306 from radarhere/tag_v2
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Aug 16, 2024
2 parents 0a03b77 + 617699f commit eeb3d04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PIL/TiffImagePlugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -1393,7 +1393,7 @@ def _setup(self) -> None:
logger.debug("- photometric_interpretation: %s", photo)
logger.debug("- planar_configuration: %s", self._planar_configuration)
logger.debug("- fill_order: %s", fillorder)
logger.debug("- YCbCr subsampling: %s", self.tag.get(YCBCRSUBSAMPLING))
logger.debug("- YCbCr subsampling: %s", self.tag_v2.get(YCBCRSUBSAMPLING))

# size
xsize = int(self.tag_v2.get(IMAGEWIDTH))
Expand Down

0 comments on commit eeb3d04

Please sign in to comment.