0
¿How I can open an image with python?
I search the answer but I don't understand (I speak Spanish) please answer with easy grammatic
4 Réponses
0
Import library that supports image loading, for example OpenCV or Matplotlib or...
Then use imported functions for loading, displaying, etc.
Try this link:
https://www.geeksforgeeks.org/reading-images-in-JUMP_LINK__&&__python__&&__JUMP_LINK/
0
Pillow is another great alternative ;)
0
And what I can do with the image after open it?
0
What would you do with the image?