%
% The format of the ConstituteImage method is:
%
-% Image *ConstituteImage(const size_t columns,
-% const size_t rows,const char *map,const StorageType storage,
-% const void *pixels,ExceptionInfo *exception)
+% Image *ConstituteImage(const size_t columns,const size_t rows,
+% const char *map,const StorageType storage,const void *pixels,
+% ExceptionInfo *exception)
%
% A description of each parameter follows:
%
*GetMagickCopyright(void),
*GetMagickFeatures(void),
*GetMagickPackageName(void),
- *GetMagickQuantumDepth(unsigned long *),
- *GetMagickQuantumRange(unsigned long *),
+ *GetMagickQuantumDepth(size_t *),
+ *GetMagickQuantumRange(size_t *),
*GetMagickReleaseDate(void),
- *GetMagickVersion(unsigned long *);
+ *GetMagickVersion(size_t *);
#if defined(__cplusplus) || defined(c_plusplus)
}