Searched refs:cache_path (Results 1 – 2 of 2) sorted by relevance
| /plugin/livemark/ |
| D | action.php | 46 function create_watermark_image( $data, $cache_path ) { argument 77 if ( substr($cache_path, -3) == 'png' ) { 78 imagepng($output, $cache_path, intval($conf['jpg_quality'] / 11)); 79 } else if ( substr($cache_path, -3) == 'jpg' ) { 82 imagejpeg($finaloutput, $cache_path, intval($conf['jpg_quality']));
|
| /plugin/reflect/ |
| D | action.php | 54 function create_reflect_image( $data, $cache_path, $imagebgcolor=null ) { argument 144 if ( substr($cache_path, -3) == 'png' ) { 145 imagepng($output, $cache_path, intval($conf['jpg_quality'] / 11)); 146 } else if ( substr($cache_path, -3) == 'jpg' ) { 159 imagejpeg($finaloutput, $cache_path, intval($conf['jpg_quality']));
|