Home
last modified time | relevance | path

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

/plugin/photogallery/phpThumb/demo/
H A DphpThumb.demo.object.simple.php52 if ($phpThumb->RenderToFile($output_filename)) {
H A DphpThumb.demo.object.php67 } elseif ($phpThumb->RenderToFile($output_filename)) {
/plugin/photogallery/
H A DpgFetch.php185 if ($phpThumb->RenderToFile($output_filename)) {
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.faq.txt84 Failed: RenderToFile(<filename>) failed because
87 RenderToFile() or OutputThumbnail.
179 phpThumb as an object and call RenderToFile() to save the
H A Dphpthumb.changelog.txt251 RenderToFile() if target file does not exist
451 Call RenderOutput() instead of RenderToFile() and then
648 * Bugfix: uncaught PHP warning in RenderToFile DebugMessage
683 * Bugfix: RenderToFile() now fails properly when output format
904 resource before allowing calls to RenderToFile or
1153 * Bugfix: changed destination filename in RenderToFile()
1177 * Bugfix: RenderToFile() now returns false if it fails
1224 * Bugfix: RenderToFile() now accepts relative filenames
/plugin/photogallery/phpThumb/
H A DphpThumb.php684 …if ($phpThumb->RenderToFile($phpThumb->cache_filename) && is_readable($phpThumb->cache_filename)) {
H A Dphpthumb.class.php658 public function RenderToFile($filename) { function in phpthumb