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

Gimp-developer Digest, Vol 66, Issue 4

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 5 messages available
Toggle history

Please log in to manage your subscriptions.

mailman.168884.1204474004.1... 07 Oct 20:26
  Gimp-developer Digest, Vol 66, Issue 3 Luis A. Florit 02 Mar 17:58
   Gimp-developer Digest, Vol 66, Issue 3 Joao S. O. Bueno 02 Mar 20:22
mailman.5.1204488004.26788.... 07 Oct 20:26
  Gimp-developer Digest, Vol 66, Issue 4 Luis A. Florit 02 Mar 23:28
Luis A. Florit
2008-03-02 17:58:57 UTC (almost 17 years ago)

Gimp-developer Digest, Vol 66, Issue 3

Sorry, I thought I was clear enough (did I specify the solution??) What I want to do is what is pretty standard in these cases:

You were certainly clear enough,

I thought I was...

but there is no way to do that using script-fu. If you need fine control of the interface, you'll have to use a more powerful language.

Ok, this is what I suspected. Someone here told me some time ago to try python-fu, but my script is almost done since long time ago, and I am not sure if python-fu would do it. Of course C would...

Thanks Bill!

L.

Joao S. O. Bueno
2008-03-02 20:22:19 UTC (almost 17 years ago)

Gimp-developer Digest, Vol 66, Issue 3

On Sunday 02 March 2008, Luis A. Florit wrote:

Ok, this is what I suspected. Someone here told me some time ago to try python-fu, but my script is almost done since long time ago, and I am not sure if python-fu would do it. Of course C would...

    Thanks Bill!

Python-fu is capable of everything script-fu is, an dmost of what C is, as well.

Translating a script-fu to a python-fu is mostly a matter of re-arranging (and dropping) parenthesis :-)

js ->

Luis A. Florit
2008-03-02 23:28:44 UTC (almost 17 years ago)

Gimp-developer Digest, Vol 66, Issue 4

Luis A. Florit wrote:

But I do not know if these are possible in script-fu, and I didn't find a complete enough reference for script-fu.

There is some documentation about Script-Fu at http://www.gimp.org/docs/. I have been putting together my own set of documentation for Script-Fu which you can find at: http://www.ve3syb.ca/wiki/doku.php?id=software:sf:start

Amongst the things you will find there are a list of the items you can use in the register block.

Thanks a lot Kevin, and all the others that kindly answered my post. Now at least I know that I cannot do what I wanted in script-fu. My next projects will be done directly in C or python-fu. It seems that script-fu is kind of 'stalled'...

Cheers,

L.