RSS/Atom feed Twitter
Site is read-only, email is disabled

looking for a script-fu command-line shell

This discussion is connected to the gimp-developer-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

3 of 3 messages available
Toggle history

Please log in to manage your subscriptions.

looking for a script-fu command-line shell Sean Champ 05 Jun 16:23
  looking for a script-fu command-line shell Sven Neumann 05 Jun 16:32
  looking for a script-fu command-line shell Vegard Vesterheim 05 Jun 16:54
Sean Champ
2003-06-05 16:23:11 UTC (almost 21 years ago)

looking for a script-fu command-line shell

hello;

i'm looking for, or to make, something that can be used for sending commands, from BASH or what, directly to a gimp script-fu listener.

like: echo '(foo bar etc)' | fu-client -h img.host

just wanted to see whether anyone might know of something like this, already written.

(else, i'll have to learn to use C streams, heh; need to anyway)

incidentally, this came up when looking at gimp-shell.el [1], then trying to make an ilisp 'dialect' definition for SIOD, then one for script-fu

good day, all

-- sean

Footnotes:
[1] http://www.geekware.de/software/emacs/

------------------------------------------------------------ "release the hounds!"
-- someone

Sven Neumann
2003-06-05 16:32:34 UTC (almost 21 years ago)

looking for a script-fu command-line shell

Hi,

Sean Champ writes:

i'm looking for, or to make, something that can be used for sending commands, from BASH or what, directly to a gimp script-fu listener.

What about using netcat?

Footnotes:
[1] http://www.geekware.de/software/emacs/

Oh, cool. I have always been looking for something like this.

Sven

Vegard Vesterheim
2003-06-05 16:54:53 UTC (almost 21 years ago)

looking for a script-fu command-line shell

On Thu, 5 Jun 2003 07:23:11 -0700 Sean Champ wrote:

hello;

i'm looking for, or to make, something that can be used for sending commands, from BASH or what, directly to a gimp script-fu listener.

like: echo '(foo bar etc)' | fu-client -h img.host

just wanted to see whether anyone might know of something like this, already written.

(else, i'll have to learn to use C streams, heh; need to anyway)

incidentally, this came up when looking at gimp-shell.el [1], then trying to make an ilisp 'dialect' definition for SIOD, then one for script-fu

Here are some utils that can be used from the shell. Nowadays I mostly use Gimp-perl for batch-processing of images. Have a look at http://pixel.fairyden.net/gimp/gimpshell.pl