Unfortunately all my tests ends with 8-bit BMP file. What am I doing wrong?
Code: Select all
$ convert image.jpg -verbose test_clean.bmp
image.jpg=>test_clean.bmp JPEG 4032x3024 4032x3024+0+0 8-bit sRGB 36.58MB 0.640u 0:00.680
$ convert image.jpg -verbose -depth 32 test_clean32.bmp
image.jpg=>test_clean32.bmp JPEG 4032x3024 4032x3024+0+0 32-bit sRGB 36.58MB 0.690u 0:00.740
$ identify test_clean.bmp
test_clean.bmp BMP 4032x3024 4032x3024+0+0 8-bit sRGB 36.58MB 0.140u 0:00.140
$ identify test_clean32.bmp
test_clean32.bmp BMP 4032x3024 4032x3024+0+0 8-bit sRGB 36.58MB 0.140u 0:00.129