I am trying to convert an entire folder to grayscale, using image magick.
convert *.jpg -colorspace Gray -separate -average
is met with this error :
convert: `-average' @ error/convert.c/ConvertImageCommand/3290.
What is the correct command for this?