Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: Re: Batch conversion of images using gimp and Perl

by IlyaM (Parson)
on Aug 12, 2002 at 12:58 UTC ( [id://189470]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    
       In:
    ...
           INT32 new_width 
           INT32 new_height
    
  2. or download this
    
        Gimp->gimp_image_scale($img, $new_width, $new_height);
    
  3. or download this
    
        Gimp->gimp_image_scale($img, $new_width, $new_height);
        Gimp->image_scale($img, $new_width, $new_height);
        $img->scale($new_width, $new_height);
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (8)
As of 2024-04-19 08:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found