Re: [Gimp-user] Script-Fu deprecation warnings - how to handle these?



None that I'm aware of -- docs.gimp.org lists a "Script-Fu Migration Guide" but that is relative to GIMP 2.4 
(when GIMP switched script-fu engines) and not up to date with current versions.

In the case of gimp-selection-load specifically, the one parameter is a channel handle and I assume it 
operates on the 'current' image (which is probably the reason for its deprecation).  The three parameters to 
gimp-image-select-item are:

1 - target image handle
2 - Type of operation to perform on the target image (add/subtract/etc.)
3 - Source item to operate from (layer, channel, etc.)

All these parameters make sense.  Your image handle is provided automatically when executing your script, 
CHANNEL_OP_REPLACE or CHANNEL_OP_ADD is probably what you want to fill in for parameter 2, and parameter 3 
can take the channel handle just like the older function.

-- Stratadrake
strata_ranger hotmail com
--------------------
Numbers may not lie, but neither do they tell the whole truth.


Date: Sun, 18 Oct 2015 12:25:10 +0200
From: jarausch skynet be
To: gimp-user-list gnome org
Subject: [Gimp-user] Script-Fu deprecation warnings - how to handle these?

Hi,

from time to time I get deprecation warnings in older script-fu scripts.
Like 
gimp-selection-load should be replaced by gimp-image-select-item

but gimp-image-select-item always takes 3 parameters while gimp-selection-load had been called with a 
single parameter.

Is there an upgrade guide for script-fu scripts?

Many thanks for a pointer,
Helmut



_______________________________________________
gimp-user-list mailing list
List address:    gimp-user-list gnome org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list
                                          


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]