I get a TIFF that has transparency enabled on pages 2-4. I've tried other things to remove the alpha channel ('remove', using a context manager on the sequence to remove it on the individual SingleImages, etc), but nothing seems to work. I've pasted links to the original PDF and the TIFF this produces.
I should note that imageMagick has no issues when I use the following command:
On MacOS to remove transparency from .pngs I need to set img.alpha_channel = 'remove' and in a linux environment I need to set img.alpha_channel = False.
Using the following code:
I get a TIFF that has transparency enabled on pages 2-4. I've tried other things to remove the alpha channel ('remove', using a context manager on the sequence to remove it on the individual SingleImages, etc), but nothing seems to work. I've pasted links to the original PDF and the TIFF this produces.
I should note that imageMagick has no issues when I use the following command:
So I'm not sure if this is a bug in wand or something else.
PDF
TIFF
The text was updated successfully, but these errors were encountered: