Difference between revisions of "Tools"

From Inkscape Wiki
Jump to navigation Jump to search
(Tweaked potrace HOWTO)
Line 33: Line 33:
=== potrace ===  
=== potrace ===  


...is now embedded into Inkscape. You don't need to run it separately.
[http://potrace.sourceforge.net/ Potrace] is now embedded into Inkscape. You don't need to run it separately.


<a href="http://potrace.sourceforge.net/">http://potrace.sourceforge.net/</a>
:So how the f--- do I use it via Inkscape????<br>[[User:StupidQuestion|StupidQuestion]] 00:17, 9 February 2006 (PST)


:So how the f--- do I use it via Inkscape????[[User:StupidQuestion|StupidQuestion]] 00:17, 9 February 2006 (PST)
# Import the bitmap you want to trace using the File menu, (File->Import...)
# Select the bitmap
# 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)


::Import the bitmap you want traced (File -> Import...), select the bitmap, then choose Path->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 "preview" 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)
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.
--[[User:Bpfowler|Bpfowler]] 03:10, 10 February 2006 (PST)  


=== Delineate ===  
=== Delineate ===  

Revision as of 11:10, 10 February 2006

SVG Validator

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

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

Autotrace is 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.

Frontline is 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 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 <a href="http://autotrace.sourceforge.net/">http://autotrace.sourceforge.net/</a>.


potrace

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

So how the f--- do I use it via Inkscape????
StupidQuestion 00:17, 9 February 2006 (PST)
  1. Import the bitmap you want to trace using the File menu, (File->Import...)
  2. Select the bitmap
  3. Choose trace from the Path Menu (Path->Trace Bitmap ...)
  4. The Trace Bitmap dialog has settings for the tracing operation and a "preview"
  5. When you are happy with the preview, click OK, potrace will spend a few seconds processing the bitmap
  6. Close the dialog box and verify that you bitmap has been converted to a grouped set of vector shapes.

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. --Bpfowler 03:10, 10 February 2006 (PST)

Delineate

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

<a href="http://delineate.sourceforge.net/">http://delineate.sourceforge.net/</a>

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

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.

The Gimp

Gimp is firstly a bitmap graphic tool, but:

  • 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. and, importing SVG drawings from Inkscape to Gimp, allow to do several effects by filling and stroking shapes.

There is limited drag'n'drop features between Gimp and Inkscape:

  • 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>

<a href="http://www.xs4all.nl/%7Esalsaman/lives/">LIVES</a>

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.