Searched refs:only_gd (Results 1 – 1 of 1) sorted by relevance
/plugin/photogallery/phpThumb/demo/ |
H A D | phpThumb.demo.demo.php | 120 $only_gd = '<br>(only works with GD (any version), this server is '.($ServerInfo['gd_string'] … variable 168 …g['landscape'].'&w=300&fltr[]=flip|xy'), 'description' => 'flipped on X, Y and X+Y axes'.$only_gd); 169 …00&fltr[]=bvl|10|000000|FFFFFF'), 'description' => '10px bevel edge filter'.$only_php432.$only_gd); 170 …'].'&w=300&fltr[]=fram|3|2|CC9966|333333|CCCCCC'), 'description' => '3+2px frame filter'.$only_gd); 171 …g['landscape'].'&w=300&fltr[]=neg'), 'description' => 'Negative filter (inverted color)'.$only_gd); 172 …png'), 'description' => 'Threshold filter; showing preserved alpha channel'.$only_php432.$only_gd); 175 …portrait'].'&w=300&fltr[]=wb'), 'description' => 'original vs. Levels vs. White Balance'.$only_gd); 176 …g['levels1'].'&w=300&fltr[]=hist|*'), 'description' => 'histograms of RGB vs. grayscale'.$only_gd); 184 …/'.$img['frame1'].'" alt=""> <img src="../'.$img['frame2'].'" alt=""></td></tr></table>'.$only_gd); 186 …, 'description' => 'metacharacters (height, width), background color, background extend'.$only_gd); [all …]
|