Home
last modified time | relevance | path

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

/plugin/watermark/action/
Dwatermark.php71 imagealphablending($image, true);
73 imagealphablending($watermark, true);
/plugin/photogallery/phpThumb/
Dphpthumb.filters.php44 imagealphablending($gdimg_mask_blendtemp, false);
56 imagealphablending($gdimg_image, false);
83 imagealphablending($gdimg, true);
349 imagealphablending($gdimg_dropshadow_temp, false);
374 imagealphablending($gdimg_dropshadow_temp, true);
385 imagealphablending($gdimg, false);
642 imagealphablending($gdHist, false);
649 imagealphablending($gdHistTemp, false);
697 imagealphablending($gd_border_canvas, false);
739 imagealphablending($gdimg, false);
[all …]
Dphpthumb.class.php2789 imagealphablending($this->gdimg_output, true);
3033 imagealphablending($img_watermark_resized, false);
3037 imagealphablending($img_source_resized, false);
3053 imagealphablending($img_watermark_resized, false);
3104 imagealphablending($img_watermark2, false);
3219 imagealphablending($this->gdimg_output, false);
3433 imagealphablending($this->gdimg_output, false);
DphpThumb.php618 imagealphablending($phpThumb->gdimg_source, false);
Dphpthumb.functions.php1081 function imagealphablending(&$img, $blendmode=true) { function
/plugin/reflect/
DREADME.md13 … reflection routine from [here](http://de2.php.net/manual/en/function.imagealphablending.php#83282)
Daction.php228 imagealphablending($reflected, false);
/plugin/livemark/
Daction.php96 imagealphablending($marked, true);
/plugin/farmer/3rdparty/
DPHPIco.php97 imagealphablending($new_im, false);
DRingIcon.php190 imagealphablending($image, false);
/plugin/database2/
Dmedia.php392 imagealphablending( $dest, ( $minor !== 'png' ) );
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
DImageProcessor.php691 imagealphablending($imgplain, false); // mPDF 5.7.2
769 imagealphablending($im, false);
910 imagealphablending($im, false);
1067 imagealphablending($im, false);
/plugin/photogallery/phpThumb/docs/
Dphpthumb.changelog.txt466 * Added fallback 'imagealphablending' if GD < v2.0.1