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: ...

+ Reply to Thread
Results 1 to 2 of 2

script-fu - why it doesnt work?

  1. Default 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



  2. Default 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!"

+ Reply to Thread

Similar Threads

  1. Replies: 0
    Last Post: 10-29-2007, 03:10 PM
  2. Re: 127.0.0.1 doesnt work..
    By Application Development in forum Inetserver
    Replies: 0
    Last Post: 06-17-2007, 10:44 AM
  3. clip4win doesnt work
    By Application Development in forum Clipper
    Replies: 5
    Last Post: 09-07-2006, 02:14 AM
  4. RUS doesnt work
    By Application Development in forum Microsoft Exchange
    Replies: 24
    Last Post: 03-13-2006, 03:09 PM