Searched refs:GenerateThumbnail (Results 1 – 7 of 7) sorted by relevance
51 if ($phpThumb->GenerateThumbnail()) { // this line is VERY important, do not remove it!
60 if ($phpThumb->GenerateThumbnail()) { // this line is VERY important, do not remove it!
183 if ($phpThumb->GenerateThumbnail()) { // this line is VERY important, do not remove it!
664 $phpThumb->GenerateThumbnail();
408 public function GenerateThumbnail() { function in phpthumb
86 A: You missed the call to GenerateThumbnail() before245 $this->GenerateThumbnail() then $this->RenderOutput() and then
400 * Added debug points inside GenerateThumbnail601 * Added ImageDestroy($this->gdimg_source) to GenerateThumbnail()