質問

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