Lines Matching refs:gdimg_output
234 public $gdimg_output = null; variable in phpthumb
466 $this->gdimg_output,
499 …if (!$this->useRawIMoutput && !(is_resource($this->gdimg_output) || (is_object($this->gdimg_source…
526 imageinterlace($this->gdimg_output, (int) $this->config_output_interlace);
537 imagewbmp($this->gdimg_output, null, $this->thumbnailQuality);
548 imagejpeg($this->gdimg_output, null, $this->thumbnailQuality);
575 imagepng($this->gdimg_output, null, $PNGquality);
577 imagepng($this->gdimg_output);
588 imagegif($this->gdimg_output);
598 imagewebp($this->gdimg_output, null, $this->thumbnailQuality);
608 imageavif($this->gdimg_output, null, $this->thumbnailQuality);
614 imagebmp($this->gdimg_output);
625 $this->outputImageData = $phpthumb_bmp->GD2BMPstring($this->gdimg_output);
636 $arrayOfOutputImages = array($this->gdimg_output);
698 …if (!$this->useRawIMoutput && !(is_resource($this->gdimg_output) || (is_object($this->gdimg_source…
722 imageinterlace($this->gdimg_output, (int) $this->config_output_interlace);
736 @$ImageOutFunction($this->gdimg_output);
738 @$ImageOutFunction($this->gdimg_output, null, $this->thumbnailQuality);
745 imagebmp($this->gdimg_output);
754 $bmp_data = $phpthumb_bmp->GD2BMPstring($this->gdimg_output);
775 $arrayOfOutputImages = array($this->gdimg_output);
2674 $phpthumbFilters->WatermarkOverlay($this->gdimg_output, $watermark_img, '*', $opacity, $margin);
2681 …$nohotlink_text_color = phpthumb_functions::ImageHexColorAllocate($this->gdimg_output, $this->conf…
2689 …imagestring($this->gdimg_output, $this->config_error_fontsize, $leftoffset, $topoffset + ($rowcoun…
2717 $CurrentImageColorTransparent = imagecolortransparent($this->gdimg_output);
2726 …_mixdown_dither = @imagecreatetruecolor(imagesx($this->gdimg_output), imagesy($this->gdimg_output)…
2736 $PixelColor = phpthumb_functions::GetPixelColor($this->gdimg_output, $x, $y);
2745 imagetruecolortopalette($this->gdimg_output, true, 255);
2748 $TransparentColor = imagecolorallocate($this->gdimg_output, 1, 254, 253);
2749 imagecolortransparent($this->gdimg_output, $TransparentColor);
2756 imagesetpixel($this->gdimg_output, $x, $y, $TransparentColor);
2766 …ChannelFlatten() failed imagecreate('.imagesx($this->gdimg_output).', '.imagesy($this->gdimg_outpu…
2785 …$background_color = phpthumb_functions::ImageHexColorAllocate($this->gdimg_output, $this->config_b…
2787 …imagecopy($gdimg_flatten_temp, $this->gdimg_output, 0, 0, 0, 0, $this->thumbnail_width, $this->thu…
2789 imagealphablending($this->gdimg_output, true);
2790 imagesavealpha($this->gdimg_output, false);
2791 imagecolortransparent($this->gdimg_output, -1);
2792 …imagecopy($this->gdimg_output, $gdimg_flatten_temp, 0, 0, 0, 0, $this->thumbnail_width, $this->thu…
2817 $phpthumbFilters->Brightness($this->gdimg_output, $parameter);
2821 $phpthumbFilters->Contrast($this->gdimg_output, $parameter);
2825 $phpthumbFilters->Desaturate($this->gdimg_output, $parameter, '');
2829 $phpthumbFilters->Saturation($this->gdimg_output, $parameter, '');
2833 $phpthumbFilters->Grayscale($this->gdimg_output);
2842 $phpthumbFilters->Colorize($this->gdimg_output, $amount, $color);
2851 $phpthumbFilters->Sepia($this->gdimg_output, $amount, $color);
2855 $phpthumbFilters->Gamma($this->gdimg_output, $parameter);
2859 $phpthumbFilters->Negative($this->gdimg_output);
2863 $phpthumbFilters->Threshold($this->gdimg_output, $parameter);
2874 $phpthumbFilters->ReduceColorDepth($this->gdimg_output, $colors, $dither);
2878 …$phpthumbFilters->Flip($this->gdimg_output, strpos(strtolower($parameter), 'x') !== false, strpos(…
2882 $phpthumbFilters->EdgeDetect($this->gdimg_output);
2886 $phpthumbFilters->Emboss($this->gdimg_output);
2891 $phpthumbFilters->Bevel($this->gdimg_output, $width, $color1, $color2);
2900 $phpthumbFilters->HistogramStretch($this->gdimg_output, $band, $method, $threshold);
2904 $phpthumbFilters->WhiteBalance($this->gdimg_output, $parameter);
2921 …$phpthumbFilters->HistogramOverlay($this->gdimg_output, $bands, $colors, $width, $height, $alignme…
2926 …$phpthumbFilters->Frame($this->gdimg_output, $frame_width, $edge_width, $color_frame, $color1, $co…
2936 $phpthumbFilters->DropShadow($this->gdimg_output, $distance, $width, $color, $angle, $fade);
2958 $phpthumbFilters->ApplyMask($gdimg_mask, $this->gdimg_output);
2974 $phpthumbFilters->Ellipse($this->gdimg_output);
2988 $phpthumbFilters->RoundedImageCorners($this->gdimg_output, $radius_x, $radius_y);
2993 $phpthumbFilters->Crop($this->gdimg_output, $left, $right, $top, $bottom);
2999 …$phpthumbFilters->ImageBorder($this->gdimg_output, $border_width, $radius_x, $radius_y, $hexcolor_…
3023 …$resized_x = max(1, imagesx($this->gdimg_output) - round(2 * (imagesx($this->gdimg_output) * $marg…
3024 …$resized_y = max(1, imagesy($this->gdimg_output) - round(2 * (imagesy($this->gdimg_output) * $marg…
3026 $resized_x = max(1, imagesx($this->gdimg_output) - round(2 * $margin));
3027 $resized_y = max(1, imagesy($this->gdimg_output) - round(2 * $margin));
3032 …phpthumb_functions::ImageCreateFunction(imagesx($this->gdimg_output), imagesy($this->gdimg_output)…
3039 …his->gdimg_output, 0, 0, 0, 0, imagesx($img_source_resized), imagesy($img_source_resized), imagesx…
3041 …imagecopy($this->gdimg_output, $img_watermark_resized, 0, 0, 0, 0, imagesx($this->gdimg_output), i…
3047 …humb_functions::ImageCreateFunction('.imagesx($this->gdimg_output).', '.imagesy($this->gdimg_outpu…
3056 …$phpthumbFilters->WatermarkOverlay($this->gdimg_output, $img_watermark_resized, 'C', $opacity, $ma…
3116 …$phpthumbFilters->WatermarkOverlay($this->gdimg_output, $img_watermark, $alignment, $opacity, $mar…
3149 …$phpthumbFilters->WatermarkText($this->gdimg_output, $text, $size, $alignment, $hex_color, $ttffon…
3156 $phpthumbFilters->Blur($this->gdimg_output, $radius);
3163 $phpthumbFilters->BlurGaussian($this->gdimg_output);
3167 $phpthumbFilters->BlurSelective($this->gdimg_output);
3171 $phpthumbFilters->MeanRemoval($this->gdimg_output);
3175 $phpthumbFilters->Smooth($this->gdimg_output, $parameter);
3195 phpUnsharpMask::applyUnsharpMask($this->gdimg_output, $amount, $radius, $threshold);
3204 …width ? imagesx($this->gdimg_output) : ((($newwidth > 0) && ($newwidth < 1)) ? round($newwidth …
3205 …height ? imagesy($this->gdimg_output) : ((($newheight > 0) && ($newheight < 1)) ? round($newheight…
3208 …x = phpthumb_functions::ScaleToFitInBox(imagesx($this->gdimg_output), imagesx($this->gdimg_output)…
3209 …y = phpthumb_functions::ScaleToFitInBox(imagesy($this->gdimg_output), imagesy($this->gdimg_output)…
3211 …x = phpthumb_functions::ScaleToFitInBox(imagesx($this->gdimg_output), imagesy($this->gdimg_output)…
3216 …phpthumb_functions::ImageCreateFunction(imagesx($this->gdimg_output), imagesy($this->gdimg_output)…
3217 …imagecopy($img_temp, $this->gdimg_output, 0, 0, 0, 0, imagesx($this->gdimg_output), imagesy($this-…
3218 …if ($this->gdimg_output = phpthumb_functions::ImageCreateFunction($scale_x * imagesx($img_temp), $…
3219 imagealphablending($this->gdimg_output, false);
3220 imagesavealpha($this->gdimg_output, true);
3221 …->ImageResizeFunction($this->gdimg_output, $img_temp, 0, 0, 0, 0, imagesx($this->gdimg_output), im…
3227 …->DebugMessage('ImageCreateFunction('.imagesx($this->gdimg_output).', '.imagesy($this->gdimg_outpu…
3234 $phpthumbFilters->ImprovedImageRotate($this->gdimg_output, $angle, $bgcolor, null, $this);
3245 …if ($gdimg_mask = $phpthumbFilters->SourceTransparentColorMask($this->gdimg_output, $hexcolor, $mi…
3247 $phpthumbFilters->ApplyMask($gdimg_mask, $this->gdimg_output);
3273 $imgRenderFunction($this->gdimg_output);
3279 $tempIMG = imagecreatetruecolor(imagesx($this->gdimg_output), imagesy($this->gdimg_output));
3280 …imagecopy($tempIMG, $this->gdimg_output, 0, 0, 0, 0, imagesx($this->gdimg_output), imagesy($this->…
3288 imagetruecolortopalette($this->gdimg_output, true, pow(2, $i));
3297 imagejpeg($this->gdimg_output);
3305 imagejpeg($this->gdimg_output, null, $q);
3427 …$this->gdimg_output = phpthumb_functions::ImageCreateFunction($this->thumbnail_width, $this->thumb…
3430 imagesavealpha($this->gdimg_output, true);
3433 imagealphablending($this->gdimg_output, false);
3434 …$output_full_alpha = phpthumb_functions::ImageColorAllocateAlphaSafe($this->gdimg_output, 255, 255…
3435 …imagefilledrectangle($this->gdimg_output, 0, 0, $this->thumbnail_width, $this->thumbnail_height, $…
3446 …$background_color = phpthumb_functions::ImageHexColorAllocate($this->gdimg_output, $this->config_b…
3447 …imagefilledrectangle($this->gdimg_output, 0, 0, $this->thumbnail_width, $this->thumbnail_height, $…