]> git.otsuka.systems Git - alexandria/commit
improve dithering algo master
authorCameron Otsuka <cameron@otsuka.haus>
Wed, 12 Aug 2026 00:17:01 +0000 (17:17 -0700)
committerCameron Otsuka <cameron@otsuka.haus>
Wed, 12 Aug 2026 00:17:01 +0000 (17:17 -0700)
commit3ccf3de7431151b69aa758cc039a008e3372a6f5
treed8cb5dfaf5b7a68299d7b26b53ae71011b5a71bb
parent25e6bf46a7e482eb8fdef7072490dd8430a02ebe
improve dithering algo
14 files changed:
README.md
app/src/androidTest/java/com/alexandria/reader/ReaderWebViewTest.kt
app/src/main/assets/reader-dither.js [new file with mode: 0644]
app/src/main/java/com/alexandria/reader/EpubHtmlBuilder.kt
app/src/main/java/com/alexandria/reader/EpubParser.kt
app/src/main/java/com/alexandria/reader/Models.kt
app/src/main/java/com/alexandria/reader/ReaderScreen.kt
app/src/main/java/com/alexandria/reader/ReaderScripts.kt
app/src/main/java/com/alexandria/reader/ReaderWebView.kt
app/src/test/java/com/alexandria/reader/EpubParserTest.kt
scripts/verify-fixed-layout.ps1
tests/fixtures/fixed-layout-src/OEBPS/page3.xhtml
tests/fixtures/fixed-layout.epub
tests/javascript/reader-dither.test.ts [new file with mode: 0644]