script-fu - why it doesnt work? - Graphics
This is a discussion on script-fu - why it doesnt work? - Graphics ; Hello!
I have something like that:
(let*
( (imgHSV (plug-in-decompose RUN-NONINTERACTIVE img drawable "HSV" FALSE))
(imgH (car imgHSV))
(imgS (+ imgHSV 1))
(imgV (+ imgHSV 2))
)
)
And it doesnt work. Why? I receive the message: Error during execution:
...
-
script-fu - why it doesnt work?
Hello!
I have something like that:
(let*
( (imgHSV (plug-in-decompose RUN-NONINTERACTIVE img drawable "HSV" FALSE))
(imgH (car imgHSV))
(imgS (+ imgHSV 1))
(imgV (+ imgHSV 2))
)
)
And it doesnt work. Why? I receive the message: Error during execution:
(script-ps-scale-image 2 4 3543 2362)
ERROR: wta(1st) to plus (see errobj)
Btw, is there any debuger or something similar? Is there any chance to
receive more detailled error descriptions? What means "see errobj"?
---------------------------------------------------
http://www.pbase.com/piotrstankiewicz
-
Re: script-fu - why it doesnt work?
Scripsit "Piotr" <piotr.stankiewicz.foto@wp.pl>
> (imgH (car imgHSV))
> (imgS (+ imgHSV 1))
> (imgV (+ imgHSV 2))
The car only succeeds if imgHSV is a list, and if that is true you
cannot meaningfully add one to imgHSV.
--
Henning Makholm "Al lykken er i ét ord: Overvægtig!"
Similar Threads
-
By Application Development in forum Java
Replies: 0
Last Post: 10-29-2007, 03:10 PM
-
By Application Development in forum Inetserver
Replies: 0
Last Post: 06-17-2007, 10:44 AM
-
By Application Development in forum Clipper
Replies: 5
Last Post: 09-07-2006, 02:14 AM
-
By Application Development in forum Microsoft Exchange
Replies: 24
Last Post: 03-13-2006, 03:09 PM