Home
last modified time | relevance | path

Searched refs:gdimg_dest (Results 1 – 1 of 1) sorted by relevance

/plugin/photogallery/phpThumb/
H A Dphpthumb.filters.php1425 …public function WatermarkOverlay(&$gdimg_dest, &$img_watermark, $alignment='*', $opacity=50, $marg… argument
1427 …if ((is_resource($gdimg_dest) || (is_object($gdimg_dest) && $gdimg_dest instanceOf \GdImage)) && (…
1428 $img_source_width = imagesx($gdimg_dest);
1429 $img_source_height = imagesy($gdimg_dest);
1533 imagealphablending($gdimg_dest, false);
1534 imagesavealpha($gdimg_dest, true);
1536 …phpthumb_functions::ImageCopyRespectAlpha($gdimg_dest, $img_watermark, $watermark_destination_x, $…