Difference between revisions of "Tools"

From Inkscape Wiki
Jump to navigation Jump to search
(Tweaked potrace HOWTO)
 
(68 intermediate revisions by 33 users not shown)
Line 1: Line 1:
{{Other languages|en=Tools|de=Werkzeuge|es=Herramientas}}
=== SVG Validator ===  
=== SVG Validator ===  
 
A [http://jiggles.w3.org/svgvalidator/ validator service] (and downloadable tool) is provided by the [[W3C]].  It will complain about sodipodi or inkscape namespaced items in the document, unless you've exported to plain SVG.
A <a href="http://jiggles.w3.org/svgvalidator/">validator service</a>
(and downloadable tool) is provided by the [[W3C]].  It will complain about
sodipodi or inkscape namespaced items in the document, unless you've
exported to plain SVG.


=== SVG::Metadata ===  
=== SVG::Metadata ===  
[http://search.cpan.org/CPAN/authors/id/B/BR/BRYCE/SVG-Metadata-0.10.tar.gz Perl module and set of scripts] to help in adding and processing metadata in SVG files.


A <a href="http://search.cpan.org/CPAN/authors/id/B/BR/BRYCE/SVG-Metadata-0.10.tar.gz">Perl module and set of scripts</a> to help in adding and processing
metadata in SVG files.


=== Autotrace and Frontline ===  
== Vectorize/trace ==
Autotrace is vectorization program by Martin Weber. That means
=== Potrace ===  
you can convert bitmap images (like scans) to vector graphics. While
[[Potrace]] is now embedded into Inkscape. You don't need to run it separately.  
not optimal for photos, it does good job on line art and poster-like
*[[Potrace|Using Potrace through Inkscape]]
images.   Doesn't do too well with color.
*[http://potrace.sourceforge.net/ Potrace page at Sourceforge]


Frontline is GUI frontend to Autotrace by Masatake Yamato. Frontline
=== Alternatives to Potrace (Autotrace and Frontline) ===
can be run as standalone aplication, but it can also be directly accessed
;'''Autotrace'''
from Inkscape and GIMP.
: An open source vectorization program by Martin Weber. That means you can convert bitmap images (like scans) to vector graphics.  While not optimal for photos, it does good job on line art and poster-like images. Doesn't do too well with color.
: Autotrace has some features not available in the embedded [[Potrace]] dialog in Inkscape. For example, there is a ''centerline'' switch that is especially usefull for tracing roads (in maps) or font characters.
; '''Frontline'''
: A GUI frontend to Autotrace by Masatake Yamato. Frontline can be run as standalone aplication, but it can also be directly accessed from Inkscape and GIMP.


If you want to have tracing option, yo have to install both Autotrace
If you want to have tracing option, you have to install both Autotrace and Frontline before compiling Inkscape.  Inkscape automatically detects these programs, and adds inline raster to vector conversion option to image menu.
and Frontline before compiling Inkscape.  Inkscape automatically
detects these programs, and adds inline raster to vector conversion
option to image menu.


Both Autotrace and Frontline can be downloaded from [http://autotrace.sourceforge.net/ Sourceforge]. Binaries are  available for windows and linux.


Both autotrace and frontline can be downloaded from
=== Delineate ===
<a href="http://autotrace.sourceforge.net/">http://autotrace.sourceforge.net/</a>.
Front end written in java that does interesting things with color images.
*[http://delineate.sourceforge.net/ Delineate at Sourceforge]


== Online SVG editors ==
* [http://code.google.com/p/svgreal/ SVGReal ] is an online open-source SVG editor. With it you can open most SVG resources available on the Internet or your local PC, view them, edit them, combine them with other SVG resources, export the result back to SVG.


=== potrace ===  
== Convert to/from SVG ==
=== svg2pdf ===


[http://potrace.sourceforge.net/ Potrace] is now embedded into Inkscape. You don't need to run it separately.
This simple but useful application is kindly provided by Carl Worth ([http://cairographics.org/ cairo]).
==== How to obtain it: ====
git clone git://people.freedesktop.org/~cworth/svg2pdf
And to update it dive into newly created directory called '''''svg2pdf''''' and type this in console:
git pull
(You must of course have '''git''' package installed)


:So how the f--- do I use it via Inkscape????<br>[[User:StupidQuestion|StupidQuestion]] 00:17, 9 February 2006 (PST)
==== Building ====
If build-time dependencies are satisfied
librsvg and cairo
you only need to type
make


# Import the bitmap you want to trace using the File menu, (File->Import...)
==== Usage ====
# Select the bitmap
./svg2pdf input_file.svg output_file.pdf
# Choose trace from the Path Menu (Path->Trace Bitmap ...)
# The Trace Bitmap dialog has settings for the tracing operation and a "preview"
# When you are happy with the preview, click OK, potrace will spend a few seconds processing the bitmap
# Close the dialog box and verify that you bitmap has been converted to a grouped set of vector shapes.
[[User:Autodmc|Autodmc]] 11:23, 9 February 2006 (PST)


Stupid: I came across this whilst looking for help on editing our wiki, now we don't make enough use of the wiki as a collaboration tool see [[UserManual]] for an example, though this may improve now we have adopted Mediawiki, so don't take it the wrong way when I suggest that for parity with other sections of this page, I will probably remove the text of your question sometime in the next few days. (If I don't, I guess someone else will). You are very welcome to list your areas of interest on your own page and/or continue to work on the wiki (this page needs many of its links re-working, for instance), and leave your mark on this project.
Note: from version 0.46 Inkscape can both read and write PDFs directly from the open/save dialogs. These tools however allow this conversion where 0.46 is not available, and also provide a means of validating if bugs encountered are Inkscape related.
--[[User:Bpfowler|Bpfowler]] 03:10, 10 February 2006 (PST)
 
=== Delineate ===


Front end written in java that does interesting things with color
=== [http://www.imagemagick.org/script/index.php ImageMagick] (convert tool) ===
images.
'''ImageMagick''' software suite of tools contains the ''convert'' utility that allow you to convert between different images format.
And more specifically, ''convert'' allows you to convert from SVG to any  image format you want.


<a href="http://delineate.sourceforge.net/">http://delineate.sourceforge.net/</a>
=== [[uniconvertor]] ===
UniConvertor is an universal vector graphics translator. The project uses sK1 engine to convert one format to another. Project has following import filters: CDR, CMX, AI, CGM, WMF, XFIG, SVG, SK, SK1, AFF and export filters: AI, SVG, SK, SK1, CGM, WMF.
*[http://sourceforge.net/projects/uniconvertor/ Uniconvertor]


=== ill2svg ===  
=== ill2svg ===  
ill2svg (Illustrator to SVG) is a small script that helps turn Adobe  
ill2svg (Illustrator to SVG) is a small script that helps turn Adobe  
Illustrator .ai files into SVG. While it doesn't always do a perfect job,
Illustrator .ai files into SVG. While it doesn't always do a perfect job,
Line 72: Line 77:
     -h print this message and exit
     -h print this message and exit
</pre>
</pre>
=== ai2svg.py ===
ai2svg (Illustrator to SVG, recoded in python) is as well a small script that helps turn Adobe Illustrator .ai files into SVG. The Python recode aims to help developers more familiar to python than perl, as well fixing some lacks from ill2svg.pl - supports dashes, layers, textboxes (ascii-latin), and joined pathes.
To use the program, just type:
<pre>python ai2svg.py drawing.ai
the result will appear as neighbour, named drawing.ai.svg
options:
    --help print this message and exit
</pre>
available at http://www.xs4all.nl/~hanwen/public/software/ai2svg.py
=== fig2vect ===
fig2vector (fig vector format to other vector formats, including SVG) is a converter from 'Fig format' long time used (at least since 1998) unix vector format ([http://epb.lbl.gov/xfig/ Xfig], figurine, jfig, winfig...), large kind of application output on this format in unix, mostly scientific applications.
* [http://fig2vect.sourceforge.net/ fig2vect]


=== gimp2sodipodi ===  
=== gimp2sodipodi ===  
Shandy Brown has assembled a somewhat obscure but useful set of tools to get from GIMP to Sodipodi (and thus to Inkscape).  That is, convert raster to vector.
*[http://ezide.com/old_public_html/gimp2sodi/HOWTO.html gimp2sodipodi instructions]
=== GIMP ===
GIMP is a bitmap graphics tool in the first place, but:
* it imports SVG (with help of librsvg) into bitmap or vector path, exports SVG.
* GIMP's selection can be converted to a vector path, and paths can be exported/imported as SVG.
GIMP can be used to create nice textures to use in Inkscape or shapes that can be vectorized in Inkscape. Importing SVG drawings from Inkscape to GIMP allows you to do several effects by filling and stroking shapes.
There is a limited support for drag'n'drop between GIMP and Inkscape:
* path, can be drag'n'dropped from Gimp path dialog to Inkscape
* pictures can be drag'n'dropped from Gimp document history to Inkscape if it's in a file format that Inkscape understands.
(Drag and Drop does not appear to work in windows.)
*[http://www.gimp.org gimp.org]
=== ConversionSVG ===
ConversionSVG is a GUI that send command line to Inkscape to export in batch SVG to PNG, PS, PDF or EPS.  It features a Wizard to help novice to use it.  You can choose a size in pixels for your export and give some others parameters.
*http://sourceforge.net/projects/conversionsvg/


Shandy Brown has assembled a somewhat obscure but useful set of tools to
=== InkscapeBatch===
get from GIMP to Sodipodi (and thus to Inkscape).  That is, convert
raster to vector.


=== The Gimp ===
ConversionSVG is a GUI that send command line to Inkscape to export in batch SVG to PNG, PS, PDF or EPS.  It features a Wizard to help novice to use it.  You can choose a size in pixels for your export and give some others parameters.


Gimp is firstly a bitmap graphic tool, but:
*http://sourceforge.net/projects/inkscapebatch/
* It imports SVG (with help of librsvg) into bitmap or vector path, exports SVG.
* Gimp selection can be converted to vector path, and path are exported/imported in SVG.


Gimp can be used to create nice textures to use in inkscape or shapes that can be vectorized in Inkscape.
=== Kig ===
and, importing SVG drawings from Inkscape to Gimp, allow to do several effects by filling and stroking shapes.
Kig is a geometry educational tool, it can import from most of the free geom softwares format : kig (own format), kigz (own format compresed), kgeo, seg (Kseg), fgeo (Dr Geo) anf fig, and can export them to SVG, xfig, latex, and image. This can be useful to integrate a geometry activity in a more complet document realized in Inkscape for web reading or printing for schools.


There is limited drag'n'drop features between Gimp and Inkscape:
*http://edu.kde.org/kig
* path, can be drag'n'droped from Gimp path dialog to Inkscape
* pictures can be drag'n'droped from Gimp document history to inkscape it that's a recognised format for Inkscape.


<a href="http://gimp.org">http://gimp.org</a>
=== svg_stack ===
svg_stack combines multiple SVG elements into a single SVG element. It can be called from the command line (less flexible) or called from the Python interface (more flexible).


=== <a href="http://www.xs4all.nl/%7Esalsaman/lives/">LIVES</a> ===
This tool exists primarily exists to automatically composite SVG files into a single SVG file that remains compatible with Inkscape. If compatibility with Inkscape is not required, one can create an svg file with multiple, nested <svg> elements. Inkscape, however, doesn't seem to handle nested <svg> elements particularly well. Thus, this tool was born.


*http://github.com/astraw/svg_stack
=== inkmake ===
Makefile inspired export from SVG files using Inkscape as backend with some added smartness.
*https://github.com/wader/inkmake
== Color scheme & palettes ==
=== Agave ===
Agave is a color scheme tool allowing to create palettes based on standard color composition rules, it can export its palettes in the format managed by Gimp and Inkscape (.gpl files).
*[http://home.gna.org/colorscheme/ Agave]
=== KcolorEdit ===
KColorEdit is a palette editor from the KDE project.  It has several color
choosing tools:
*GTK: hue wheel + saturation/value triangle,
*KDE: 2D+1D picker (e.g., x = hue, y = saturation, z = value)
*A "gradient" selector
*A "color builder" dialog
*Picking colors from the screen
Both import and export of .gpl files is supported, and comments from the .gpl
files (e.g., descriptive color names), can be viewed and edited.
Several of the color composition features from Agave (complement, triadic, tetradic, and analogous) are supported.
*[http://docs.kde.org/development/en/extragear-graphics/kcoloredit/index.html KColorEdit]
== Video editing, for building animation ==
=== Linux Video Editing System ===
LIVES is the Linux Video Editing System that permits editing and
LIVES is the Linux Video Editing System that permits editing and
making video without worries about formats, frame sizes, or frame
making video without worries about formats, frame sizes, or frame
Line 101: Line 176:
works by moving your shapes in Inkscape and exporting as numbered
works by moving your shapes in Inkscape and exporting as numbered
png's.
png's.
*[http://www.xs4all.nl/%7Esalsaman/lives/ LIVES]
=== Kdenlive ===
Kdenlive is a non-linear video editor for Linux, that allow editing, mixing several video and audio using several timelines with previews, add audio/video effects using effects stacks, add text for title or subtitle. It support SVG (but not svgz, at least in svn 20070410).
*[http://kdenlive.org/ Kdenlive]
=== Open Movie Editor ===
Open Movie Editor is a non linear video editor, allowing editing, mixing several audio and vido, don't know if it supports svg, but as LIVES it can be used for work with png frames to build animation
*[http://openmovieeditor.sourceforge.net Open Movie Editor]
== Multipage presentation or book ==
=== ExportOverlays ===
[http://code.google.com/p/beamerscape/wiki/ExportOverlays ExportOverlays] is a Perl script that exports in pdf format each layer of an Inkscape .svg file. One can then use [http://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/ pdftk] to merge the .pdf's together, in a single file. This effectively converts a multi-layered Inkscape .svg into a multi-page .pdf file.
Download the script [http://code.google.com/p/beamerscape/source/browse/export_overlays here].
=== Inkscape-pages ===
[http://sourceforge.net/projects/inkscape-pages/ Inkscape-pages] brings native multiple page support into Inkscape.
=== Inkscape Slide ===
[http://projects.abourget.net/inkscapeslide Inkscape Slide] is a simple tool to generate multi-pages PDF from a single multi-layered Inkscape SVG file.
It allows incremental display, as you specify the layers you want on each page, in a simple text box in your document.
Any feedback is welcome.
=== [[InkSlide]] ===
[[InkSlide]] is a presentation creation tool (a small python program) that uses an Inkscape SVG file as a template for rapidly producing slides with text, bulleted lists, images and slide specific SVG content.
* [[InkSlide]]
=== [[svgslides]] ===
Svgslides is a command-line unix utility that can do various things.
* Create a PDF slide show.  For example, make a PDF slideshow from a number of  SVG files you have made with inkscape.  Just put the files in a text file, each  SVG filename on one line, and then run "svgslides", and a PDF file will be created
* Create a picture perfect PDF from one svg file.  Just use the utility svgslides-svg2pdf
* Create "incremental" slides.  Just give SVG objects special lables (e.g., "part1", "part2"), and svgslides will make a show in which these parts of an svg file will be displayed in a sequence.
* Written as bash shell script and uses common packages.  Easy to install.
* Download and Online help on: http://volition.leeds.ac.uk/svgslides/
=== Scribus ===
Scribus is a publishing software supporting SVG, allowing to organise Inkscape documents as a full featured pre-press tool. It doesn't support SVG filters (blur/blend modes...), but manage most of other features.
*[http://www.scribus.net/ Scribus]
=== JessyInk ===
JessyInk is a JavaScript that can be incorporated into an Inkscape SVG file. It turns every layer of the image into a frame of a slide show. The slide shows can be viewed in any browser supporting SVG and JavaScript. Current features include: different transitions between slides, automatic slide numbering and an index sheet view.
*[http://code.google.com/p/jessyink/ JessyInk project page]
=== Sozi ===
Sozi creates JavaScript based presentations which pan through a large svg containing all slides at once. Portions of the large svg can be defined which are then shown in presenation mode. Also free panning and zooming is possible during presentations.
* [http://sozi.baierouge.fr/wiki/sozi Sozi home page]
[[Category:About Inkscape]]
== Charts & Graphs ==
=== Gnuplot ===
Gnuplot, the command line (with several frontends) driven interactive data and function plotting tool has SVG output for graphs & charts.
* Input can be functions or datasets
* Output in 2D, 3D...
* http://www.gnuplot.info/
=== matplotlib ===
Matplotlib is a python plotting library and can also output SVG.
* http://matplotlib.sourceforge.net/
=== Gnumeric ===
Gnumeric, the Gnome spreadsheet output a variety of graphs/charts in SVG format.
* http://www.gnome.org/projects/gnumeric/
=== SVG Charter ===
SVG charter is a perl script dedicated to generate SVG charts on web servers.
* http://charter.sourceforge.net/
=== JSpecView ===
JSpecView is a Java project with application and applet designed to display spectra in the JCAMP-DX format. It can export the display as standard SVG or as an Inkscape SVG document for import by Blender as a path.
* http://jspecview.sourceforge.net/
== Diagrams ==
=== Graphviz ===
Graphviz is a tool for automatic graph drawing, it produces structural information as diagrams of abstract graphs and networks in SVG and other vector formats. Several diagrams softwares use this tool or dot file managed by this tool in variety application domains including:
* UML
* databases
* networks
* source code analysers objects/functions relations
* code profiling analalysis
* web server log analyser
* packages dependencies
* ...
*[http://www.graphviz.org/ graphviz]
*[http://freshmeat.net/search/?q=graphviz Some free software using graphviz to output diagrams]

Latest revision as of 10:51, 14 July 2012

Other languages: العربية Català Česky Deutsch English Español Français Italiano 日本語 한국어 Polski Português Português do Brasil Русский Slovenčina 中文

SVG Validator

A validator service (and downloadable tool) is provided by the W3C. It will complain about sodipodi or inkscape namespaced items in the document, unless you've exported to plain SVG.

SVG::Metadata

Perl module and set of scripts to help in adding and processing metadata in SVG files.


Vectorize/trace

Potrace

Potrace is now embedded into Inkscape. You don't need to run it separately.

Alternatives to Potrace (Autotrace and Frontline)

Autotrace
An open source vectorization program by Martin Weber. That means you can convert bitmap images (like scans) to vector graphics. While not optimal for photos, it does good job on line art and poster-like images. Doesn't do too well with color.
Autotrace has some features not available in the embedded Potrace dialog in Inkscape. For example, there is a centerline switch that is especially usefull for tracing roads (in maps) or font characters.
Frontline
A GUI frontend to Autotrace by Masatake Yamato. Frontline can be run as standalone aplication, but it can also be directly accessed from Inkscape and GIMP.

If you want to have tracing option, you have to install both Autotrace and Frontline before compiling Inkscape. Inkscape automatically detects these programs, and adds inline raster to vector conversion option to image menu.

Both Autotrace and Frontline can be downloaded from Sourceforge. Binaries are available for windows and linux.

Delineate

Front end written in java that does interesting things with color images.

Online SVG editors

  • SVGReal is an online open-source SVG editor. With it you can open most SVG resources available on the Internet or your local PC, view them, edit them, combine them with other SVG resources, export the result back to SVG.

Convert to/from SVG

svg2pdf

This simple but useful application is kindly provided by Carl Worth (cairo).

How to obtain it:

git clone git://people.freedesktop.org/~cworth/svg2pdf

And to update it dive into newly created directory called svg2pdf and type this in console:

git pull

(You must of course have git package installed)

Building

If build-time dependencies are satisfied

librsvg and cairo

you only need to type

make

Usage

./svg2pdf input_file.svg output_file.pdf

Note: from version 0.46 Inkscape can both read and write PDFs directly from the open/save dialogs. These tools however allow this conversion where 0.46 is not available, and also provide a means of validating if bugs encountered are Inkscape related.

ImageMagick (convert tool)

ImageMagick software suite of tools contains the convert utility that allow you to convert between different images format. And more specifically, convert allows you to convert from SVG to any image format you want.

uniconvertor

UniConvertor is an universal vector graphics translator. The project uses sK1 engine to convert one format to another. Project has following import filters: CDR, CMX, AI, CGM, WMF, XFIG, SVG, SK, SK1, AFF and export filters: AI, SVG, SK, SK1, CGM, WMF.

ill2svg

ill2svg (Illustrator to SVG) is a small script that helps turn Adobe Illustrator .ai files into SVG. While it doesn't always do a perfect job, it can sometimes be of great help.


To use the program, just type:

ill2svg.pl [-l "string" -h] infile > outfile.svg

options: 
    -l specify the file's line-ending convention: dos, mac,
    or unix; the default is unix

    -h print this message and exit

ai2svg.py

ai2svg (Illustrator to SVG, recoded in python) is as well a small script that helps turn Adobe Illustrator .ai files into SVG. The Python recode aims to help developers more familiar to python than perl, as well fixing some lacks from ill2svg.pl - supports dashes, layers, textboxes (ascii-latin), and joined pathes.

To use the program, just type:

python ai2svg.py drawing.ai

the result will appear as neighbour, named drawing.ai.svg

options: 
    --help print this message and exit

available at http://www.xs4all.nl/~hanwen/public/software/ai2svg.py

fig2vect

fig2vector (fig vector format to other vector formats, including SVG) is a converter from 'Fig format' long time used (at least since 1998) unix vector format (Xfig, figurine, jfig, winfig...), large kind of application output on this format in unix, mostly scientific applications.

gimp2sodipodi

Shandy Brown has assembled a somewhat obscure but useful set of tools to get from GIMP to Sodipodi (and thus to Inkscape). That is, convert raster to vector.

GIMP

GIMP is a bitmap graphics tool in the first place, but:

  • it imports SVG (with help of librsvg) into bitmap or vector path, exports SVG.
  • GIMP's selection can be converted to a vector path, and paths can be exported/imported as SVG.

GIMP can be used to create nice textures to use in Inkscape or shapes that can be vectorized in Inkscape. Importing SVG drawings from Inkscape to GIMP allows you to do several effects by filling and stroking shapes.

There is a limited support for drag'n'drop between GIMP and Inkscape:

  • path, can be drag'n'dropped from Gimp path dialog to Inkscape
  • pictures can be drag'n'dropped from Gimp document history to Inkscape if it's in a file format that Inkscape understands.

(Drag and Drop does not appear to work in windows.)

ConversionSVG

ConversionSVG is a GUI that send command line to Inkscape to export in batch SVG to PNG, PS, PDF or EPS. It features a Wizard to help novice to use it. You can choose a size in pixels for your export and give some others parameters.


InkscapeBatch

ConversionSVG is a GUI that send command line to Inkscape to export in batch SVG to PNG, PS, PDF or EPS. It features a Wizard to help novice to use it. You can choose a size in pixels for your export and give some others parameters.

Kig

Kig is a geometry educational tool, it can import from most of the free geom softwares format : kig (own format), kigz (own format compresed), kgeo, seg (Kseg), fgeo (Dr Geo) anf fig, and can export them to SVG, xfig, latex, and image. This can be useful to integrate a geometry activity in a more complet document realized in Inkscape for web reading or printing for schools.

svg_stack

svg_stack combines multiple SVG elements into a single SVG element. It can be called from the command line (less flexible) or called from the Python interface (more flexible).

This tool exists primarily exists to automatically composite SVG files into a single SVG file that remains compatible with Inkscape. If compatibility with Inkscape is not required, one can create an svg file with multiple, nested <svg> elements. Inkscape, however, doesn't seem to handle nested <svg> elements particularly well. Thus, this tool was born.

inkmake

Makefile inspired export from SVG files using Inkscape as backend with some added smartness.

Color scheme & palettes

Agave

Agave is a color scheme tool allowing to create palettes based on standard color composition rules, it can export its palettes in the format managed by Gimp and Inkscape (.gpl files).

KcolorEdit

KColorEdit is a palette editor from the KDE project. It has several color choosing tools:

  • GTK: hue wheel + saturation/value triangle,
  • KDE: 2D+1D picker (e.g., x = hue, y = saturation, z = value)
  • A "gradient" selector
  • A "color builder" dialog
  • Picking colors from the screen

Both import and export of .gpl files is supported, and comments from the .gpl files (e.g., descriptive color names), can be viewed and edited.

Several of the color composition features from Agave (complement, triadic, tetradic, and analogous) are supported.

Video editing, for building animation

Linux Video Editing System

LIVES is the Linux Video Editing System that permits editing and making video without worries about formats, frame sizes, or frame rates. It doesn't support SVG directly yet, but you can create animated works by moving your shapes in Inkscape and exporting as numbered png's.

Kdenlive

Kdenlive is a non-linear video editor for Linux, that allow editing, mixing several video and audio using several timelines with previews, add audio/video effects using effects stacks, add text for title or subtitle. It support SVG (but not svgz, at least in svn 20070410).

Open Movie Editor

Open Movie Editor is a non linear video editor, allowing editing, mixing several audio and vido, don't know if it supports svg, but as LIVES it can be used for work with png frames to build animation

Multipage presentation or book

ExportOverlays

ExportOverlays is a Perl script that exports in pdf format each layer of an Inkscape .svg file. One can then use pdftk to merge the .pdf's together, in a single file. This effectively converts a multi-layered Inkscape .svg into a multi-page .pdf file.

Download the script here.

Inkscape-pages

Inkscape-pages brings native multiple page support into Inkscape.

Inkscape Slide

Inkscape Slide is a simple tool to generate multi-pages PDF from a single multi-layered Inkscape SVG file.

It allows incremental display, as you specify the layers you want on each page, in a simple text box in your document.

Any feedback is welcome.

InkSlide

InkSlide is a presentation creation tool (a small python program) that uses an Inkscape SVG file as a template for rapidly producing slides with text, bulleted lists, images and slide specific SVG content.

svgslides

Svgslides is a command-line unix utility that can do various things.

  • Create a PDF slide show. For example, make a PDF slideshow from a number of SVG files you have made with inkscape. Just put the files in a text file, each SVG filename on one line, and then run "svgslides", and a PDF file will be created
  • Create a picture perfect PDF from one svg file. Just use the utility svgslides-svg2pdf
  • Create "incremental" slides. Just give SVG objects special lables (e.g., "part1", "part2"), and svgslides will make a show in which these parts of an svg file will be displayed in a sequence.
  • Written as bash shell script and uses common packages. Easy to install.

Scribus

Scribus is a publishing software supporting SVG, allowing to organise Inkscape documents as a full featured pre-press tool. It doesn't support SVG filters (blur/blend modes...), but manage most of other features.

JessyInk

JessyInk is a JavaScript that can be incorporated into an Inkscape SVG file. It turns every layer of the image into a frame of a slide show. The slide shows can be viewed in any browser supporting SVG and JavaScript. Current features include: different transitions between slides, automatic slide numbering and an index sheet view.

Sozi

Sozi creates JavaScript based presentations which pan through a large svg containing all slides at once. Portions of the large svg can be defined which are then shown in presenation mode. Also free panning and zooming is possible during presentations.

Charts & Graphs

Gnuplot

Gnuplot, the command line (with several frontends) driven interactive data and function plotting tool has SVG output for graphs & charts.

matplotlib

Matplotlib is a python plotting library and can also output SVG.

Gnumeric

Gnumeric, the Gnome spreadsheet output a variety of graphs/charts in SVG format.

SVG Charter

SVG charter is a perl script dedicated to generate SVG charts on web servers.

JSpecView

JSpecView is a Java project with application and applet designed to display spectra in the JCAMP-DX format. It can export the display as standard SVG or as an Inkscape SVG document for import by Blender as a path.

Diagrams

Graphviz

Graphviz is a tool for automatic graph drawing, it produces structural information as diagrams of abstract graphs and networks in SVG and other vector formats. Several diagrams softwares use this tool or dot file managed by this tool in variety application domains including:

  • UML
  • databases
  • networks
  • source code analysers objects/functions relations
  • code profiling analalysis
  • web server log analyser
  • packages dependencies
  • ...