Skip to content

Conversation

@radarhere
Copy link
Member

Resolves #7995

@dwvisser
Copy link

This fixed the issue for me. In a fresh Python 3.8 virtualenv, I installed the branch:

pip install git+https://github.com/python-pillow/Pillow.git@bb2411dd01197d0a393dbcfdccfdd487a8c6d7be

Then this script ran, and output a usable PNG file:

from PIL import Image

image = Image.open("lorem_ipsum_90deg.tif")
image.save("output.png")
print("Done.")

@hugovk hugovk merged commit 02915c7 into python-pillow:main Apr 22, 2024
@radarhere radarhere deleted the tiff_px branch April 22, 2024 21:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Grayscale PNG converted with standard tool to 8-bit grayscale TIFF won't load

3 participants