Hi List, I thought I might tie off this thread by indicating that I now have a working script. It appears the definition for "script-fu-round-corners" in script-fu console is in error in that the "run-mode" variable indicated is not reflected in the definition of the script. I removed the RUN-NONINTERACTIVE from my script and I was off and running. Here is the final script:
(define (round-corners filein fileout) (let* ((image (car (gimp-file-load RUN-NONINTERACTIVE filein filein))) (drawable (car (gimp-image-get-active-layer image)))) (set! drawable (car (gimp-image-flatten image))) (script-fu-round-corners image drawable 15.0 TRUE 8.0 8.0 15.0 TRUE FALSE) (set! drawable (car (gimp-image-flatten image))) (gimp-file-save RUN-NONINTERACTIVE image drawable fileout fileout) (gimp-image-delete image))) Thanks for your help. John On Jun 15, 2010, at 11:00 AM, John Dey wrote: > Hi List, > > I circulated a script yesterday for rounding corners using the above listed > script. I got two suggestions for changes but neither resulting in a working > script. Is there a list member that would be willing to send me a small > working script using "script-fu-round-corners" so I can learn how to use it. > Thank you very much. > > John > _______________________________________________ > Gimp-user mailing list > Gimp-user@lists.XCF.Berkeley.EDU > https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user _______________________________________________ Gimp-user mailing list Gimp-user@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user