Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use pillow to load thumbnails when qt fails #89

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

jhultgre
Copy link
Contributor

Qt has issues loading some image formats such as single color tgas.

Pillow has no problems with these so I'm using that to build a new pixmap from the pixel data.

This was already here I just uncommented it.
If pillow is available fall back to it if qt can't load an image.
This is useful for image formats qt doesn't understand directly such as single channel tgas
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.7%) to 68.487% when pulling 67bc299 on jhultgre:master into f0941d6 on shotgunsoftware:master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants