Home
last modified time | relevance | path

Searched refs:GenerateThumbnail (Results 1 – 7 of 7) sorted by relevance

/plugin/photogallery/phpThumb/demo/
DphpThumb.demo.object.simple.php51 if ($phpThumb->GenerateThumbnail()) { // this line is VERY important, do not remove it!
DphpThumb.demo.object.php60 if ($phpThumb->GenerateThumbnail()) { // this line is VERY important, do not remove it!
/plugin/photogallery/
DpgFetch.php183 if ($phpThumb->GenerateThumbnail()) { // this line is VERY important, do not remove it!
/plugin/photogallery/phpThumb/
DphpThumb.php664 $phpThumb->GenerateThumbnail();
Dphpthumb.class.php408 public function GenerateThumbnail() { function in phpthumb
/plugin/photogallery/phpThumb/docs/
Dphpthumb.faq.txt86 A: You missed the call to GenerateThumbnail() before
245 $this->GenerateThumbnail() then $this->RenderOutput() and then
Dphpthumb.changelog.txt400 * Added debug points inside GenerateThumbnail
601 * Added ImageDestroy($this->gdimg_source) to GenerateThumbnail()