Skip to content

Commit

Permalink
Log value from tag_v2
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Aug 16, 2024
1 parent 0a03b77 commit 617699f
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 617699f

Please sign in to comment.