Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
GIMP 2.9.8 Script slice and dice plz Help : unbound variable REPLACE
#4
(12-17-2017, 01:26 PM)Ofnuts Wrote:
(12-17-2017, 12:30 PM)the_papy Wrote: ¨plz Help
here the code:

but ERROR : eval: unbound variable REPLACE

:-( , in gimp 2.8 its work , no with gimp 2.9.8 :-(

2.9 is a development release, there are bugs... Similar bugs have been reported in other scripts. However in this particular case, this is a problem with a very old script, that is still using obsolete constant definitions that have eventually been removed (at least in the development version...)

Not a script-fu expert, but you can likely fix the problem by editing the SCM file and replacing the REPLACE at line 168 by
CHANNEL-OP-REPLACE or even just the number 2.

If you want to save&load tiles, you can also have a look at my own ofn-tiles (though I never tested it on 2.9, but since it is much more recent, it is less likely to be broken).

Thanks for try, but after try ..WARNING: Plug-in "script-fu.exe"
(C:\Program Files\GIMP 2.9\lib\gimp\2.0\plug-ins\script-fu.exe)
called deprecated procedure 'gimp-rect-select'.
It should call 'gimp-image-select-rectangle' instead!

Message Image slice
Erreur lors de l'exécution de script-fu-image-slice :

Error: eval: unbound variable: NORMAL

:-(

yes its old script but verry important for my becose im subdivise big tile from bing (12 Go pnm into maximum 4Go tiff for photoshop )
Reply


Messages In This Thread
RE: GIMP 2.9.8 Script slice and dice plz Help : unbound variable REPLACE - by the_papy - 12-17-2017, 04:48 PM

Forum Jump: