theotherphil / imagecli

A command line image processing tool
MIT License
262 stars 5 forks source link

[Feature] Normalize #39

Open zicklag opened 5 years ago

zicklag commented 5 years ago

Hey there, very cool tool. :smiley: :+1: A feature I use from imagemagic that imagecli doesn't have yet is the normalize command. I use it to get the best contrast out of my printer scans without having to even open an image editor or tweak any settings.

theotherphil commented 5 years ago

This is just a special case of contrast stretching which imageproc already supports for grayscale images (and so would be easy to add support for here). We'd need to update imageproc to support colour images.