Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.
// set options (see phpThumb.config.php)
// here you must preface each option with "config_"
// Set error handling (optional)
$phpThumb->config_error_die_on_error = false;
if ($thumb_config['filename_prefix'] != '') { // add only for large thumbs
$phpThumb->fltr = array("wmi|images/watermark.png|BL|50|5");
}
// Disable ImageMagick?
// ImageMagick seems to cause some issues on localhost using FF or IE
$phpThumb->config_prefer_imagemagick = false;
// set options (see phpThumb.config.php)
// here you must preface each option with "config_"
// Set error handling (optional)
$phpThumb->config_error_die_on_error = false;
if ($thumb_config['filename_prefix'] != '') { // add only for large thumbs
$phpThumb->fltr = array("wmi|images/watermark.png|BL|50|5");
}
// Disable ImageMagick?
// ImageMagick seems to cause some issues on localhost using FF or IE
$phpThumb->config_prefer_imagemagick = false;
1 to 2 of 2