+ 1
Can I create images with python?
If yes, what function are designed to manipulate an image?
2 odpowiedzi
+ 1
To manipulate images, you can use the OpenCV module: https://pypi.org/project/opencv-JUMP_LINK__&&__python__&&__JUMP_LINK/
You can perform all kinds of transformations or even covert the image to array and manipulate it with functions you created and such.
I wish you success!
+ 1
Thanks a lot