Posts

Showing posts from June, 2009

想像 想象 Visualiseren Visualiser Visualisierung Οραματιζομαστε Visualizzare Visualizar Visualise Visualizar Debug aide for Script-fu in GIMP

;;; returns called parameter e.g if you need to visualise ;;; a complex unknown variable returned from a call to a GIMP procedure ;;; such as (set! myreturn (car gimp-image-get-active-vectors)) ;;; then (set! (visualise myreturn) (car gimp-image-get-active-vectors)) ;;; will print the visualisation of the return on the error console ;;; without affecting the running of the program ;;; it is run for the side effect of printing visualisation of called parameter ;;; (visualise-string myreturn) will return a string-ified representation ;;; 想像 trad Chinese ; 想象 simplified Chinese; Visualiseren Dutch ;;; Visualiser French; Visualisierung German; Οραματιζομαστε Greek ;;; Visualizzare Italian; Visualizar Portugese ;;; Visualise English Russian Japanese Korean; Visualizar Spanish ;;; © David M. W. Martin Tue 29 Apr 2008 ;;; include visualise and visualise-string ;;; © David M. W. Martin Thu 18 Jun 2009 11:44:34 BST ( define ( visualise object ) ( visualise-worker object #t ))...