Answers for "python pil image flip"

0

python pil image flip

# flip an PLT image horizontally left to right
image.transpose(Image.FLIP_LEFT_RIGHT)
Posted by: Guest on January-10-2022

Python Answers by Framework

Browse Popular Code Answers by Language