> [EMAIL PROTECTED] wrote:
> > I think that there exists a problem with the construct of your IF
> > statement.
> >
> My scheme format might be strange.
> But that is not relation with error `ERROR: bad function.'
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
[email protected]
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user