ResetImageOptions(const ImageInfo *),
ResetImageOptionIterator(const ImageInfo *);
+extern MagickExport const OptionInfo
+ *GetCommandOptionInfo(const char *value);
+
#if defined(__cplusplus) || defined(c_plusplus)
}
#endif
clone_images=image;
if (k != 0)
clone_images=image_stack[k-1].image;
+ /* FUTURE: Change error report to something more meaningful */
if (clone_images == (Image *) NULL)
ThrowConvertException(ImageError,"ImageSequenceRequired",option);
FireImageStack(MagickTrue,MagickTrue,MagickTrue);
*read_info;
/*
- Read an image into a image cache if not already present. Return the image
- that is in the cache under that filename.
+ Read an image into a image cache (for repeated usage) if not already in
+ cache. Then return the image that is in the cache.
*/
(void) FormatLocaleString(key,MaxTextExtent,"cache:%s",path);
sans_exception=AcquireExceptionInfo();