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

Re: Are there ways to resize pic without using CPAN modules

by mikeraz (Friar)
on Jun 17, 2005 at 12:03 UTC ( [id://467671]=note: print w/replies, xml ) Need Help??


in reply to Are there ways to resize pic without using CPAN modules

If the module Image::Magick is available you have that option, see this page for details. If the module is not available and the program is you can fall back to backtick processing
  `convert $img_filename -resize ${tn_size}x$tn_size $tn_filename`

Be Appropriate && Follow Your Curiosity

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (2)
As of 2024-04-26 00:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found