Skip to content

fix: complete sepia multiply rendering for webtoon#566

Merged
everpcpc merged 1 commit intomainfrom
codex/fix-webtoon-sepia-blend-cache
Feb 26, 2026
Merged

fix: complete sepia multiply rendering for webtoon#566
everpcpc merged 1 commit intomainfrom
codex/fix-webtoon-sepia-blend-cache

Conversation

@everpcpc
Copy link
Copy Markdown
Owner

Summary

  • fix missing sepia multiply rendering for webtoon page cells on iOS and macOS
  • extract shared multiply logic into ReaderImageBlendHelper and reuse it across reader image rendering paths
  • simplify render cache state from separate rendered-source tracking to sourceImage + renderedBackground + renderedImage

Testing

  • make format
  • make build-ios
  • make build-macos
  • make build-tvos

Apply sepia multiply rendering to webtoon page cells on iOS and macOS to match native page rendering paths.

Extract shared image multiply logic into ReaderImageBlendHelper and replace duplicated implementations in reader page items and native cover rendering.

Simplify per-view render cache state by collapsing source/render key tracking to sourceImage plus renderedBackground and renderedImage while preserving existing behavior.
@everpcpc everpcpc merged commit 7feb2af into main Feb 26, 2026
3 checks passed
@everpcpc everpcpc deleted the codex/fix-webtoon-sepia-blend-cache branch February 26, 2026 02:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant