In my shell script just trying to execute “gimp” on a line does not launch Gimp so I believe my alias is not recognized in the script. My alias works great from the command line terminal, but not from a shell script. The alias reads as follows: alias gimp=”/Applications/GIMP-2.10.app/Contents/MacOS/gimp” bash_profile in my home directory (/users/TimB) using the steps described here.
In OSX just typing “gimp” at a terminal did not launch Gimp, so I created an alias in the. The plugin opens an XCF template, adds an external JPG as a new layer, positions the external JPG using x and y offsets, flattens, and then exports a new JPG that shows the external JPG in the template.
I made a Python plugin that works great from the command line terminal, but I can't it to work from a shell script. 10.14.16, latest version with all updates) and I'm running Gimp 2.10.