]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sun, 10 Jun 2012 17:47:56 +0000 (17:47 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sun, 10 Jun 2012 17:47:56 +0000 (17:47 +0000)
MagickCore/pixel.h

index e646a7ba48ffabcd87bd81d7a209799ebe696d9a..7e6c2c4e7fc5502ae8dc3a52560a4a675bf9c50c 100644 (file)
@@ -71,7 +71,7 @@ typedef enum
   IntegerInterpolatePixel,    /* Integer (floor) interpolation */
   MeshInterpolatePixel,       /* Triangular Mesh interpolation */
   NearestInterpolatePixel,    /* Nearest Neighbour Only */
-  SplineInterpolatePixel,     /* Cubic Spline (blurred) interpolation */
+  SplineInterpolatePixel     /* Cubic Spline (blurred) interpolation */
   /* FilterInterpolatePixel,  ** Use resize filter - (very slow) */
 } PixelInterpolateMethod;