如何使用 mogrify 在位图 (.bmp) 文件格式类型之间进行转换?

bla*_*aze 0 imagemagick bitmap python-imaging-library imagemagick-convert scikit-image

如何将这些 BMP 文件转换为旧格式?

我试过:

mogrify -format bmp -define bmp:format=bmp4 *.bmp
Run Code Online (Sandbox Code Playgroud)

但它没有用。

Gle*_*son 5

“BMP4”是较新的格式。改为尝试 BMP2 或 BMP3,以获得较旧的格式。