Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想强制将所有输入图像转换为 24 位 bmp 格式。我应该在 gm 命令行中添加哪些参数?
gm convert input.png -resize 1920x1080 out.bmp
我想我想通了,让你们知道
gm convert input.png -resize 1920x1080 +matte out.bmp