Convert PNG to BMP with depth of 1
Posted: 2018-03-10T19:17:19-07:00
I'm trying to convert PNG files to BMP files using ImageMagick, and to make the BMP files have a depth of 1.
I try the following command:
I try the following command:
But it comes back with:magick in.png out.bmp -depth 1
What can I do here? I find the command line options guide to be very complex, while my requirements are very simple, so I'm not sure what steps to take from here.magick: unable to open image 'out.bmp': No such file or directory @ error/blob.c/OpenBlob/3357