![]() |
|||
|
|||
|
| Board index | Web
Development Services
. Convert FLV
to Cell Phone Format Featured Tutorial : Learn how to create characters by Griatch |
|
||
|
||
I'd like to:
1. User opens image in gimp 2. Then he press hot key and executing script. In the script i'd like to get filename (for example "picture.jpg) and pass it to parameters Code: (script-fu-register "script-fu-anketa" "<Toolbox>/Script-Fu/anketa" "Обработка анкеты" "www.gimp.org" "made with gimp" "27 February 2010" "" SF-IMAGE "Image" 0 SF-DRAWABLE "Drawable" 0 SF-VALUE "Filename" "Original_image_filename" ) So how can i pass it to script-fu-register function: for example it would be: Code: (script-fu-register "script-fu-anketa" "<Toolbox>/Script-Fu/anketa" "Обработка анкеты" "www.gimp.org" "made with gimp" "27 February 2010" "" SF-IMAGE "Image" 0 SF-DRAWABLE "Drawable" 0 SF-VALUE "Filename" "picture.jpg" ) |
Recently posted Official Tutorials Recently contributed tutorials by users Recently added Gimp plugins, filters and scripts |
|