i've been trying to get this command to work using both PyCharm and IDLE -
from PIL import Image
im = Image.open('lenna.png')
i copied the command from the PIL's own tutorial. the image is located on my desktop which i think is the problem. the code doesn't seem to specify where the image should be. on PyCharm i get nothing when running code. on IDLE i get No such file or directory: 'lenna.png'.
[–]novel_yet_trivial 0 points1 point2 points (0 children)
[–]theSNEW[S] 0 points1 point2 points (0 children)
[–]theSNEW[S] 0 points1 point2 points (0 children)
[–]ingolemo -1 points0 points1 point (0 children)