bitmapToC
bitmapToC copied to clipboard
it imports in the half size
Hi, thank you for this project!
I want to convert pictures to ePaper screen. But it seems to to take only the first half of the picture..?
Repro:
- Using Gimp
- converted the picture to 1bit
- resized it to 200x170 (the screen is 200x200)
- exported to .bmp
- imported the bmp in Bitmapper
- Bits per array =4/8/16 (doesn't matter)
- press convert
Result:
- it shows
// width: 100, height: 85
and the output data also show that they only go to half of the image
Expected:
- it should show // width: 200, height: 170
what is wrong here?
here is a screenshot. Gimp with the picture (width: 200), below the Bitmapper with the imported picture and it already shows in the header half the size.