png too high protected?
-
Pythonista.app/Action.png
Can not be shown by img =Image(...) ... = the correct path
img.show()Png from the memory game are displayed nicely
-
That probably has to do with the special, non-standard way Xcode compresses PNG files that are part of an app bundle. PIL doesn't seem to be able to handle those images (they aren't readable by most image viewers either).
-
ah...good to know, thanks!
How to 'detect' this way of Xcode compression other then try except?
And who is able to write for me (us) an 'decrompress png' script for Pythonista?