Jump to content

Dia (software)

From Niidae Wiki
Revision as of 10:50, 17 March 2025 by imported>Gonnym (fix date template; cleanup)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Template:Short description Template:Primary sources Template:Infobox software Dia (Template:IPAc-en)<ref name="FAQ">Template:Cite web</ref> is free and open source general-purpose diagramming software, developed originally by Alexander Larsson.<ref name=initial_rev /> It uses a controlled single document interface (SDI) similar to GIMP and Inkscape.

Features

[edit]

Dia has a modular design with several shape packages available for different needs: flowchart, network diagrams, circuit diagrams, and more. It does not restrict symbols and connectors from various categories from being placed together.<ref>Template:Cite web</ref>

Dia has special objects to help draw entity-relationship models, Unified Modeling Language (UML) diagrams, flowcharts, network diagrams, and simple electrical circuits. It is also possible to add support for new shapes by writing simple XML files, using a subset of Scalable Vector Graphics (SVG) to draw the shape.<ref>Template:Cite web</ref>

Dia loads and saves diagrams in a custom XML format which is, by default, gzipped to save space. It can print large diagrams spanning multiple pages<ref>Template:Cite web</ref> and can also be scripted using the Python programming language.

Exports

[edit]

Dia can export diagrams to various formats, including:

  • EPS (Encapsulated PostScript)
  • SVG (Scalable Vector Graphics)
  • DXF (Autocad's Drawing Interchange format)
  • CGM (Computer Graphics Metafile, defined by ISO standard 8632)
  • WMF (Windows Meta File)
  • PNG (Portable Network Graphics)
  • JPEG (Joint Photographic Experts Group)
  • VDX (Microsoft's XML for Visio Drawing)

Development

[edit]

Template:One source Dia was originally created by Alexander Larsson<ref name="FAQ"/> but he moved on to work on GNOME and other projects. James Henstridge took over as lead developer, but he also moved on to other projects. He was followed by Cyrille Chepelov, then Lars Ræder Clausen.

Dia is currently maintained by Hans Breuer, Steffen Macke and Sameer Sahasrabuddhe.

It is written in C, and has an extension system which also supports writing extensions in Python.

See also

[edit]

Template:Portal

References

[edit]

Template:Reflist

[edit]

Template:Commons category

Template:GNOME Template:Mindmaps