Move BitmapFunction out of the playground #194
Closed
Milestone
Comments
@andreasbuhr, according to this documentation, an image mode 'L' should imply 8 bit grayscale, so the additional check in What version of PIL have you been using? According to this, there is supposed to be a |
I reproduced the problem I had. Indeed, it's sufficient to check for 'L' mode. The image I had problems with reports an 'I' mode. |
Done in 5f426dd. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This should be an interesting
Function
for many users, so we should not hide it in the playground. Before moving, we should check again the implementation, though.The text was updated successfully, but these errors were encountered: