Question

I would like to force all the input image to be converted into 24bit bmp format. what parameters in gm command line I should add?

gm convert input.png -resize 1920x1080 out.bmp

Was it helpful?

Solution

I think i figured out, just let you guys know

gm convert input.png -resize 1920x1080 +matte out.bmp
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top