\f
/* verbose debugging,
3 - option type details
+ 5 - include image counts
9 - output options/artifacts/propertys
*/
#define MagickCommandDebug 0
} while (0); /* break block to next option */
+#if MagickCommandDebug >= 5
+ fprintf(stderr, "Script Image Count = %ld\n",
+ GetImageListLength(cli_wand->wand.images) );
+#endif
#if MagickCommandDebug >= 9
OutputOptions(cli_wand->wand.image_info);
if ( cli_wand->wand.images != (Image *)NULL ) {
} while (0); /* break block to next option */
+#if MagickCommandDebug >= 5
+ fprintf(stderr, "CLI Image Count = %ld\n",
+ GetImageListLength(cli_wand->wand.images) );
+#endif
#if MagickCommandDebug >= 9
OutputOptions(cli_wand->wand.image_info);
if ( cli_wand->wand.images != (Image *)NULL ) {