It is currently Fri Sep 25, 2026 6:26 pm


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 7 posts ] 
Author Message
 Post subject: Locate Gimp Executable on OS X
PostPosted: Wed Jul 15, 2015 8:08 am  (#1) 
Offline
New Member

Joined: Jul 15, 2015
Posts: 4
GIMP Version: 2.8.14
Operating System: Mac OS
OS Version: Yosemite
GIMP Experience: Basic Level



I want to execute gimp from the command line, but I just get "gimp: command not found" I haven't been able to figure out where the executable is. Can you help?


Share on Facebook Share on Twitter Share on Orkut Share on Digg Share on MySpace Share on Delicious Share on Technorati
Top
 Post subject: Re: Locate Gimp Executable on OS X
PostPosted: Wed Jul 15, 2015 8:44 am  (#2) 
Offline
GimpChat Member

Joined: Jul 15, 2015
Posts: 6
Depends on whether its an install
or a
'.app' install so also where you installed it to, where 'Applications Folder' or a folder of your choosing.

Where did you download it from ?


Top
 Post subject: Re: Locate Gimp Executable on OS X
PostPosted: Wed Jul 15, 2015 9:52 am  (#3) 
Offline
New Member

Joined: Jul 15, 2015
Posts: 4
It's in the Applications folder GIIMP.app


Top
 Post subject: Re: Locate Gimp Executable on OS X
PostPosted: Wed Jul 15, 2015 10:38 am  (#4) 
Offline
GimpChat Member

Joined: Jul 15, 2015
Posts: 6
You need to open your terminal and type this and it should open GIMP :


> cd /

> cd Applications

> open GIMP.app



If you want the actual executable file.

/Applications/GIMP.app/Contents/MacOS/Gimp

(you need to run it using the command
> open /Applications/GIMP.app/Contents/MacOS/Gimp


Top
 Post subject: Re: Locate Gimp Executable on OS X
PostPosted: Wed Jul 15, 2015 11:07 am  (#5) 
Offline
New Member

Joined: Jul 15, 2015
Posts: 4
Thanks, that opens the GUI, but I want to run the GIMP in batch mode from a program, to convert a bunch of Photoshop files to JPEG. For example, in linux, I can type gimp -i -b - and bring up the scheme console. I'm trying to do the same thing on my Mac, just as a test. If I type open GIMP.app --args -i -b - the GIMP icon starts bouncing in the launch bar , but nothing ever happens.


Top
 Post subject: Re: Locate Gimp Executable on OS X
PostPosted: Wed Jul 15, 2015 11:53 am  (#6) 
Offline
GimpChat Member

Joined: Jul 15, 2015
Posts: 6
This should do what you are asking, you do need to put your script into the script folder :

Quote:
/Users/xxxxxxx/Library/Application Support/GIMP/2.8/script/xxx.scm


Then run in the terminal:
~/GIMP.app/Contents/MacOS/gimp-2.8 -i -b xxxxxxxxxxxxxxxxxxxxx



If you are using Simone Karin Lehmann bulid - Mac OS X 10.9.x Mavericks & Yosemite - 2.8.14 version this has batch mode inside the main program.

> File > Batch Image Mani...


Top
 Post subject: Re: Locate Gimp Executable on OS X
PostPosted: Wed Jul 15, 2015 12:02 pm  (#7) 
Offline
New Member

Joined: Jul 15, 2015
Posts: 4
Thanks, I know about that, but it won't work for me. My client has about one million images to convert, so we're trying to avoid pointing and clicking.


Top
Post new topic Reply to topic  [ 7 posts ] 

All times are UTC - 5 hours [ DST ]



* Login  



Powered by phpBB3 © phpBB Group