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

27th Apr 2020, 10:39 AM
Rodrigo Tapia Varona
Rodrigo Tapia Varona - avatar
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/
27th Apr 2020, 3:38 PM
Uros Zivkovic
Uros Zivkovic - avatar
0
Pillow is another great alternative ;)
27th Apr 2020, 5:43 PM
visph
visph - avatar
0
And what I can do with the image after open it?
27th Apr 2020, 9:19 PM
Rodrigo Tapia Varona
Rodrigo Tapia Varona - avatar
0
What would you do with the image?
28th Apr 2020, 8:33 AM
visph
visph - avatar