I need to convert series of images drawn as white on black background letters to images where white and black are inverted (as negative). How can I achieve this using PIL?
|
feedback
|
|
Try the following from the docs: http://www.pythonware.com/library/pil/handbook/imageops.htm
Note: "The ImageOps module contains a number of 'ready-made' image processing operations. This module is somewhat experimental, and most operators only work on L and RGB images." | ||||
|
feedback
|