Searched refs:new_image (Results 1 – 1 of 1) sorted by relevance
/plugin/galleryv1.5/inc/ |
H A D | image.php | 60 $new_image = imagecreatetruecolor($new_width, $new_height); variable 62 imagecopyresampled($new_image, $old_image, 0, 0, 0, 0, $new_width, $new_height, $width, $height); 66 imagejpeg($new_image, null, 100);
|