]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Tue, 6 Oct 2009 19:23:54 +0000 (19:23 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Tue, 6 Oct 2009 19:23:54 +0000 (19:23 +0000)
12 files changed:
wand/animate.c
wand/compare.c
wand/deprecate.c
wand/drawing-wand.c
wand/drawtest.c
wand/identify.c
wand/import.c
wand/magick-image.c
wand/mogrify.c
wand/montage.c
wand/stream.c
wand/wandtest.c

index 463965181463a37b96e29c38b43abe7d3f13b64b..d276d5cc568e0386e1039e643a0d6bca95fe52aa 100644 (file)
@@ -1401,7 +1401,7 @@ WandExport MagickBooleanType AnimateImageCommand(ImageInfo *image_info,
       default:
         ThrowAnimateException(OptionError,"UnrecognizedOption",option);
     }
-    fire=ParseMagickOption(MagickImageListOptions,MagickFalse,option+1) < 0 ? 
+    fire=ParseMagickOption(MagickImageListOptions,MagickFalse,option+1) < 0 ?
       MagickFalse : MagickTrue;
     if (fire != MagickFalse)
       FireImageStack(MagickFalse,MagickTrue,MagickTrue);
index fe96b4cacf7aae9de4cdd930a8a48574c1cf3956..fe1803c8e1418ad587361689184ebb3af6df844d 100644 (file)
@@ -34,7 +34,7 @@
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %
 %  Use the compare program to mathematically and visually annotate the
-%  difference between an image and its reconstruction. 
+%  difference between an image and its reconstruction.
 %
 */
 \f
index 48083757c05910de0fbbb8b237308278156b3ce7..9a57b2343e4b78cad740351b75098aba5769d0b9 100644 (file)
@@ -975,7 +975,7 @@ WandExport MagickBooleanType MagickOpaqueImage(MagickWand *wand,
 %  A description of each parameter follows:
 %
 %    o wand: the magick wand.
-% 
+%
 %    o channel: the channel(s).
 %
 %    o fill: the floodfill color pixel wand.
index b74dd0bde413806936f30364d6677e2eceb134e3..d7ef692932befc4b4a34791c1b625c86d6e362c5 100644 (file)
@@ -5894,7 +5894,7 @@ WandExport void DrawSetTextKerning(DrawingWand *wand,const double kerning)
 
   if (wand->debug != MagickFalse)
     (void) LogMagickEvent(WandEvent,GetMagickModule(),"%s",wand->name);
-  if ((wand->filter_off != MagickFalse) && 
+  if ((wand->filter_off != MagickFalse) &&
       (CurrentContext->kerning != kerning))
     {
       CurrentContext->kerning=kerning;
@@ -5935,7 +5935,7 @@ WandExport void DrawSetTextInterlineSpacing(DrawingWand *wand,
 
   if (wand->debug != MagickFalse)
     (void) LogMagickEvent(WandEvent,GetMagickModule(),"%s",wand->name);
-  if ((wand->filter_off != MagickFalse) && 
+  if ((wand->filter_off != MagickFalse) &&
       (CurrentContext->interline_spacing != interline_spacing))
     {
       CurrentContext->interline_spacing=interline_spacing;
@@ -5976,7 +5976,7 @@ WandExport void DrawSetTextInterwordSpacing(DrawingWand *wand,
 
   if (wand->debug != MagickFalse)
     (void) LogMagickEvent(WandEvent,GetMagickModule(),"%s",wand->name);
-  if ((wand->filter_off != MagickFalse) && 
+  if ((wand->filter_off != MagickFalse) &&
       (CurrentContext->interword_spacing != interword_spacing))
     {
       CurrentContext->interword_spacing=interword_spacing;
index 9b0499fab20f0157298d6d9d765027f6a0747a05..2c0a5779050e520d0df7d3d00e62cf50b97a8b3f 100644 (file)
@@ -65,11 +65,11 @@ static void ScribbleImage (MagickWand *canvas)
       DrawPopClipPath(picasso);
     }
     DrawPopDefs(picasso);
-    
+
     (void) PushDrawingWand(picasso);
     {
       (void) DrawSetClipPath(picasso, "url(#clip_1)");
-      
+
       (void) PushDrawingWand(picasso);
       {
         DrawSetStrokeAntialias(picasso,MagickTrue);
@@ -85,7 +85,7 @@ static void ScribbleImage (MagickWand *canvas)
         DrawRectangle(picasso,72,72,144,144);
       }
       (void) PopDrawingWand(picasso);
-      
+
       (void) PushDrawingWand(picasso);
       {
         DrawSetStrokeAntialias(picasso,MagickTrue);
@@ -101,7 +101,7 @@ static void ScribbleImage (MagickWand *canvas)
         DrawRoundRectangle(picasso,72,216,360,432,9,9);
       }
       (void) PopDrawingWand(picasso);
-      
+
       (void) PushDrawingWand(picasso);
       {
         const PointInfo points[37] =
@@ -117,7 +117,7 @@ static void ScribbleImage (MagickWand *canvas)
           { 346,114.8 },   { 347.1,111.5 }, { 348.9,108.5 }, { 351.4,105.8 },
           { 378.1,81.72 }
         };
-        
+
         DrawSetStrokeAntialias(picasso,MagickTrue);
         DrawSetStrokeWidth(picasso,2.016);
         DrawSetStrokeLineCap(picasso,RoundCap);
@@ -131,7 +131,7 @@ static void ScribbleImage (MagickWand *canvas)
         DrawPolygon(picasso,37,points);
       }
       (void) PopDrawingWand(picasso);
-      
+
       (void) PushDrawingWand(picasso);
       {
         DrawSetStrokeAntialias(picasso,MagickTrue);
@@ -147,7 +147,7 @@ static void ScribbleImage (MagickWand *canvas)
         DrawEllipse(picasso,489.6,424.8,72,129.6,0,360);
       }
       (void) PopDrawingWand(picasso);
-      
+
       (void) PushDrawingWand(picasso);
       {
         const PointInfo points[48] =
@@ -165,7 +165,7 @@ static void ScribbleImage (MagickWand *canvas)
           { 204,55.3 },    { 204.3,44.35 }, { 204.9,39.6 },  { 205.9,35.42 },
           { 207.4,31.82 }, { 209.2,28.87 }, { 211.3,26.64},  { 213.8,25.13 }
         };
-        
+
         DrawSetStrokeAntialias(picasso,MagickTrue);
         DrawSetStrokeWidth(picasso,3.024);
         DrawSetStrokeLineCap(picasso,RoundCap);
@@ -179,7 +179,7 @@ static void ScribbleImage (MagickWand *canvas)
         DrawPolygon(picasso,48,points);
       }
       (void) PopDrawingWand(picasso);
-      
+
       (void) PushDrawingWand(picasso);
       {
         DrawSetStrokeAntialias(picasso,MagickTrue);
@@ -218,7 +218,7 @@ static void ScribbleImage (MagickWand *canvas)
           { 180,504 }, { 282.7,578.6 }, { 243.5,699.4 }, { 116.5,699.4 },
           { 77.26,578.6 }, { 180,504 }
         };
-        
+
         DrawSetStrokeAntialias(picasso,MagickTrue);
         DrawSetStrokeWidth(picasso,9);
         DrawSetStrokeLineCap(picasso,RoundCap);
@@ -232,7 +232,7 @@ static void ScribbleImage (MagickWand *canvas)
         DrawPolygon(picasso,6,points);
       }
       (void) PopDrawingWand(picasso);
-      
+
       (void) PushDrawingWand(picasso);
       {
         const PointInfo points[11] =
@@ -241,7 +241,7 @@ static void ScribbleImage (MagickWand *canvas)
           { 243.5,699.4 }, { 180,666 },     { 116.5,699.4 }, { 128.7,628.7 },
           { 77.26,578.6 }, { 148.2,568.3 }, { 180,504 }
         };
-        
+
         DrawSetStrokeAntialias(picasso,MagickTrue);
         DrawSetStrokeWidth(picasso,9);
         DrawSetStrokeLineCap(picasso,RoundCap);
@@ -255,7 +255,7 @@ static void ScribbleImage (MagickWand *canvas)
         DrawPolygon(picasso,11,points);
       }
       (void) PopDrawingWand(picasso);
-      
+
       (void) PushDrawingWand(picasso);
       {
         const PointInfo points[15] =
@@ -265,7 +265,7 @@ static void ScribbleImage (MagickWand *canvas)
           { 525.6,93.6 },  { 496.8,158.4 }, { 532.8,136.8 }, { 518.4,180 },
           { 540,172.8 },   { 540,223.2 },   { 540,288 }
         };
-        
+
         DrawSetStrokeAntialias(picasso,MagickTrue);
         DrawSetStrokeWidth(picasso,5.976);
         DrawSetStrokeLineCap(picasso,RoundCap);
@@ -279,7 +279,7 @@ static void ScribbleImage (MagickWand *canvas)
         DrawPolygon(picasso,15,points);
       }
       (void) PopDrawingWand(picasso);
-      
+
       (void) PushDrawingWand(picasso);
       {
         const PointInfo points[7] =
@@ -287,7 +287,7 @@ static void ScribbleImage (MagickWand *canvas)
           { 57.6,640.8 }, { 57.6,784.8 }, { 194.4,799.2 }, { 259.2,777.6 },
           { 151.2,756 }, { 86.4,748.8 }, { 57.6,640.8 }
         };
-        
+
         DrawSetStrokeAntialias(picasso,MagickTrue);
         DrawSetStrokeWidth(picasso,5.976);
         DrawSetStrokeLineCap(picasso,RoundCap);
@@ -301,7 +301,7 @@ static void ScribbleImage (MagickWand *canvas)
         DrawPolygon(picasso,7,points);
       }
       (void) PopDrawingWand(picasso);
-      
+
       (void) PushDrawingWand(picasso);
       {
         const PointInfo points[193] =
@@ -320,7 +320,7 @@ static void ScribbleImage (MagickWand *canvas)
           { 428,531.2 },   { 434.6,532.9 }, { 436.7,533.8 }, { 437.8,534.9 },
           { 437.8,536.2 }, { 436.8,537.8 }, { 434.5,539.6 }, { 430.9,541.8 },
           { 419.3,547.6 }, { 401.3,555.2 }, { 342.4,577.9 }, {325.2,584.9 },
-          { 311,591.3 },   { 300,597.3 },   { 291.6,602.8 }, { 285.8,607.8 }, 
+          { 311,591.3 },   { 300,597.3 },   { 291.6,602.8 }, { 285.8,607.8 },
           { 282.3,612.3 }, { 281.4,614.4 }, { 280.9,616.2 }, { 281.2,619.6 },
           { 282.1,621.2 }, { 283.3,622.6 }, { 286.8,624.9 }, { 291.5,626.6 },
           { 297.1,627.8 }, { 303.6,628.3 }, { 310.5,628.3 }, { 317.9,627.6 },
@@ -356,7 +356,7 @@ static void ScribbleImage (MagickWand *canvas)
           { 27.86,597.4 }, { 27.29,595.2 }, { 26.64,588.7 }, { 26.86,578.8 },
           { 27.86,565.3 }
         };
-        
+
         DrawSetStrokeAntialias(picasso,MagickTrue);
         DrawSetStrokeWidth(picasso,5.904);
         DrawSetStrokeLineCap(picasso,RoundCap);
index 15acdad3aabe9ab3e874c0781ed4daf12e8e4449..12d985d1b42b7c3903e7c18af2ada41531915bd1 100644 (file)
@@ -780,7 +780,7 @@ WandExport MagickBooleanType IdentifyImageCommand(ImageInfo *image_info,
       default:
         ThrowIdentifyException(OptionError,"UnrecognizedOption",option)
     }
-    fire=ParseMagickOption(MagickImageListOptions,MagickFalse,option+1) < 0 ? 
+    fire=ParseMagickOption(MagickImageListOptions,MagickFalse,option+1) < 0 ?
       MagickFalse : MagickTrue;
     if (fire != MagickFalse)
       FireImageStack(MagickFalse,MagickTrue,MagickTrue);
index 2cf4ef4dcf8f813b75017d4b0fe0d29f89560c63..53eae150f667dec62f4f3a3f980f1c7e4de3e86e 100644 (file)
@@ -1259,7 +1259,7 @@ WandExport MagickBooleanType ImportImageCommand(ImageInfo *image_info,
       default:
         ThrowImportException(OptionError,"UnrecognizedOption",option);
     }
-    fire=ParseMagickOption(MagickImageListOptions,MagickFalse,option+1) < 0 ? 
+    fire=ParseMagickOption(MagickImageListOptions,MagickFalse,option+1) < 0 ?
       MagickFalse : MagickTrue;
     if (fire != MagickFalse)
       FireImageStack(MagickFalse,MagickTrue,MagickTrue);
index 0c2ece2ccab7b9b3c440f29c918c5fb5fc0a0515..37648df1149f66c3c6483e4e045db3ea156f14e7 100644 (file)
@@ -8945,7 +8945,7 @@ MagickExport MagickBooleanType MagickSegmentImage(MagickWand *wand,
 %    o sigma: the standard deviation of the gaussian, in pixels.
 %
 %    o threshold: only pixels within this contrast threshold are included
-%      in the blur operation 
+%      in the blur operation.
 %
 */
 
index 0b1538cb02c5a7beca531d4187832eb8e896882b..3f69d0540479c08e81f9a086a245d0e75efae332 100644 (file)
@@ -37,7 +37,7 @@
 %  draw on, flip, join, re-sample, and much more. This tool is similiar to
 %  convert except that the original image file is overwritten (unless you
 %  change the file suffix with the -format option) with any changes you
-%  request. 
+%  request.
 %
 */
 \f
index 42ceb4e151f2d148044db065416b9bdf58caed31..86329b38dd5d5c5a6e1af69e4d6206cd65aa024a 100644 (file)
@@ -1654,7 +1654,7 @@ WandExport MagickBooleanType MontageImageCommand(ImageInfo *image_info,
       default:
         ThrowMontageException(OptionError,"UnrecognizedOption",option)
     }
-    fire=ParseMagickOption(MagickImageListOptions,MagickFalse,option+1) < 0 ? 
+    fire=ParseMagickOption(MagickImageListOptions,MagickFalse,option+1) < 0 ?
       MagickFalse : MagickTrue;
     if (fire != MagickFalse)
       FireImageStack(MagickTrue,MagickTrue,MagickTrue);
index 321b73d2c4b2bb98f42ab4d06e383e057a2da799..2eaca152371b92fdd4251e39a3a11aaebb4e2a35 100644 (file)
@@ -728,7 +728,7 @@ WandExport MagickBooleanType StreamImageCommand(ImageInfo *image_info,
       default:
         ThrowStreamException(OptionError,"UnrecognizedOption",option)
     }
-    fire=ParseMagickOption(MagickImageListOptions,MagickFalse,option+1) < 0 ? 
+    fire=ParseMagickOption(MagickImageListOptions,MagickFalse,option+1) < 0 ?
       MagickFalse : MagickTrue;
     if (fire != MagickFalse)
       FireImageStack(MagickFalse,MagickTrue,MagickTrue);
index 170b9e56fbbca49afdf0555cb575dffd0c868225..c50525a96a60fd61cbfe10de12c9531182f9ca86 100644 (file)
@@ -387,7 +387,7 @@ int main(int argc,char **argv)
   MagickWand
     *clone_wand,
     *magick_wand;
+
   PixelIterator
     *iterator;
 
@@ -403,7 +403,7 @@ int main(int argc,char **argv)
   size_t
     length;
 
-  unsigned char 
+  unsigned char
     *profile;
 
   unsigned int
@@ -685,5 +685,5 @@ int main(int argc,char **argv)
   profile=(unsigned char *) MagickRelinquishMemory(profile);
   magick_wand=DestroyMagickWand(magick_wand);
   (void) fprintf(stdout,"Wand tests pass.\n");
-  return(0); 
+  return(0);
 }