Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Resizing an image with perl.

by seattlejohn (Deacon)
on Aug 12, 2002 at 17:29 UTC ( [id://189556]=note: print w/replies, xml ) Need Help??


in reply to Resizing an image with perl.

Nitpick: You're misusing the term "order of magnitude". An order of magnitude is a 10x difference, two orders of magnitude is a 100x difference, and so on. To perform as advertised, your map should really look something like this:
  map {$_ * 10**$order_of_magnitude} @size;

But I suspect that's not what you intended, and the term you meant to use was something like "factor".

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (6)
As of 2024-03-28 20:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found