Menu

#10 RGN doesn't work

closed
nobody
server (11)
5
2012-10-06
2005-12-13
elnino
No

Using the same image I used before.

According to
http://merovingio.c2rmf.cnrs.fr/iip/server.php#cvt:

I'm trying to view the middle 50% of the image:

/IIPImage/LN/99000.new.tif

And the image is displayed as if I wrote:

/IIPImage/LN/99000.new.tif

It seems that the RGN is ignored.

LN

Discussion

  • Ruven

    Ruven - 2005-12-14

    Logged In: YES
    user_id=691545

    The CVT command should be the last in the list. eg
    http://server/fcgi-bin/IIPImageServer.fcgi?FIF=99000.new.tif&WID=400&RGN=0.25,0.25,0.5,0.5&CVT=jpeg

    The request is parsed sequentially, so the CVT jpeg is
    generated before it reads the RGN request (and indeed the
    WID request).

    The server should really try to analyse the request fully
    first before generating the CVT jpeg. I'll add it to my TODO
    list for the next release :-)

     
  • elnino

    elnino - 2005-12-14

    Logged In: YES
    user_id=996847

    Ah! Thanks!

     

Log in to post a comment.