I'm using ubuntu linux and I need to convert thousands of png files into bmps so I can read them easier in c++, but whenever I try to use this command mogrify bmp *. png it just returns this error: mogrify: Unable to open file (bmp) [No such file or directory].
How to replicate:Use the mogrify command on ubuntu linux.