Can iRev get the dimensions of an image?

2009-11-14 Thread Sivakatirswami
can the iRev engine get the dimension in width and height of an image file on the web server? The challenge being: if you want to deliver a slide show where images are constrained to e.g. 700 px, but that constraint could be either by height or by width and you will have x number of images in

Re: Can iRev get the dimensions of an image?

2009-11-14 Thread Sarah Reichelt
On Sun, Nov 15, 2009 at 11:11 AM, Sivakatirswami ka...@hindu.org wrote: can the iRev engine get the dimension in width and height of an image file on the web server? Here is how I do it, using ImageMagick: -- Rev function that uses ImageMagick to get the dimensions of an image -- returns

Re: Can iRev get the dimensions of an image?

2009-11-14 Thread Sivakatirswami
Sarah Reichelt wrote: On Sun, Nov 15, 2009 at 11:11 AM, Sivakatirswami ka...@hindu.org wrote: can the iRev engine get the dimension in width and height of an image file on the web server? Here is how I do it, using ImageMagick: -- Rev function that uses ImageMagick to get the