I had a similar problem when I changed inline images to external images. In this change, some properties of the Bit Bit image are kept at 32 (click on the Property → Details tab).
I changed its bit to 24 using the imagemagick utility (http://www.imagemagick.org/ script / binary-releases.php).
I used the command "convert -depth 24 oldimage.bmp newimage.bmp" to change the bit depth property.
And that solves my problem.
I know this is not a solution to your problem. But if someone meets this post in a search that can help them.
source share