Created attachment 172537 [details] RGBA16 bmp file Krita Version 5.2.3 Windows 10 BMP files in the format RGBA 5551 load as translucent. Expected outcome is that 1-bit alpha is either transparent or opaque. Forum post: https://krita-artists.org/t/bmp-in-rgba5551-format-opens-as-translucent/98856 .
We don't have our own code for loading bmp images, we use Qt's qimageio plugin for that, so we can't actually implement this unless we'd write a plugin from scratch. Right now we don't have plans for that.
Hi, Jeremy! Where is this file format actually used? Could you tell the usecases? PS: Given that we don't have any code that loads this file format, I would propose to move this bug upstream to Qt, unless there is a popular and important usecase for Krita users.