+ 1

Can I create images with python?

If yes, what function are designed to manipulate an image?

31st Mar 2019, 12:32 PM
wael barhoumi
wael barhoumi - avatar
2 Answers
+ 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!
31st Mar 2019, 2:49 PM
Luis SepĂșlveda
Luis SepĂșlveda - avatar
+ 1
Thanks a lot
31st Mar 2019, 3:39 PM
wael barhoumi
wael barhoumi - avatar