<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.inkscape.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Autodmc</id>
	<title>Inkscape Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.inkscape.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Autodmc"/>
	<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/Special:Contributions/Autodmc"/>
	<updated>2026-05-01T15:17:15Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.36.1</generator>
	<entry>
		<id>https://wiki.inkscape.org/wiki/index.php?title=Tools&amp;diff=5930</id>
		<title>Tools</title>
		<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/index.php?title=Tools&amp;diff=5930"/>
		<updated>2006-02-09T19:23:01Z</updated>

		<summary type="html">&lt;p&gt;Autodmc: /* potrace */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== SVG Validator === &lt;br /&gt;
&lt;br /&gt;
A &amp;lt;a href=&amp;quot;http://jiggles.w3.org/svgvalidator/&amp;quot;&amp;gt;validator service&amp;lt;/a&amp;gt;&lt;br /&gt;
(and downloadable tool) is provided by the [[W3C]].  It will complain about&lt;br /&gt;
sodipodi or inkscape namespaced items in the document, unless you've&lt;br /&gt;
exported to plain SVG.&lt;br /&gt;
&lt;br /&gt;
=== SVG::Metadata === &lt;br /&gt;
&lt;br /&gt;
A &amp;lt;a href=&amp;quot;http://search.cpan.org/CPAN/authors/id/B/BR/BRYCE/SVG-Metadata-0.10.tar.gz&amp;quot;&amp;gt;Perl module and set of scripts&amp;lt;/a&amp;gt; to help in adding and processing&lt;br /&gt;
metadata in SVG files.&lt;br /&gt;
&lt;br /&gt;
=== Autotrace and Frontline === &lt;br /&gt;
Autotrace is vectorization program by Martin Weber. That means&lt;br /&gt;
you can convert bitmap images (like scans) to vector graphics.  While&lt;br /&gt;
not optimal for photos, it does good job on line art and poster-like&lt;br /&gt;
images.   Doesn't do too well with color.&lt;br /&gt;
&lt;br /&gt;
Frontline is GUI frontend to Autotrace by Masatake Yamato. Frontline&lt;br /&gt;
can be run as standalone aplication, but it can also be directly accessed&lt;br /&gt;
from Inkscape and GIMP.&lt;br /&gt;
&lt;br /&gt;
If you want to have tracing option, yo have to install both Autotrace&lt;br /&gt;
and Frontline before compiling Inkscape.  Inkscape automatically&lt;br /&gt;
detects these programs, and adds inline raster to vector conversion&lt;br /&gt;
option to image menu.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Both autotrace and frontline can be downloaded from&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://autotrace.sourceforge.net/&amp;quot;&amp;gt;http://autotrace.sourceforge.net/&amp;lt;/a&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== potrace === &lt;br /&gt;
&lt;br /&gt;
...is now embedded into Inkscape. You don't need to run it separately.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://potrace.sourceforge.net/&amp;quot;&amp;gt;http://potrace.sourceforge.net/&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:So how the f--- do I use it via Inkscape????[[User:StupidQuestion|StupidQuestion]] 00:17, 9 February 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
::Import the bitmap you want traced (File -&amp;gt; Import...), select the bitmap, then choose Path-&amp;gt;Trace Bitmap. In that dialog you can choose the tracing type (I guess that's what you can call it), tweak the setttings, get a &amp;quot;preview&amp;quot; to see if it's actually going to trace the way you want, then click OK.  It'll think for a second.  Close the dialogue box and what once used to be a bitmap is now a grouped set of vector shapes. [[User:Autodmc|Autodmc]] 11:23, 9 February 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
=== Delineate === &lt;br /&gt;
&lt;br /&gt;
Front end written in java that does interesting things with color&lt;br /&gt;
images.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://delineate.sourceforge.net/&amp;quot;&amp;gt;http://delineate.sourceforge.net/&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== ill2svg === &lt;br /&gt;
&lt;br /&gt;
ill2svg (Illustrator to SVG) is a small script that helps turn Adobe &lt;br /&gt;
Illustrator .ai files into SVG. While it doesn't always do a perfect job,&lt;br /&gt;
it can sometimes be of great help.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To use the program, just type:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;ill2svg.pl [-l &amp;quot;string&amp;quot; -h] infile &amp;amp;gt; outfile.svg&lt;br /&gt;
&lt;br /&gt;
options: &lt;br /&gt;
    -l specify the file's line-ending convention: dos, mac,&lt;br /&gt;
    or unix; the default is unix&lt;br /&gt;
&lt;br /&gt;
    -h print this message and exit&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== gimp2sodipodi === &lt;br /&gt;
&lt;br /&gt;
Shandy Brown has assembled a somewhat obscure but useful set of tools to&lt;br /&gt;
get from GIMP to Sodipodi (and thus to Inkscape).  That is, convert&lt;br /&gt;
raster to vector.&lt;br /&gt;
&lt;br /&gt;
=== The Gimp ===&lt;br /&gt;
&lt;br /&gt;
Gimp is firstly a bitmap graphic tool, but:&lt;br /&gt;
* It imports SVG (with help of librsvg) into bitmap or vector path, exports SVG.&lt;br /&gt;
* Gimp selection can be converted to vector path, and path are exported/imported in SVG.&lt;br /&gt;
&lt;br /&gt;
Gimp can be used to create nice textures to use in inkscape or shapes that can be vectorized in Inkscape.&lt;br /&gt;
and, importing SVG drawings from Inkscape to Gimp, allow to do several effects by filling and stroking shapes.&lt;br /&gt;
&lt;br /&gt;
There is limited drag'n'drop features between Gimp and Inkscape:&lt;br /&gt;
* path, can be drag'n'droped from Gimp path dialog to Inkscape&lt;br /&gt;
* pictures can be drag'n'droped from Gimp document history to inkscape it that's a recognised format for Inkscape.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://gimp.org&amp;quot;&amp;gt;http://gimp.org&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;a href=&amp;quot;http://www.xs4all.nl/%7Esalsaman/lives/&amp;quot;&amp;gt;LIVES&amp;lt;/a&amp;gt; === &lt;br /&gt;
&lt;br /&gt;
LIVES is the Linux Video Editing System that permits editing and&lt;br /&gt;
making video without worries about formats, frame sizes, or frame&lt;br /&gt;
rates.  It doesn't support SVG directly yet, but you can create animated&lt;br /&gt;
works by moving your shapes in Inkscape and exporting as numbered&lt;br /&gt;
png's.&lt;/div&gt;</summary>
		<author><name>Autodmc</name></author>
	</entry>
</feed>