I'm trying to convert a bmp to BMP, with the explicit requirement, that the file must be a type BMP3.
You see, the Tablet bootloader (NAND.a) can only display special type BMP's, but imagemagick resulting the output really same still the tablet charging animation unable to show the colour change on screen. I think there might be some automatic conversion done which i am not aware of please help
i even tried to convert it using GIMP but the result is always same Tablet cant display the modified colour here
original can work without any problem
Code: Select all
C:\Program Files\ImageMagick-7.0.8-Q8>identify -verbose bat10_og.bmp
Image: bat10_og.bmp
Format: BMP3 (Microsoft Windows bitmap image (V3))
Class: DirectClass
Geometry: 250x120+0+0
Resolution: 28.34x28.34
Print size: 8.82145x4.2343
Units: PixelsPerCentimeter
Colorspace: sRGB
Type: TrueColor
Base type: Undefined
Endianess: Undefined
Depth: 8-bit
Channel depth:
Red: 8-bit
Green: 8-bit
Blue: 8-bit
Channel statistics:
Pixels: 30000
Red:
min: 0 (0)
max: 254 (0.996078)
mean: 33.1387 (0.129956)
standard deviation: 45.3394 (0.177802)
kurtosis: 2.05237
skewness: 1.53295
entropy: 0.643777
Green:
min: 0 (0)
max: 255 (1)
mean: 132.986 (0.521512)
standard deviation: 96.3638 (0.377897)
kurtosis: -1.59965
skewness: -0.27711
entropy: 0.845055
Blue:
min: 0 (0)
max: 243 (0.952941)
mean: 27.0341 (0.106016)
standard deviation: 38.711 (0.151808)
kurtosis: 2.98758
skewness: 1.66246
entropy: 0.595906
Image statistics:
Overall:
min: 0 (0)
max: 255 (1)
mean: 64.3862 (0.252495)
standard deviation: 60.1381 (0.235836)
kurtosis: -0.224223
skewness: 1.09798
entropy: 0.694913
Rendering intent: Perceptual
Gamma: 0.454545
Chromaticity:
red primary: (0.64,0.33)
green primary: (0.3,0.6)
blue primary: (0.15,0.06)
white point: (0.3127,0.329)
Matte color: grey74
Background color: white
Border color: srgb(223,223,223)
Transparent color: none
Interlace: None
Intensity: Undefined
Compose: Over
Page geometry: 250x120+0+0
Dispose: Undefined
Iterations: 0
Compression: None
Orientation: Undefined
Properties:
date:create: 2018-10-12T16:15:07+06:00
date:modify: 1980-01-01T00:00:00+06:00
signature: df987df152fc4474605aedd64eaf2ef6a147a2039a466ea1d0ec5b17e8684120
Artifacts:
verbose: true
Tainted: False
Filesize: 120056B
Number pixels: 30000
Pixels per second: 30.0165MP
User time: 0.000u
Elapsed time: 0:01.000
Version: ImageMagick 7.0.8-12 Q8 x64 2018-09-23 http://www.imagemagick.org
Modified BOOT can not display it
Code: Select all
C:\Program Files\ImageMagick-7.0.8-Q8>identify -verbose bat10_mod.bmp
Image: bat10_mod.bmp
Format: BMP3 (Microsoft Windows bitmap image (V3))
Class: DirectClass
Geometry: 250x120+0+0
Resolution: 28.34x28.34
Print size: 8.82145x4.2343
Units: PixelsPerCentimeter
Colorspace: sRGB
Type: TrueColor
Base type: Undefined
Endianess: Undefined
Depth: 8-bit
Channel depth:
Red: 8-bit
Green: 8-bit
Blue: 8-bit
Channel statistics:
Pixels: 30000
Red:
min: 0 (0)
max: 242 (0.94902)
mean: 2.82643 (0.0110841)
standard deviation: 20.3713 (0.0798875)
kurtosis: 78.2081
skewness: 8.50404
entropy: 0.0482079
Green:
min: 0 (0)
max: 255 (1)
mean: 135.917 (0.533009)
standard deviation: 98.4736 (0.386171)
kurtosis: -1.60415
skewness: -0.284788
entropy: 0.829691
Blue:
min: 0 (0)
max: 255 (1)
mean: 161.48 (0.633255)
standard deviation: 109.793 (0.43056)
kurtosis: -1.57683
skewness: -0.492347
entropy: 0.505114
Image statistics:
Overall:
min: 0 (0)
max: 255 (1)
mean: 100.075 (0.39245)
standard deviation: 76.2126 (0.298873)
kurtosis: -1.65904
skewness: 0.40644
entropy: 0.461004
Rendering intent: Perceptual
Gamma: 0.454545
Chromaticity:
red primary: (0.64,0.33)
green primary: (0.3,0.6)
blue primary: (0.15,0.06)
white point: (0.3127,0.329)
Matte color: grey74
Background color: white
Border color: srgb(223,223,223)
Transparent color: none
Interlace: None
Intensity: Undefined
Compose: Over
Page geometry: 250x120+0+0
Dispose: Undefined
Iterations: 0
Compression: None
Orientation: Undefined
Properties:
date:create: 2018-10-12T16:15:07+06:00
date:modify: 2018-10-12T16:15:07+06:00
signature: 76a8267cbba9648e54f509cd21d77fe250063a171c6faf177f6c84d4ecaaa07e
Artifacts:
verbose: true
Tainted: False
Filesize: 90294B
Number pixels: 30000
Pixels per second: 30.0165MP
User time: 0.000u
Elapsed time: 0:01.000
Version: ImageMagick 7.0.8-12 Q8 x64 2018-09-23 http://www.imagemagick.org