How can I convert these BMP files to an older format?

I tried:

mogrify -format bmp -define bmp:format=bmp4 *.bmp

But it didn't work.

有帮助吗?

解决方案

"BMP4" is the newer format. Try BMP2 or BMP3 instead, to get an older format.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top