Lines Matching refs:ImageCreateFunction

1720 		$ImageCreateFunction = '';
1726 $ImageCreateFunction = 'imagecreatefromgif';
1730 $ImageCreateFunction = 'imagecreatefrompng';
1735 $ImageCreateFunction = 'imagecreatefromjpeg';
1738 $ImageCreateFunction = 'imagecreatefromwebp';
1742 $ImageCreateFunction = 'imagecreatefromavif';
1748 $ImageCreateFunction = 'imagecreatefrompng';
1753 if (!function_exists($ImageCreateFunction)) {
1761 $ImageCreateFunction = 'imagecreatefrompng';
2421 …$this->DebugMessage('skipping ImageMagickThumbnailToGD::'.$ImageCreateFunction.'() because IM outp…
2422 …} elseif (function_exists(@$ImageCreateFunction) && ($this->gdimg_source = @$ImageCreateFunction($…
2425 …$this->DebugMessage('ImageMagickThumbnailToGD::'.$ImageCreateFunction.'() succeeded, $this->gdimg_…
2429 …$this->DebugMessage('$this->useRawIMoutput set to TRUE because '.@$ImageCreateFunction.'('.$IMtemp…
2779 …if ($gdimg_flatten_temp = phpthumb_functions::ImageCreateFunction($this->thumbnail_width, $this->t…
3032 …if ($img_watermark_resized = phpthumb_functions::ImageCreateFunction(imagesx($this->gdimg_output),…
3036 … if ($img_source_resized = phpthumb_functions::ImageCreateFunction($resized_x, $resized_y)) {
3052 … if ($img_watermark_resized = phpthumb_functions::ImageCreateFunction($resized_x, $resized_y)) {
3103 …if ($img_watermark2 = phpthumb_functions::ImageCreateFunction($scale * imagesx($img_watermark), $s…
3216 …if ($img_temp = phpthumb_functions::ImageCreateFunction(imagesx($this->gdimg_output), imagesy($thi…
3218 …if ($this->gdimg_output = phpthumb_functions::ImageCreateFunction($scale_x * imagesx($img_temp), $…
3427 …$this->gdimg_output = phpthumb_functions::ImageCreateFunction($this->thumbnail_width, $this->thumb…