imwrite('messigray.png',img) - returns "FALSE"
I'm just working with code from the python tutorials.
In certain cases the imwrite('messigray.png',img) returns "FALSE" value. In this case no Image is stored.
What is the reason for this?
Disk full, No write permissions in this folder?, Image empty (??), no png library (??)