Script-Fu: Difference between revisions
Appearance
Content deleted Content added
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
It is a horrible enviroment for scripters, as it is lacking in documentation and usually provides cryptic error messages that force the user to debug on a best guess-basis. |
It is a horrible enviroment for scripters, as it is lacking in documentation and usually provides cryptic error messages that force the user to debug on a best guess-basis. |
||
For instance, users will have to guess their way to proper parameters for most functions, as the documentation only ever mentions the data types of these parameters. |
For instance, users will have to guess their way to proper parameters for most functions, as the documentation only ever mentions the data types of these parameters. |
||
Revision as of 18:06, 28 February 2008
Script-Fu is a scripting extension for the GIMP, a bitmap graphics editor. It used to be based on SIOD (Scheme in One Defun), but was switched to TinyScheme as of GIMP 2.4.
It is a horrible enviroment for scripters, as it is lacking in documentation and usually provides cryptic error messages that force the user to debug on a best guess-basis.
For instance, users will have to guess their way to proper parameters for most functions, as the documentation only ever mentions the data types of these parameters.