DXF Support

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
elisegev
Posts: 50
Joined: 2005-09-28T07:47:13-07:00
Contact:

DXF Support

Post by elisegev »

Hi,

Is there any plan to support the DXF format with ImageMagick?
Bonzo
Posts: 2971
Joined: 2006-05-20T08:08:19-07:00
Location: Cambridge, England

Re: DXF Support

Post by Bonzo »

I was wondering the same thing last week elisegev; I wanted to convert a dxf to pdf. I tried saving the dxf as a tiff and converted that to pdf. The quality was terrible with very jagged lines.
In the end I found a program that "Prints to pdf".
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: DXF Support

Post by anthony »

DXF is a vector format. It is not a good thing to handle vector formats in IM. There are however DXF to raster format convertors, and these could be added as 'delegates' to IM for it to use automatically...

See what little info I have on delegates at...
http://www.imagemagick.org/Usage/files/#delegates

If you know of a DXF to raster converter, and generate a delegate to use it, contribute it to the developers mail list or forum so it can be included into the delegates.xml file of the distributed IM. That way everyone can do it with out needing to know the details beyond 'install this'. Just a ghostscript is needed for postscript and PDF handling.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply