Skip to content
Kamil Svoboda edited this page Feb 9, 2015 · 4 revisions

Welcome to the IGLO wiki!

Development notes

  • Call script from console:
    • (script-fu-images-grid-layout 1 0 0 0 0 0 0 0 300 1 0 0 0 TRUE FALSE TRUE TRUE '(255 255 255) '(255 255 255))
  • Debug message box in script code:
    • (gimp-message (string-append "img_idx: "(number->string (- (/ img_nb duplicate) 1))))
  • Text output to the console:
    • (print (string-append "Paper width: " (number->string paperWidth)))
Clone this wiki locally