Skip to content
Discussion options

You must be logged in to vote

These things are vector graphics. Meaning they consist of drawing commands: lines, curves, rectangles.
For example, you can draw capital Letter "A" by these lines: /-\ if you know how to do this.
PyMuPDF can extract these too via method page.get_drawings(). Please consult the documentation.
Vector graphics have the great advantage, that they remain smooth when the page image is zoomed in - raster images become pixelized.

Replies: 4 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@1339503169
Comment options

Comment options

You must be logged in to vote
1 reply
@1339503169
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@JorjMcKie
Comment options

Answer selected by 1339503169
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #2585 on August 08, 2023 16:43.