%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% InterpretImageProperties() replaces any embedded formatting characters with
-% the appropriate image property and returns the interpreted text.
-%
-% The returned interpreted text shoud be freed using DestoryString() or
-% RelinquishMagickMemory() when finished.
+% the appropriate image property and returns the interpreted text. Free with
+% DestoryString() or RelinquishMagickMemory().
%
% The format of the InterpretImageProperties method is:
%
%
% o count: returns number of arguments in returned array
%
-% o exception: return 'mamory failure' exceptions
+% o exception: return 'memory failure' exceptions
%
*/
MagickExport double *StringToArrayOfDoubles(const char *string,
LocaleCompare(const char *,const char *),
LocaleNCompare(const char *,const char *,const size_t);
-
extern MagickExport MagickBooleanType
ConcatenateString(char **,const char *),
IsStringTrue(const char *),
IsStringNotFalse(const char *),
SubstituteString(char **,const char *,const char *);
-
extern MagickExport size_t
ConcatenateMagickString(char *,const char *,const size_t)
magick_attribute((__nonnull__)),