On 9 Mar, Ray Curtis wrote:
>
> What formats are available for Dia, I am not familiar with the format
> you get when you just do a save, so I have thus far been doing a
> save as, EPS and then using ImageMagick to convert them to jpg's.
The native format is a (gzip:ed) xml format. It is a custom format,
but since it's xml it should be fairly easy to parse.
> Am I missing something here, or are there plans to add some different
> formats to save as ?
No active plans from my side right now. It should be quite easy to do
though, just implement the Renderer interface and draw to memory. Then
dump it out via imlib.
/ Alex