Switch to full style
Ask all general Gimp related questions here
Post a reply

Error: eval: unbound variable: WHITE-IMAGE-FILL

Thu Dec 23, 2021 6:23 pm

GIMP Version: 2.8.28
Operating System: Linux
OS Version: Linux Mint 20.1 Cinnamon (Kernel 5.4.0-58)
GIMP Experience: Experienced User

List any relevant plug-ins or scripts:
Various scripts

List any ERROR messages you received:
Plug-in left image undo in inconsistent state, closing open undo groups

Error: eval: unbound variable: WHITE-IMAGE-FILL




I am getting this error while trying to execute various scripts.

Error: eval: unbound variable: WHITE-IMAGE-FILL

Any idea as to how to rectify this?

Re: Error: eval: unbound variable: WHITE-IMAGE-FILL

Fri Dec 24, 2021 3:53 am

There is an example of finding and fixing here: viewtopic.php?f=8&t=16677#p229671

Re: Error: eval: unbound variable: WHITE-IMAGE-FILL

Fri Dec 24, 2021 12:23 pm

Thanks. On the script I edited it now gives me this error: Error: eval: unbound variable: TRANS-IMAGE-FILL

That need to be changed also?

Re: Error: eval: unbound variable: WHITE-IMAGE-FILL

Fri Dec 24, 2021 1:15 pm

nixnine wrote:Thanks. On the script I edited it now gives me this error: Error: eval: unbound variable:

That need to be changed also?


I think that is the case.

Give the script you need to update, there is a good chance that it has already been fixed for Gimp 2.10

Re: Error: eval: unbound variable: WHITE-IMAGE-FILL

Mon Dec 27, 2021 12:10 am

WHITE-IMAGE-FILL to FILL-WHITE
TRANS-IMAGE-FILL TO FILL-TRANSPARENT
Post a reply