On 10:09 22 Feb 2002, Nick Wilson <[EMAIL PROTECTED]> wrote:
| * and then Cameron Simpson declared....
| > On 09:20 22 Feb 2002, Nick Wilson <[EMAIL PROTECTED]> wrote:
| > | what is the easiest way for me to determine an images width and height?
| > Get the imsize script (and the Image::Size perl module).
| > Here's mine:
| >     http://www.zip.com.au/~cs/scripts/imsize
| 
| Great, thanks for the script. Where might I get the perl mod? I'm not so
| tecnically adept. Would it be hard to install and run all this?

Get the module here:
        http://www.cpan.org/authors/id/R/RJ/RJRAY/Image-Size-2.96.tar.gz

Unpack and install:

  As you:
        mkdir foo
        cd foo
        tar xvzf Image-Size-2.96.tar.gz
        cd Image-Size
        perl Makefile.PL
        make && make test && echo YES

  If "YES", then as root in that directory:
        make install

Then the script should just work if you put it in a directory in your $PATH
(eg /usr/local/bin or $HOME/bin) and set its permissions:

        chmod a+rx imsize

Cheers,
--
Cameron Simpson, DoD#743        [EMAIL PROTECTED]    http://www.zip.com.au/~cs/

WHAT"S A ""K3WL D00D"" AND WH3R3 CAN 1 G3T S0M3!!!!!!!!!!!????????
        - Darren Embry



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to