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

automated scribble-pad / remote-controlling the gimp?

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.

automated scribble-pad / remote-controlling the gimp? Felix Natter 11 Aug 10:07
  automated scribble-pad / remote-controlling the gimp? David Hodson 11 Aug 15:45
Felix Natter
2006-08-11 10:07:30 UTC (almost 18 years ago)

automated scribble-pad / remote-controlling the gimp?

hi,

I would like to know whether I can remote-control the gimp (via scheme, perl or python, maybe also C) such that it serves as an automated scribble-pad:
- gimp is started with an empty drawable - the user writes or draws stuff and clicks on "done" button - gimp saves the result in a folder with a unique id and opens another empty drawable for the next person

(ideally this should also work for text entered via keyboard, but that's another story...)
nnn
I have read this: http://www.gimp.org/docs/scheme_plugin/ Is there other documentation that would be helpful?

thanks,

David Hodson
2006-08-11 15:45:29 UTC (almost 18 years ago)

automated scribble-pad / remote-controlling the gimp?

Felix Natter wrote:

I would like to know whether I can remote-control the gimp (via scheme, perl or python, maybe also C) such that it serves as an automated scribble-pad:

I've written a file sequencer plugin (in C) that does something similar. If you are working with a numbered sequence of images, it saves your current image, and loads the next file in the sequence into the same display. It's here:

http://members.ozemail.com.au/~hodsond/fileSeq.html