Skip to content

Commit

Permalink
page: add renderer tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
mara004 committed Feb 24, 2023
1 parent a98cb78 commit ea5a55e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/pypdfium2/_helpers/page.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,10 @@ def _flatten(self, flag=pdfium_c.FLAT_NORMALDISPLAY):
return rc


# TODO add helpers for matrix-based and interruptible rendering
# TODO
# - add helpers for matrix-based and interruptible rendering
# - add lower-level renderer that takes a caller-provided bitmap
# e. g. render(), render_ex(), render_matrix(), render_matrix_ex()


def render(
Expand Down

0 comments on commit ea5a55e

Please sign in to comment.