{ "-delete", 1L, ListOperatorOptionFlag | FireOptionFlag, MagickFalse },
{ "+density", 0L, ImageInfoOptionFlag | DrawInfoOptionFlag, MagickFalse },
{ "-density", 1L, ImageInfoOptionFlag | DrawInfoOptionFlag, MagickFalse },
- { "+depth", 0L, ImageInfoOptionFlag, MagickFalse },
- { "-depth", 1L, ImageInfoOptionFlag, MagickFalse },
+ { "+depth", 0L, ImageInfoOptionFlag | SimpleOperatorOptionFlag, MagickFalse },
+ { "-depth", 1L, ImageInfoOptionFlag | SimpleOperatorOptionFlag, MagickFalse },
{ "+descend", 0L, NonMagickOptionFlag, MagickFalse },
{ "-descend", 1L, NonMagickOptionFlag, MagickFalse },
{ "+deskew", 0L, SimpleOperatorOptionFlag, MagickFalse },
/* FUTURE: The not a setting part below is a temporary hack to stop gap
* measure for options that are BOTH settings and optional 'Simple/List'
- * operators. Specifically -monitor and -colorspace */
+ * operators. Specifically -monitor, -depth, and -colorspace */
if ( cli_wand->wand.images == (Image *)NULL ) {
if (((option_type & ImageRequiredFlags) != 0 ) &&
((option_type & SettingOptionFlags) == 0 )) /* temp hack */
/* FUTURE: The not a setting part below is a temporary hack to stop gap
* measure for options that are BOTH settings and optional 'Simple/List'
- * operators. Specifically -monitor and -colorspace */
+ * operators. Specifically -monitor, -depth, and -colorspace */
if ( cli_wand->wand.images == (Image *)NULL ) {
if (((option_type & ImageRequiredFlags) != 0 ) &&
((option_type & SettingOptionFlags) == 0 ) ) /* temp hack */