Home
last modified time | relevance | path

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

/plugin/photogallery/phpThumb/
H A Dphpthumb.class.php2669 …$watermark_img = $this->ImageCreateFromStringReplacement(file_get_contents($this->config_nooffsite…
2953 if ($gdimg_mask = $this->ImageCreateFromStringReplacement($MaskImageData)) {
3021 if ($img_watermark = $this->ImageCreateFromStringReplacement($WatermarkImageData)) {
3567 …if ($gdimg_exif_temp = $this->ImageCreateFromStringReplacement($this->exif_thumbnail_data, false))…
3615 $this->gdimg_source = $this->ImageCreateFromStringReplacement($this->exif_thumbnail_data);
3842 $gd_image = $this->ImageCreateFromStringReplacement($rawimagedata, true);
3890 $this->gdimg_source = $this->ImageCreateFromStringReplacement($this->rawImageData);
3961 …if ($gdimg_exif_temp = $this->ImageCreateFromStringReplacement($this->exif_thumbnail_data, false))…
4107 …if ($gdimg_exif_temp = $this->ImageCreateFromStringReplacement($this->exif_thumbnail_data, false))…
4430 public function ImageCreateFromStringReplacement(&$RawImageData, $DieOnErrors=false) { function in phpthumb
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt190 * Bugfix: ImageCreateFromStringReplacement() doesn't need to
627 * Bugfix: safe mode warnings in ImageCreateFromStringReplacement
753 ImageCreateFromStringReplacement()
1281 ImageCreateFromStringReplacement()