Ajout d'un test sur la fonction imagefill

This commit is contained in:
Regis Houssin
2007-10-14 09:16:01 +00:00
parent 535d7efb68
commit 369e65a594

View File

@@ -3394,7 +3394,7 @@ function vignette($file, $maxWidth = 160, $maxHeight = 120, $extName='_small', $
$trans_colour = imagecolorallocatealpha($imgThumb, 255, 255, 255, 0);
break;
}
imagefill($imgThumb, 0, 0, $trans_colour);
if (function_exists("imagefill")) imagefill($imgThumb, 0, 0, $trans_colour);
dolibarr_syslog("vignette: convert image from ($imgWidth x $imgHeight) to ($thumbWidth x $thumbHeight) as $extImg, newquality=$newquality");
//imagecopyresized($imgThumb, $img, 0, 0, 0, 0, $thumbWidth, $thumbHeight, $imgWidth, $imgHeight); // Ins<6E>re l'image de base redimensionn<6E>e