Search found 1 match
- 2018-03-10T19:17:19-07:00
- Forum: Users
- Topic: Convert PNG to BMP with depth of 1
- Replies: 1
- Views: 15395
Convert PNG to BMP with depth of 1
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: magick in.png out.bmp -depth 1 But it comes back with: magick: unable to open image 'out.bmp': No such file or directory @ error/blob.c/OpenBlob/3357 What can I ...