Remove Imagick:: constant from ImageMagick driver
authorMichael J. Rubinsky <mrubinsk@horde.org>
Fri, 13 Aug 2010 21:43:53 +0000 (17:43 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Fri, 13 Aug 2010 21:44:21 +0000 (17:44 -0400)
framework/Image/lib/Horde/Image/Effect/Im/Unsharpmask.php

index 477296a..2b5b9c8 100644 (file)
@@ -38,8 +38,7 @@ class Horde_Image_Effect_Im_Unsharpmask extends Horde_Image_Effect
      */
     protected $_params = array('radius' => 0.5,
                                'amount' => 1,
-                               'threshold' => 0.05,
-                               'channel' => Imagick::CHANNEL_ALL);
+                               'threshold' => 0.05);
 
     public function apply()
     {