Hello i need to read a 2d black and white image and convert that to an 2d Object that can be ready by AutoCAD, so the file format will have to be DFX, i think.
I am not realy sure how to go about this, it will be used for a machine there shale cut a shape out of a plexiglass plate, where white is nothing and black is plexiglass.
I have really no idea on how to attack this problem, reading the image file and determining where it is black or white is easy! But the question is what to do with this data? as i understand it dose the DFX file format work in lines?
Any information or advise would be greatly appreciated!
Hello i need to read a 2d black and white image and convert that
Share
Autodesk provides a reference for the DXF file format. It looks like it’s indeed a line-by-line representation of the contents of an Autocad(R) drawing.
There also other variations, like “Binary DXF” (a Google search for “DXF file format” will yield more links).