https://bugs.documentfoundation.org/show_bug.cgi?id=150777
--- Comment #11 from Tomaz Vajngerl <[email protected]> --- (In reply to Jussi Pakkanen from comment #8) > At the very least LO should convert the 1 bit image to grayscale, not RGB. This should be possible by fudging the PNG importer[1] to create such a Bitmap. The problem is 1-bit doesn't necessarily mean black and white... it can be for example red and green, so you need to detect that it is actually black and white (or that both are a gray value). [1] vcl/source/filter/png/PngImageReader.cxx -- You are receiving this mail because: You are the assignee for the bug.
