/falseColor

false color filter to better see exposure in an image

Primary LanguagePython

FalseColor

A simply command line python program that generates a false color image of an input image. False color makes it easier to check the exposure of different parts of an image.

Example

python falseColor.py lena.bmp --save --nodisplay --legend

add --rgb to apply on each channel separately.

input output

Dependencies

install with pip:

pip install Pillow