How do I speed up commands
Posted: 2018-05-03T13:12:22-07:00
I am a 3D modeling/Texturing artist. I often need to invert a Black & White image and using Photoshop is to much of a hassle.
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 This is great but I would like to make this command a shortcut or something that allows me to execute it faster. I was thinking a batch file could be part of it but I have know idea what I'm doing.
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
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