Dia (software)

This is an old revision of this page, as edited by Hooperbloob (talk | contribs) at 15:36, 18 January 2007 (copyedits). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
This article is about the diagram-creation software. For other meanings, see Dia (disambiguation).

Dia is free software/open source general-purpose diagramming software, developed as part of the GNOME project's office suite and was originally created by Alexander Larsson. Dia uses a controlled single document interface (CSDI) similar to GIMP and Sodipodi.

Dia
Developer(s)Dia developers
Stable release
0.95.1 / May 25, 2006
Repository
Operating systemCross-platform
TypeDiagramming software
LicenseGPL
Websitegnome.org/projects/dia/

Dia has a modular design with several shape packages available for different needs: flowchart, network diagrams, circuit diagrams, etc. It does not restrict symbols and connectors from various categories from being placed together.

Dia can be used to draw many different kinds of diagrams. It currently has special objects to help draw entity-relationship models, UML diagrams, flowcharts, network diagrams, and simple circuits. It is also possible to add support for new shapes by writing simple XML files, using a subset of SVG (Scalable Vector Graphics) to draw the shape.

Dia loads and saves diagrams to a custom XML format (gzipped by default, to save space) and can print diagrams including very large diagrams that span multiple pages. It can also be scripted using the Python programming language.

Exports

Dia can export diagrams to various formats including the following.

  • EPS — Encapsulated PostScript
  • SVG — Scalable Vector Graphics
  • DXF — Autocad's Drawing Interchange format
  • CGM — Computer Graphics Metafile defined by ISO standards
  • WMF — Windows Meta File
  • PNG — Portable Network Graphics
  • JPEG

See also