]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Tue, 6 Oct 2009 19:17:37 +0000 (19:17 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Tue, 6 Oct 2009 19:17:37 +0000 (19:17 +0000)
magick/coder.c
magick/colorspace.c
magick/composite.c
magick/deprecate.c
magick/gem.c
magick/magic.c
magick/mime.c
magick/nt-base.c
magick/quantum-export.c
magick/registry.c
magick/signature.c

index 3048d26286245b3820c03b50cea9ade1236e93ff..134b79d35311be947705d6cb653465637e17c414 100644 (file)
@@ -852,7 +852,7 @@ static MagickBooleanType LoadCoderLists(const char *filename,
     option=(const StringInfo *) GetNextValueInLinkedList(options);
   }
   options=DestroyConfigureOptions(options);
-  if ((coder_list == (SplayTreeInfo *) NULL) || 
+  if ((coder_list == (SplayTreeInfo *) NULL) ||
       (GetNumberOfNodesInSplayTree(coder_list) == 0))
     status|=LoadCoderList(CoderMap,"built-in",0,exception);
   return(status != 0 ? MagickTrue : MagickFalse);
index 237c07145be069c9eadd8008356cd40b76c57b43..c4be4cb24801710d4ad896f634f76b413311b225 100644 (file)
@@ -135,7 +135,7 @@ static inline void ConvertXYZToLab(const double X,const double Y,const double Z,
   x=X/0.9504559271;
   if (x > (216/24389.0))
     x=pow(x,1.0/3.0);
-  else 
+  else
     x=(7.787*x)+(16.0/116.0);
   y=Y/1.00000;
   if (y > (216/24389.0))
index e6b0e9c5eb7e27f4115ec733d27543641d923988..345b3464774a4c310b2d7f29cae00fcddfcaf263 100644 (file)
@@ -2514,14 +2514,14 @@ MagickExport MagickBooleanType TextureImage(Image *image,const Image *texture)
       {
         register long
           x;
-    
+
         if (status == MagickFalse)
           continue;
         for (x=0; x < (long) image->columns; x+=texture->columns)
         {
           MagickBooleanType
             thread_status;
-    
+
           thread_status=CompositeImage(image,image->compose,texture,x+
             texture->tile_offset.x,y+texture->tile_offset.y);
           if (thread_status == MagickFalse)
@@ -2534,7 +2534,7 @@ MagickExport MagickBooleanType TextureImage(Image *image,const Image *texture)
           {
             MagickBooleanType
               proceed;
-    
+
 #if defined(_OPENMP) && (_OPENMP >= 200203)
   #pragma omp critical (MagickCore_TextureImage)
 #endif
index 752dc47dcd760e7eb2ef3eaffa40727334e0138a..a78567545785156d608959caaa26bf984721d770 100644 (file)
@@ -4908,10 +4908,10 @@ MagickExport unsigned int RandomChannelThresholdImage(Image *image,const char
     *random_info;
 
   static MagickRealType
-    o2[4]={0.2f, 0.6f, 0.8f, 0.4f}, 
-    o3[9]={0.1f, 0.6f, 0.3f, 0.7f, 0.5f, 0.8f, 0.4f, 0.9f, 0.2f}, 
+    o2[4]={0.2f, 0.6f, 0.8f, 0.4f},
+    o3[9]={0.1f, 0.6f, 0.3f, 0.7f, 0.5f, 0.8f, 0.4f, 0.9f, 0.2f},
     o4[16]={0.1f, 0.7f, 1.1f, 0.3f, 1.0f, 0.5f, 1.5f, 0.8f, 1.4f, 1.6f, 0.6f,
-      1.2f, 0.4f, 0.9f, 1.3f, 0.2f}, 
+      1.2f, 0.4f, 0.9f, 1.3f, 0.2f},
     threshold=128;
 
   unsigned long
@@ -5347,7 +5347,7 @@ MagickExport void SetImage(Image *image,const Quantum opacity)
 %
 %  SetImageAttribute() searches the list of image attributes and replaces the
 %  attribute value.  If it is not found in the list, the attribute name
-%  and value is added to the list.   
+%  and value is added to the list.
 %
 %  The format of the SetImageAttribute method is:
 %
index 821a1e5fc1e59dcf8ea06a308cdb7f36cf24793a..a3d9a02843b8528127724af1ae2474c40c57afe7 100644 (file)
@@ -584,7 +584,7 @@ MagickExport double ExpandAffine(const AffineMatrix *affine)
 %                                                                             %
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %
-%  GenerateDifferentialNoise() 
+%  GenerateDifferentialNoise() generates differentual noise.
 %
 %  The format of the GenerateDifferentialNoise method is:
 %
index 271a05577b0b3eac05f6490e977fd46741f71a80..4f268a1bb00823c9eae41f5503413f3990e561c3 100644 (file)
@@ -942,7 +942,7 @@ static MagickBooleanType LoadMagicLists(const char *filename,
     option=(const StringInfo *) GetNextValueInLinkedList(options);
   }
   options=DestroyConfigureOptions(options);
-  if ((magic_list == (LinkedListInfo *) NULL) || 
+  if ((magic_list == (LinkedListInfo *) NULL) ||
       (IsLinkedListEmpty(magic_list) != MagickFalse))
     {
       (void) ThrowMagickException(exception,GetMagickModule(),ConfigureWarning,
index c00be351569ec15b940052bb798825894f98db9a..eea6e84505ad0bdb656d7e063884f0c1cbc88cc8 100644 (file)
@@ -1021,7 +1021,7 @@ MagickExport MagickBooleanType LoadMimeLists(const char *filename,
     option=(const StringInfo *) GetNextValueInLinkedList(options);
   }
   options=DestroyConfigureOptions(options);
-  if ((mime_list == (LinkedListInfo *) NULL) || 
+  if ((mime_list == (LinkedListInfo *) NULL) ||
       (IsLinkedListEmpty(mime_list) != MagickFalse))
     status|=LoadMimeList(MimeMap,"built-in",0,exception);
   else
index a9bd66ad40d3c732c74e4e78778b32ab1a3b0b79..071a2cd5e24b162a5b547a9c64a35bad6a347a94 100644 (file)
@@ -815,7 +815,7 @@ static int NTLocateGhostscript(const char **product_family,int *major_version,
       "GPL Ghostscript",
       "GNU Ghostscript",
       "AFPL Ghostscript",
-      "Aladdin Ghostscript" 
+      "Aladdin Ghostscript"
     };
 
   /*
@@ -896,7 +896,7 @@ static int NTGhostscriptGetString(const char *name,char *value,
   int
     i,
     extent;
-  
+
   static const char
     *product_family = (const char *) NULL;
 
index 130315f98389080c6732f83d275f6f7d247551d8..dc20c21519973b449449fcd720b32bfdad1c0a12 100644 (file)
@@ -120,7 +120,7 @@ static inline unsigned char *PopDoublePixel(const QuantumState *quantum_state,
     quantum[8];
 
   p=(double *) quantum;
-  *p=(double) (pixel*quantum_state->inverse_scale+quantum_state->minimum); 
+  *p=(double) (pixel*quantum_state->inverse_scale+quantum_state->minimum);
   if (quantum_state->endian != LSBEndian)
     {
       *pixels++=quantum[7];
@@ -155,7 +155,7 @@ static inline unsigned char *PopFloatPixel(const QuantumState *quantum_state,
 
   p=(float *) quantum;
   *p=(float) ((double) pixel*quantum_state->inverse_scale+
-    quantum_state->minimum); 
+    quantum_state->minimum);
   if (quantum_state->endian != LSBEndian)
     {
       *pixels++=quantum[3];
index 9008a976e6f92454447e818f7633020d7ab66fd4..4ba56c3482d914e949901420271119028a977c5f 100644 (file)
@@ -394,7 +394,7 @@ static void *DestroyRegistryNode(void *registry_info)
 {
   register RegistryInfo
     *p;
-       
+
   p=(RegistryInfo *) registry_info;
   switch (p->type)
   {
@@ -414,7 +414,7 @@ static void *DestroyRegistryNode(void *registry_info)
       p->value=(void *) DestroyImageInfo((ImageInfo *) p->value);
       break;
     }
-  } 
+  }
   return(RelinquishMagickMemory(p));
 }
 
index 2d486785401df8ccbd60f4907f520498fbf66e0b..6c923d1eaf9c3bc9821a321ca6fe000eaee380d2 100644 (file)
@@ -61,7 +61,7 @@
   Typedef declarations.
 */
 struct _SignatureInfo
-{   
+{
   unsigned int
     digestsize,
     blocksize;