Previous | Next

Script-fu registration

(script-fu-register "script-fu-helloworld"
   "_Hello World..."
   "Creates an image with a text string."
   "Akkana Peck "   "Akkana Peck"
   "May, 2010"
   ""
   SF-STRING     "Text string" "Hello, World!"
   SF-FONT       "Font"        "Sans"
   SF-ADJUSTMENT "Font size"   '(100 2 1000 1
                                 10 0 1)
   SF-COLOR      "Color"       '(255 0 0)
)