X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/journal.php?a=blobdiff_plain;ds=sidebyside;f=includes%2Fmedia%2FBitmap.php;h=c86eabdec0ba19fb001f6c5929cb45818e50aa9f;hb=f0c8cbc6d9bc05c1aa1cfc89f13bee3514c947c3;hp=ccd345c31fe493e99c66fe48558c0358416f84d0;hpb=42b7a3bc8213ab219b47e24102d042b0c60c71e4;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/media/Bitmap.php b/includes/media/Bitmap.php index ccd345c31f..c86eabdec0 100644 --- a/includes/media/Bitmap.php +++ b/includes/media/Bitmap.php @@ -276,7 +276,7 @@ class BitmapHandler extends TransformationalImageHandler { */ protected function transformImageMagickExt( $image, $params ) { global $wgSharpenReductionThreshold, $wgSharpenParameter, $wgMaxAnimatedGifArea, - $wgMaxInterlacingAreas, $wgJpegPixelFormat; + $wgJpegPixelFormat; try { $im = new Imagick();