Searched refs:imagealphablending (Results 1 – 13 of 13) sorted by relevance
/plugin/watermark/action/ |
H A D | watermark.php | 71 imagealphablending($image, true); 73 imagealphablending($watermark, true);
|
/plugin/photogallery/phpThumb/ |
H A D | phpthumb.filters.php | 56 imagealphablending($gdimg_image, false); 83 imagealphablending($gdimg, true); 385 imagealphablending($gdimg, false); 642 imagealphablending($gdHist, false); 649 imagealphablending($gdHistTemp, false); 697 imagealphablending($gd_border_canvas, false); 739 imagealphablending($gdimg, false); 785 imagealphablending($gdimg_source, false); 1117 imagealphablending($gdimg, true); 1315 imagealphablending($img_watermark, false); [all …]
|
H A D | phpthumb.class.php | 2789 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);
|
H A D | phpThumb.php | 618 imagealphablending($phpThumb->gdimg_source, false);
|
H A D | phpthumb.functions.php | 1081 function imagealphablending(&$img, $blendmode=true) { function
|
/plugin/reflect/ |
H A D | README.md | 13 … reflection routine from [here](http://de2.php.net/manual/en/function.imagealphablending.php#83282)
|
H A D | action.php | 228 imagealphablending($reflected, false);
|
/plugin/livemark/ |
H A D | action.php | 96 imagealphablending($marked, true);
|
/plugin/farmer/3rdparty/ |
H A D | PHPIco.php | 42 'imagealphablending', 97 imagealphablending($new_im, false);
|
H A D | RingIcon.php | 190 imagealphablending($image, false);
|
/plugin/database2/ |
H A D | media.php | 392 imagealphablending( $dest, ( $minor !== 'png' ) );
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/ |
H A D | ImageProcessor.php | 691 imagealphablending($imgplain, false); // mPDF 5.7.2 769 imagealphablending($im, false); 910 imagealphablending($im, false); 1067 imagealphablending($im, false);
|
/plugin/photogallery/phpThumb/docs/ |
H A D | phpthumb.changelog.txt | 466 * Added fallback 'imagealphablending' if GD < v2.0.1
|