Hi, I'm using the following Terminal command line in the Execute Shell Script action…
mogrify -modulate 100,140 filepath
This works fine on Terminal but not in the Execute Shell Script action.
I know you have to specify the path beforehand but, as of today, I've hardly ever used Terminal commands - so don't really know where to start or if my situation is different since I'm using an addon called ImageMagick. Any idea how to find the path and set this up?
Last question: as you can see from my script, I'm changing the saturation of an image. Is there any way to change the “140” I have here to a random number between 100 and 140 instead?
Thanks!
Chris