Searched refs:get_handle (Results 1 – 7 of 7) sorted by relevance
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | ps.l2.image.encoder.stream.inc.php | 9 $size_x = imagesx($image->get_handle()); 10 $size_y = imagesy($image->get_handle()); 13 imagecopymerge($dest_img, $image->get_handle(), 0, 0, 0, 0, $size_x, $size_y, 100);
|
H A D | ps.l3.image.encoder.stream.inc.php | 11 if (imagecolortransparent($src_img->get_handle()) == -1) { 12 …$id = $this->solid($psdata, $src_img->get_handle(), $size_x, $size_y, $image->get_handle(), $mask); 16 …$id = $this->transparent($psdata, $src_img->get_handle(), $size_x, $size_y, $image->get_handle(), …
|
H A D | ps.image.encoder.simple.inc.php | 19 $src_img->get_handle(), 22 $image->get_handle(), 28 $src_img->get_handle(), 31 $image->get_handle(),
|
H A D | output.pdflib.class.php | 128 imagepng($image->get_handle(), $tmpname); 137 imagepng($image->get_handle(), $tmpname); 153 imagepng($image->get_handle(), $tmpname); 176 imagepng($image->get_handle(), $tmpname); 199 imagepng($image->get_handle(), $tmpname);
|
H A D | output.png.class.php | 359 imagecopyresampled($this->_image, $image->get_handle(), 380 imagecopyresampled($this->_image, $image->get_handle(), 405 imagecopyresampled($this->_image, $image->get_handle(), 434 $image->get_handle(),
|
H A D | image.class.php | 31 function get_handle() { function in Image
|
H A D | output.fpdf.class.php | 416 imagepng($image->get_handle(), $filename); 422 imagejpeg($image->get_handle(), $filename);
|