Search found 1 match

by goolmoos
2019-04-06T07:05:15-07:00
Forum: Users
Topic: fill the palette when converting to bmp
Replies: 1
Views: 3412

fill the palette when converting to bmp

I am trying to convert a png image with 4 unique colors to a bmp3 with a 256 color palette.
I am using this command:
convert image.png -type palette -depth 8 -compress none BMP3:image.bmp
and getting this error:
convert: bKGD: invalid `image.png' @ warning/png.c/MagickPNGWarningHandler/1747.
the ...