Searched refs:phpthumb_bmp (Results 1 – 2 of 2) sorted by relevance
624 $phpthumb_bmp = new phpthumb_bmp();625 $this->outputImageData = $phpthumb_bmp->GD2BMPstring($this->gdimg_output);626 unset($phpthumb_bmp);752 $phpthumb_bmp = new phpthumb_bmp();753 if (is_object($phpthumb_bmp)) {754 $bmp_data = $phpthumb_bmp->GD2BMPstring($this->gdimg_output);755 unset($phpthumb_bmp);4053 $phpthumb_bmp = new phpthumb_bmp();4054 …$this->gdimg_source = $phpthumb_bmp->phpthumb_bmp2gd($this->rawImageData, phpthumb_functions::gd_v…4055 unset($phpthumb_bmp);
21 class phpthumb_bmp { class