GIMP 2.8.x gradient related error

Asked By 10 points N/A Posted on -
qa-featured

Hi there,

I tried to open some files that friend of mine gave to me. GIMP is working just great on his PC but on mine I have this error when I want to open his files. Any solution ? What is wrong with my GIMP ?

Thank you !

GIMP Message

Test message

Error while executing script-fu-test:

Error: (Land 1”) : 32762 Error reading string

SHARE
Answered By 0 points N/A #194384

GIMP 2.8.x gradient related error

qa-featured

Follow the steps below.

  • Open Script Fu Console.
  • Here you can debug your written script.
  • Test each script fu line in console.
  • Then parallel write the script fu.

For this purpose, do the steps below.

  • Open Script Fu Console ( Xtns- > script – fu-> console)
  • Now click "browse." (button in button in left corner)
  • In this way, DB Browser will be approached. 
  • In DB Browser, you can access within the script fu and the name of function too.
  • Search new to find the function ( gimp-image- new )
  • Now write the function as following. ( suppose image name is 256)

The last line of the scheme should be return value. Therefore image will be return value in this function.

Related Questions