Hi Lars,
The HTML part don't have to produce a complete web page. If I just get the
Image Map, I can do the rest of the web page, etc. The hard thing is to
find out all coordinates like center point of an arc and the radius for it,
etc.
About the GIF licence; Doesn't GIMP lack of GIF licence ut uses libgif and
libungif which have licences? If that is correct Dia could maybe also use
lib(un)gif?
_\\|//_
(-0-0-)
/-------------------------------ooO-(_)-Ooo------------------------------\
| Magnus Sandberg Email: [EMAIL PROTECTED] |
| Network Engineer, BlueLabs AB http://www.bluelabs.se/ |
| Phone: +46-8-470 2155 (FAX: +46-8-470 2199) GSM: +46-708-225 805 |
\------------------------------------------------------------------------/
|| ||
ooO Ooo
----- On 4th of Septmeber 2000 Lars Clausen wrote; ------
On Mon, 04 Sep 2000, Magnus Sandberg wrote:
> Hi,
>
> For a while there has been talks about new export filters.
>
> It would be good i Dia could export to GIF and Jpeg, especially when I
> would like to present ny diagrams on the web. Not all browsers can read
> PNG files without extra plugins. Today I have to use GIMP to convert to
> GIF.
If you have ImageMagick installed, 'convert' is a faster way to convert
between formats. Note that we can't legally write GIF without a license
from ... uhm ... whichever company bought out CompuServe. And JPEG is not
a good choice for such sharp graphics.
> Another thing when talking about doing things for the web, Visio have a
> function to export in HTML. This function first exports the diagram to a
> user selected file format, like GIF and after that creates a HTML Image
> Map with all the coordinates for all the objects in the diagram.
That is a good idea. I worked on something similar over the summer (with
Gimp). I don't think it'd be very difficult.
> Today I have to create the Image Map by hand, and it take some time if
> you have an number of objects and some of them are Arcs, polylines and
> other non rectangular objects.
Ah, yes, that does suck. But you'd still have to enter the URLs and
comments, unless we come up with some way to attach such.
-Lars