]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Mon, 2 Dec 2013 17:57:23 +0000 (17:57 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Mon, 2 Dec 2013 17:57:23 +0000 (17:57 +0000)
MagickCore/fx.c

index 5202f46b4e834645cfe3f2479e34e2291975008d..08e22432dad3a229014a5534208b193ed9ee7021 100644 (file)
@@ -4589,11 +4589,9 @@ MagickExport MagickBooleanType SolarizeImage(Image *image,
         if ((double) image->colormap[i].red > threshold)
           image->colormap[i].red=QuantumRange-image->colormap[i].red;
         if ((double) image->colormap[i].green > threshold)
-          image->colormap[i].green=QuantumRange-
-            image->colormap[i].green;
+          image->colormap[i].green=QuantumRange-image->colormap[i].green;
         if ((double) image->colormap[i].blue > threshold)
-          image->colormap[i].blue=QuantumRange-
-            image->colormap[i].blue;
+          image->colormap[i].blue=QuantumRange-image->colormap[i].blue;
       }
     }
   /*