Home
last modified time | relevance | path

Searched refs:new_image (Results 1 – 1 of 1) sorted by path

/plugin/galleryv1.5/inc/
H A Dimage.php60 $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);