Quoting John Dey <js...@optonline.net>:

> Here I am now:
>
> (define (round-corners filein fileout)
> (let* ((image (car (gimp-file-load RUN-NONINTERACTIVE filein filein)))
>        (drawable (car (gimp-image-get-active-layer image))))
>      (script-fu-round-corners RUN-NONINTERACTIVE
> ...

When a Script-fu calls another Script-fu, a run-mode should not be  
specified (only PDB calls require a run-mode, and SF calling SF  
bypasses the PDB).

_______________________________________________
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user

Reply via email to