Bitmap has 4-bit-palette instead of 8-bit
Posted: 2018-10-01T18:28:29-07:00
Hi,
I'm trying to convert a 4-bit-Bitmap into an 8-bit-Bitmap. When I use the command
convert testimage.bmp -colors 256 -depth 8 -type Palette testimage2.bmp
the result is still a 4-Bit-Bitmap. Calling identify for both images returns
testimage.bmp BMP 1302x272 1302x272+0+0 4-bit sRGB 16c 178KB 0.000u 0:00.000
and
testimage2.bmp BMP 1302x272 1302x272+0+0 4-bit sRGB 16c 178KB 0.000u 0:00.000
What am I doing wrong?
This is the image I'm using: https://www.dropbox.com/s/xbhqdzcm9ikoc ... e.bmp?dl=0
I'm using ImageMagick 6.9.7-4 in a Shell on Ubuntu 18.04.
Thank you in advance for your help!
I'm trying to convert a 4-bit-Bitmap into an 8-bit-Bitmap. When I use the command
convert testimage.bmp -colors 256 -depth 8 -type Palette testimage2.bmp
the result is still a 4-Bit-Bitmap. Calling identify for both images returns
testimage.bmp BMP 1302x272 1302x272+0+0 4-bit sRGB 16c 178KB 0.000u 0:00.000
and
testimage2.bmp BMP 1302x272 1302x272+0+0 4-bit sRGB 16c 178KB 0.000u 0:00.000
What am I doing wrong?
This is the image I'm using: https://www.dropbox.com/s/xbhqdzcm9ikoc ... e.bmp?dl=0
I'm using ImageMagick 6.9.7-4 in a Shell on Ubuntu 18.04.
Thank you in advance for your help!