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);