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

writing a command line script

This discussion is connected to the gimp-user-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.

2 of 2 messages available
Toggle history

Please log in to manage your subscriptions.

writing a command line script Shug Boabby 24 May 21:04
  writing a command line script Sven Neumann 25 May 08:44
Shug Boabby
2007-05-24 21:04:44 UTC (over 17 years ago)

writing a command line script

Hi all,

I have seen several tutorials for writing script-fu scripts for the gimp, but unfortunately they are all really old and usually only cover gimp-1.0.

I would really love to have a gimp script that can perform the following operations:-

- open image (auto detect type) - resize
- apply the "Decor -> Fuzzy edges" script-fu with default settings - save as a jpeg using default jpeg quality

I would be greatly obliged if somebody could either point me to a more up to date tutorial on writing a script (with an index of available operations), or if there are any script-fu gurus lurking around who fancy tackling this :-)

Thanks, Shug

Sven Neumann
2007-05-25 08:44:58 UTC (over 17 years ago)

writing a command line script

Hi,

On Thu, 2007-05-24 at 20:04 +0100, Shug Boabby wrote:

I would be greatly obliged if somebody could either point me to a more up to date tutorial on writing a script (with an index of available operations), or if there are any script-fu gurus lurking around who fancy tackling this :-)

The Procedure Browser as found in the Toolbox->Xtns menu has a complete list of all procedures you can call from a script.

Sven