How to use ezdxf to save a PNG image into a DXF file? #679
Unanswered
shine-flower
asked this question in
Q&A
Replies: 1 comment 1 reply
-
The DXF format does not support storing images as binary data inside of DXF files. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
After the PNG image is deleted, only the file path is left in the DXF file using the following method.
Is there a way to read PNG images into binary data and save them in DXF? I found that DXF's THUMBNAILIMAGE can add binary images, but ezdxf didn't find a way to do that.
Beta Was this translation helpful? Give feedback.
All reactions