GOAL: Ideally I would like to select one or more images in windows explore, execute a shortcut (Ctrl+Shift+I), Create a duplicate image that was inverted with a suffix of "_INVERTED".
So far ive been able to run
Code: Select all
magick convert -negate IMAGE.jpg IMAGE_INVERTED.jpg
Can Image magick do this with out running something in the command line? If not does anybody have suggestions for some application that can quickly save an inverted image next to the selected image