% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
-% GetImageChannels() returns the number of pixel channels associated
-% with the specified image.
+% GetImageChannels() returns the number of pixel channels associated with the
+% specified image.
%
% The format of the GetChannels method is:
%
extern MagickExport ssize_t
GetImageReferenceCount(Image *);
-extern MagickExport ssize_t
+extern MagickExport size_t
GetImageChannels(Image *);
extern MagickExport VirtualPixelMethod