-
Notifications
You must be signed in to change notification settings - Fork 28
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
Support 'RGBA' mode images by converting to 'RGB' #14
Conversation
cc @zuhito |
It looks great! After merging this, I will use PNG files using this Docker image. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See comment, which is not specific to this fix but possibly related.
Created a "test" image by converting one of our asset files from jpeg to tiff. File is ZIPped because GH can't handle TIFF. |
TIFF should be supported with this PR - I can add a test case.
Technically all formats loadable by Pillow are supported. There’s other
ones but JPG, PNG and TIFF are really the common ones.
…On Tue, 5 Mar 2019 at 18:32, Patrick Titzler ***@***.***> wrote:
Created a "test" image by converting one of our asset files from jpeg to
tiff. File is ZIPped because GH can't handle TIFF.
baby-bear.zip
<https://github.com/IBM/MAX-Human-Pose-Estimator/files/2931803/baby-bear.zip>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#14 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AA_SB4s3iO9OLbCIU54P8vaWvL5Q3ZYxks5vTpwIgaJpZM4besDQ>
.
|
Added test case for |
Closes #12, #13