[20:42:52] <jcerise> Hey all, I'm using pillow to save some tiff images, and I need to ensure the photometric interpretation tag to 0, but I'm unsure how to do that, especially since the SAVE_MODES in the TiffImagePlugin code all default to 1 for that tag (262). Is there a way to explicitly set this value on save?
[20:56:35] <jcerise> Actually, looking again, the save mode values are not all 1, but none of them are zero.