+ 1
Is there is any library in python in solo learn for image processing?
3 Réponses
+ 6
Yes!
You can use a Module like TKinter for image processing.
But sololearn playground doesn't support GUI. So you can't import Tkinter or any other libraries for that
+ 2
You could have a look at PIL
http://pillow.readthedocs.org/en/3.1.x/handbook/tutorial.html
See e.g.
https://code.sololearn.com/cP3AHSy74JWV
+ 2
Thank you sir