We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I can't seem to figure out why I keep getting this error: is not a valid pathname to an image.
is not a valid pathname to an image.
Any idea why this is happening? I've tried variations of file path names, with " " and without.. I'm on a Linux machine.
" "
The text was updated successfully, but these errors were encountered:
import PIL
from PIL import Image
PIL.
Sorry, something went wrong.
Following @DoubleFL3X and you input the following
./pic.jpg or /home/derp/Desktop/github/py-scripts/ascii/pic.jpg
No branches or pull requests
I can't seem to figure out why I keep getting this error:
is not a valid pathname to an image.
Any idea why this is happening? I've tried variations of file path names, with
" "
and without.. I'm on a Linux machine.The text was updated successfully, but these errors were encountered: