Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Ideas for resizing Images..

by loothi (Novice)
on Jun 18, 2001 at 16:39 UTC ( [id://89277]=perlquestion: print w/replies, xml ) Need Help??

loothi has asked for the wisdom of the Perl Monks concerning the following question:

I am stuck writing a small upload script that has to run on a Solaris 7 box with limited libraries. I have to make thumbnails of the uploaded jpeg's or gif's, preferably without installing more libraries. I have found GD.pm V 1.18 which can handle the gif's but what should I use for the jpegs? The people that run the servers aren't keen on something so huge as Image::Magick (which was what I have used before) so can anyone think of a minimalistic library I could install just to make thumbnails?

Hope someone has an idea or two as I'm not making much progress here.
:-)
cheers
--l.

Replies are listed 'Best First'.
Re: Ideas for resizing Images..
by Beatnik (Parson) on Jun 18, 2001 at 17:01 UTC
    GD 1.18 has been outdated since uhm forever :) GIF support hasn't been in there since 1.6. GD does JPeGs as well as PNGs (that includes v1.18 - PNGs added in 1.6.1 IIRC). I recommend using a shell call to a small app, since compiling Image::Magick can get tricky. Using the LZW algorithm without permission is illegal (but who am I to send out the dogs), consult the Image::Magick manuals if you indeed wish to build THAT. Consult the manpages/docs of the application if you intend to use a shell call.

    Short answer:I doubt there is an easy way of doing that.

    Greetz
    Beatnik
    ... Quidquid perl dictum sit, altum viditur.
Re: Ideas for resizing Images..
by btrott (Parson) on Jun 18, 2001 at 19:40 UTC
Re: Ideas for resizing Images..
by suaveant (Parson) on Jun 18, 2001 at 18:05 UTC
    I would have to say that your best bet is ImageMagick, if you can get them to install it, do. It is an excellent package for this kind of thing. Anything else you may have to code from a library like Imlib... which isn't much better than ImageMagick on space or ease of compiling.

    GD would probably work... but as was said... no gif support, if you want gif support...

                    - Ant

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://89277]
Approved by root
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (3)
As of 2024-04-19 20:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found