Author |
Topic  |
|
celsolrc
15 Posts |
Posted - 25 Apr 2006 : 16:40:09
|
Hi,
Does have a anyone facility to import or draw Grafic Files (dxf, shp, dng, etc.) ?
[]s, Celso L.R. Cruz |
|
quinncurtis
1164 Posts |
Posted - 25 Apr 2006 : 17:16:58
|
The software supports the two most common image file formats for Windows: BMP (use WGBitmap) and WMF (use WGMetafile), but not the ones that you list. You can probably find some sort of converter that converts those other formats to the Windows BMP format. |
 |
|
celsolrc
15 Posts |
Posted - 27 Apr 2006 : 01:15:36
|
Hi,
If I get the sources ? Its complicate to increase DXF support ?
[]s, Celso L.R. Cruz |
 |
|
quinncurtis
1164 Posts |
Posted - 27 Apr 2006 : 08:50:38
|
We can't say. Internal to our DLLs we use the built-in support for BMP and Metafiles image that is found in the standard Windows API. If you want to support other image files you would need to write a converter that reads the image files that you are interested and convert them to BMP or Metafile format.
In our opinion, it would be easier to convert the image files to BMP or Metafile format prior to loading, rather than trying to modify our source to convert them after loading. I'm sure you can find a free image converter on the web somewhere. |
 |
|
|
Topic  |
|
|
|