Skip to content

v1.1.10

Pre-release
Pre-release

Choose a tag to compare

@Fank1 Fank1 released this 29 Jul 12:04

Night-mode fixes.

#3 'Invert in Night Mode' behaving backwards: Glimpse now inverts night-mode images with the exact same pixel operation KOReader uses for the book's own inline images, keyed off the same Screen.night_mode flag (verified byte-identical to a native ImageWidget). Removed the old getInverse()/HW-vs-SW detection and framebuffer-flag hooks, whose state could disagree between decode and paint and reverse the image. Default (unchecked) = original colours, checked = inverted.

#9 blinding white drawer in dark mode (Android/Boox): on SW-invert devices KOReader inverts the framebuffer when compositing, but Glimpse was flag-matching its panel/shadow buffers, bypassing that inversion. It now keeps those buffers in logical/day polarity so the drawer shows black in dark mode. e-ink (HW-invert) rendering is unchanged.