Skip to content

Black and White Bits Are Flipped During a Lineart Scan

Jerome Flesch requested to merge kingmoonracer:lineart_byte_order into master

Created by: kingmoonracer

I noticed when doing a Lineart scan (called "Binary" for the Epson Workforce 545) the black and white bits were being flipped around (image background was black and the text was white). I changed the order of the bytes under the __raw_1_to_img method in ImgUtil and now black and white are rendered correctly.

Merge request reports