Wow, I modify code by refer follow code to running script!
Thank you.

(Difficult to learn new language, but script-fu is very useful. thank you.)

[EMAIL PROTECTED] wrote:

> 
> I think that what saulgoode pointed out DOES meet your trouble.
> By the error message Gimp told that the value of "(print image)"
> might not be a function (and never).
> My poor guess is:
> 
> ***************
> *** 34,40 ****
>         )
>       )
>   
> !     (if (< 0 count) (
>         (print image) ;; print
>         (gimp-image-convert-indexed image 0 0 255 FALSE TRUE "")
>         (print image) ;; not print
> --- 34,40 ----
>         )
>       )
>   
> !     (if (< 0 count) (begin
>         (print image) ;; print
>         (gimp-image-convert-indexed image 0 0 255 FALSE TRUE "")
>         (print image) ;; not print

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

Reply via email to