]> granicus.if.org Git - imagemagick/blobdiff - coders/fax.c
(no commit message)
[imagemagick] / coders / fax.c
index 22b2b6b67df2347346318ab915fe0675cbafb96b..ea8753d3a5a00be0f3a0571d3fe86c0a3c550da5 100644 (file)
@@ -42,6 +42,7 @@
 #include "magick/studio.h"
 #include "magick/blob.h"
 #include "magick/blob-private.h"
+#include "magick/colormap.h"
 #include "magick/colorspace.h"
 #include "magick/exception.h"
 #include "magick/exception-private.h"
@@ -205,10 +206,10 @@ static Image *ReadFAXImage(const ImageInfo *image_info,ExceptionInfo *exception)
 %
 %  The format of the RegisterFAXImage method is:
 %
-%      unsigned long RegisterFAXImage(void)
+%      size_t RegisterFAXImage(void)
 %
 */
-ModuleExport unsigned long RegisterFAXImage(void)
+ModuleExport size_t RegisterFAXImage(void)
 {
   MagickInfo
     *entry;
@@ -216,10 +217,10 @@ ModuleExport unsigned long RegisterFAXImage(void)
   static const char
     *Note=
     {
-      "FAX machines use non-square pixels which are 1.5 times wider than they\n"
-      "are tall but computer displays use square pixels, therefore FAX images\n"
-      "may appear to be narrow unless they are explicitly resized using a\n"
-      "geometry of \"150x100%\".\n"
+      "FAX machines use non-square pixels which are 1.5 times wider than\n"
+      "they are tall but computer displays use square pixels, therefore\n"
+      "FAX images may appear to be narrow unless they are explicitly\n"
+      "resized using a geometry of \"150x100%\".\n"
     };
 
   entry=SetMagickInfo("FAX");