You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The attached image uses the flags ColorType.PaletteUsed | ColorType.ColorUsed, but still cannot be opened with the fix given above.
It seems that "data" would have to have twice as many bytes as there actually are.
Any help to get BigGustave read this image file will be appreciated.
I don't know where that image originally came from.
SamplesPerPixel seems to return 0 on at least some 256 color images, resulting in some of the lines having incorrect filter applied.
Suggested fix might be adding a case for "case ColorType.PaletteUsed | ColorType.ColorUsed":
The text was updated successfully, but these errors were encountered: