]> granicus.if.org Git - imagemagick/blobdiff - magick/gem.h
(no commit message)
[imagemagick] / magick / gem.h
index d525b63588898ffa086249f505ae1cf23b2cca07..d7a1d6cf752a06634ba9c260e026c25d866287cc 100644 (file)
@@ -1,5 +1,5 @@
 /*
-  Copyright 1999-2010 ImageMagick Studio LLC, a non-profit organization
+  Copyright 1999-2011 ImageMagick Studio LLC, a non-profit organization
   dedicated to making software imaging solutions freely available.
   
   You may not use this file except in compliance with the License.
@@ -30,7 +30,7 @@ extern MagickExport double
   GenerateDifferentialNoise(RandomInfo *,const Quantum,const NoiseType,
     const MagickRealType);
 
-extern MagickExport unsigned long
+extern MagickExport size_t
   GetOptimalKernelWidth(const double,const double),
   GetOptimalKernelWidth1D(const double,const double),
   GetOptimalKernelWidth2D(const double,const double);