feat: render grayscale epub images without text aa (#2393)

This commit is contained in:
Julia
2026-06-22 17:15:27 +03:00
committed by GitHub
parent 0ce874f8d4
commit d1abcc00a2
3 changed files with 51 additions and 18 deletions
+1
View File
@@ -88,6 +88,7 @@ class Page {
}
void render(GfxRenderer& renderer, int fontId, int xOffset, int yOffset) const;
void renderImages(GfxRenderer& renderer, int fontId, int xOffset, int yOffset) const;
bool serialize(HalFile& file) const;
static std::unique_ptr<Page> deserialize(HalFile& file);