Author: ts
Date: Tue Dec  4 15:10:39 2007
New Revision: 6917

Log:
- Fixed issue #12171: Monochrome colorspace conversion does not work on some
  systems with the ImageMagcik handler.

Modified:
    trunk/ImageConversion/ChangeLog
    trunk/ImageConversion/src/handlers/imagemagick.php

Modified: trunk/ImageConversion/ChangeLog
==============================================================================
--- trunk/ImageConversion/ChangeLog [iso-8859-1] (original)
+++ trunk/ImageConversion/ChangeLog [iso-8859-1] Tue Dec  4 15:10:39 2007
@@ -4,6 +4,8 @@
 - Fixed issue #12126: ImageConversion test is incorrect.
 - Fixed issue #12160: Conversion of transparent backgrounds does not work on
   certain systems.
+- Fixed issue #12171: Monochrome colorspace conversion does not work on some
+  systems with the ImageMagcik handler.
 
 
 1.3.1 - Wednesday 28 November 2007

Modified: trunk/ImageConversion/src/handlers/imagemagick.php
==============================================================================
--- trunk/ImageConversion/src/handlers/imagemagick.php [iso-8859-1] (original)
+++ trunk/ImageConversion/src/handlers/imagemagick.php [iso-8859-1] Tue Dec  4 
15:10:39 2007
@@ -329,8 +329,7 @@
             case self::COLORSPACE_MONOCHROME:
                 $this->addFilterOption(
                     $this->getActiveReference(),
-                    '-monochrome',
-                    ''
+                    '-monochrome'
                 );
                 break;
             case self::COLORSPACE_SEPIA:


-- 
svn-components mailing list
svn-components@lists.ez.no
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to