A widget to edit and save images.
It allows to:
- select images from a folder
- change brightness
- change contrast
- invert colors
- crop
- resize
Import module from image_editor.py
and execute image_editor_widget(input_folder, output_folder, color_map)
. color_map
is any of matplotlib.cm
.
Run notebook Example.ipynb
for editing sample images contained in ./Original_images
.