I tried this, it doesn't work:
SET /P INPUT=Please enter the input directory where your images are stored:
SET /P OUTPUT=Please enter the output directory where your images are going to be stored:
magick convert -path /%INPUT%/.bmp mogrify -dither FloydSteinberg -monochrome /%OUTPUT%/ *.bmp
-Input is outputting a monochrome .bmp to another directory.
Can anyone from the community help me fix the script? I appreciate your response!
Thanks!
