Home
last modified time | relevance | path

Searched refs:GenerateThumbnail (Results 1 – 7 of 7) sorted by last modified time

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