Inverting image using the Python Image Library module
Posted
by Gresham
on Stack Overflow
See other posts from Stack Overflow
or by Gresham
Published on 2010-05-19T03:30:20Z
Indexed on
2010/05/19
3:50 UTC
Read the original article
Hit count: 245
Good day chaps.
I'm interested in learning how to invert (make a negative of) an image using the python image libary module.
I cannot however, use the ImageOps function 'invert.' I need another solution, using the RGB values. I've searched and tried to no avail. Thanks for any help :)
© Stack Overflow or respective owner