Command Line Tool to invert many images at once
- Ensure you have the git client installed
- Run
git clone github.com/Gebes/image-inverter
- Install the tool with
go install ./cmd/image-inverter
- Create a
images
folder, that contains asrc
andout
folder - Add images to
images/src
folder - Convert these images by executing
image-inverter
in your shell