/* clear flags - for Expanding kernel lists thorugh rotations */
flags = NoValue;
- /* Has a ':' in argument - New user kernel specification */
+ /* Has a ':' in argument - New user kernel specification
+ FUTURE: this split on ':' could be done by StringToken()
+ */
p = strchr(kernel_string, ':');
if ( p != (char *) NULL && p < end)
{
% 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 format of the InterpretImageProperties method is:
%
% char *InterpretImageProperties(const ImageInfo *image_info,Image *image,