Return to site

Edit Multi Page Pdf Inkscape Manual

broken image


Name

CHAPTER 1: Inkscape Toolbox SELECTION TOOL Official Descriptor: 'Select and Transform Objects' Keyboard Shortcut: F1 The Selection Tool is used to manipulate the most basic components in Inkscape, and thus destined to become your most commonly used tool second only to the Edit Tool.With this you can select Paths. Multipage support. Currently, Inkscape does not have multipage support. The main reason is that the current SVG standard does not support multipage documents. This feature was proposed in the SVG revision 1.2, but for now got dropped in the next coming version SVG 2.0. Edit Multi Page Pdf Inkscape Mac Rtl Skispringen 2006 No Cd Patch Download Anime Sekirei Episode 01 Mp4 Civ4 Road To War Patch Sullair 250 Service Manual Download Frankie Dettori Racing Game Do Patch V21 Para Cs 1.6 Chantigadu Moviesuhasini Cleavageimages.

Inkscape - an SVG (Scalable Vector Graphics) editing program.

Inkscape Manual Pdf Download

Synopsis

'inkscape [options] [filename ...]'

options:

Description

Inkscape is a GUI editor for Scalable Vector Graphics ( SVG ) format drawing files, with capabilities similar toAdobe Illustrator, CorelDraw, Xara Xtreme, etc. Inkscape features include versatile shapes, bezier paths, freehand drawing, multi-linetext, text on path, alpha blending, arbitrary affine transforms, gradient and pattern fills, node editing, many export and import formats includingPNG and PDF , grouping, layers, live clones, and a lot more. The interface is designed to be comfortable and efficient forskilled users, while remaining conformant to GNOME standards so that users familiar with other GNOME applications canlearn its interface rapidly.

SVG is a W3C standard XML format for 2D vector drawing. It allows defining objects in the drawing using points, paths,and primitive shapes. Colors, fonts, stroke width, and so forth are specified as 'style' attributes to these objects. The intent is that sinceSVG is a standard, and since its files are text/xml, it will be possible to use SVG files in a sizeable number of programs andfor a wide range of uses.

Inkscape uses SVG as its native document format, and has the goal of becoming the most fully compliant drawing program forSVG files available in the Open Source community.

Options

-?, --help

Show help message
-V, --version
Show Inkscape version and build date.
-ax0:y0:x1:y1, --export-area=x0:y0:x1:y1
In PNG export, set the exported area in SVG user units (anonymous length units normally used in Inkscape SVG ).The default is to export the entire document canvas. The point (0,0) is the lower-left corner.
-C, --export-area-canvas
In PNG , PDF , PS , and EPS export, exported area is the canvas (page). This is the default forPNG , PDF , and PS , so you don't need to specify this unless you are using --export-id to export a specificobject. In EPS , however, this is not the default; moreover, for EPS , the specification of the format does not allow itsbounding box to extend beyond its content. This means that when --export-area-canvas is used with EPS export, the canvas bounding box will betrimmed inwards to the bounding box of the content if it is smaller.
-D, --export-area-drawing
In PNG , PDF , PS , and EPS export, exported area is the drawing (not canvas), i.e. the boundingbox of all objects of the document (or of the exported object if --export-id is used). With this option, the exported image will display all the visibleobjects of the document without margins or cropping. This is the default export area for EPS . For PNG , it can be used incombination with --export-use-hints.
--export-area-snap
For PNG export, snap the export area outwards to the nearest integer SVG user unit (px) values. If you are using the defaultexport resolution of 90 dpi and your graphics are pixel-snapped to minimize antialiasing, this switch allows you to preserve this alignment even if you areexporting some object's bounding box (with --export-id or --export-area-drawing) which is itself not pixel-aligned.
-bCOLOR , --export-background= COLOR
Background color of exported PNG . This may be any SVG supported color string, for example '#ff007f' or 'rgb(255, 0, 128)'. Ifnot set, then the page color set in Inkscape in the Document Options dialog will be used (stored in the pagecolor= attribute of sodipodi:namedview).
-dDPI , --export-dpi= DPI
The resolution used for PNG export. It is also used for fallback rasterization of filtered objects when exporting to PS ,EPS , or PDF (unless you specify --export-ignore-filters to suppress rasterization). The default is 90 dpi, which corresponds to1 SVG user unit (px, also called 'user unit') exporting to 1 bitmap pixel. This value overrides the DPI hint if used with--export-use-hints.
-eFILENAME , --export-png= FILENAME
Specify the filename for PNG export. If it already exists, the file will be overwritten without asking.
-fFILENAME , --file= FILENAME
Open specified document(s). Option string may be omitted, i.e. you can list the filenames without -f.
-g, --with-gui
Try to use the GUI (on Unix, use the X server even if $DISPLAY is not set).
-hHEIGHT , --export-height= HEIGHT
The height of generated bitmap in pixels. This value overrides the --export-dpi setting (or the DPI hint if used with--export-use-hints).
-iID , --export-id= ID
For PNG , PS , EPS , and PDF export, the id attribute value of the object that you want toexport from the document; all other objects are not exported. By default the exported area is the bounding box of the object; you can override this using--export-area ( PNG only) or --export-area-canvas.
-j, --export-id-only
Only export to PNG the object whose id is given in --export-id. All other objects are hidden and won't show in export even if they overlaythe exported object. Without --export-id, this option is ignored. For PDF export, this is the default, so this option has no effect.
-l, --export-plain-svg= FILENAME
Export document(s) to plain SVG format, without sodipodi: or inkscape: namespaces and without RDF metadata.
-x, --extension-directory
Lists the current extension directory that Inkscape is configured to use and then exits. This is used for external extension to use the same configurationas the original Inkscape installation.
--verb-list
Lists all the verbs that are available in Inkscape by ID . This ID can be used in defining keymaps or menus. It can also beused with the --verb command line option.
--verb=VERB-ID, --select=OBJECT-ID
These two options work together to provide some basic scripting for Inkscape from the command line. They both can occur as many times as needed on thecommand line and are executed in order on every document that is specified.

The --verb command will execute a specific verb as if it was called from a menu or button. Dialogs will appear if that is part of the verb. To get a list ofthe verb IDs available, use the --verb-list command line option.

The --select command will cause objects that have the ID specified to be selected. This allows various verbs to act upon them. To remove allthe selections use --verb=EditDeselect. The object IDs available are dependent on the document specified to load.

-pPRINTER , --print= PRINTER
Print document(s) to the specified printer using 'lpr -P PRINTER '. Alternatively, use '| COMMAND ' to specify a differentcommand to pipe to, or use '> FILENAME ' to write the PostScript output to a file instead of printing. Remember to do appropriate quoting foryour shell, e.g.

inkscape --print='| ps2pdf - mydoc.pdf' mydoc.svg

-t, --export-use-hints
Use export filename and DPI hints stored in the exported object (only with --export-id). These hints are set automatically when you exportselection from within Inkscape. So, for example, if you export a shape with as /home/me/shape.png at 300 dpi from document.svg using InkscapeGUI , and save the document, then later you will be able to reexport that shape to the same file with the same resolution simply with

inkscape -i path231 -t document.svg

If you use --export-dpi, --export-width, or --export-height with this option, then the DPI hint will be ignored and the value from thecommand line will be used. If you use --export-png with this option, then the filename hint will be ignored and the filename from the command line will beused.

-wWIDTH , --export-width= WIDTH
The width of generated bitmap in pixels. This value overrides the --export-dpi setting (or the DPI hint if used with--export-use-hints).
-yVALUE , --export-background-opacity= VALUE
Opacity of the background of exported PNG . This may be a value either between 0.0 and 1.0 (0.0 meaning full transparency, 1.0 full opacity)or greater than 1 up to 255 (255 meaning full opacity). If not set and the -b option is not used, then the page opacity set in Inkscape in the Document Optionsdialog will be used (stored in the inkscape:pageopacity= attribute of sodipodi:namedview). If not set but the -b option is used, then the value of 255 (fullopacity) will be used.
-PFILENAME , --export-ps= FILENAME
Export document(s) to PostScript format. Note that PostScript does not support transparency, so any transparent objects in the original SVGwill be automatically rasterized. Used fonts are subset and embedded. The default export area is canvas; you can set it to drawing by --export-area-drawing.You can specify --export-id to export a single object (all other are hidden); in that case export area is that object's bounding box, but can be set to canvasby --export-area-canvas.
-EFILENAME , --export-eps= FILENAME
Export document(s) to Encapsulated PostScript format. Note that PostScript does not support transparency, so any transparent objects in the originalSVG will be automatically rasterized. Used fonts are subset and embedded. The default export area is drawing; you can set it to canvas, howeversee --export-area-canvas for applicable limitation. You can specify --export-id to export a single object (all other are hidden).
-AFILENAME , --export-pdf= FILENAME
Export document(s) to PDF format. This format preserves the transparency in the original SVG . Used fonts are subset andembedded. The default export area is canvas; you can set it to drawing by --export-area-drawing. You can specify --export-id to export a single object (allother are hidden); in that case export area is that object's bounding box, but can be set to canvas by --export-area-canvas.
-T, --export-text-to-path
Convert text objects to paths on export, where applicable (for PS , EPS , and PDF export).
--export-ignore-filters
Export filtered objects (e.g. those with blur) as vectors, ignoring the filters (for PS , EPS , and PDFexport). By default, all filtered objects are rasterized at --export-dpi (default 90 dpi), preserving the appearance.
-I, --query-id
Set the ID of the object whose dimensions are queried. If not set, query options will return the dimensions of the drawing (i.e. all documentobjects), not the page or viewbox
Multi
-X, --query-x
Query the X coordinate of the drawing or, if specified, of the object with --query-id. The returned value is in px ( SVG user units).
-Y, --query-y
Query the Y coordinate of the drawing or, if specified, of the object with --query-id. The returned value is in px ( SVG user units).
-W, --query-width
Query the width of the drawing or, if specified, of the object with --query-id. The returned value is in px ( SVG user units).
-H, --query-height
Query the height of the drawing or, if specified, of the object with --query-id. The returned value is in px ( SVG user units).
-S, --query-all
Prints a comma delimited listing of all objects in the SVG document with IDs defined, along with their x, y, width, and heightvalues.
--shell

With this parameter, Inkscape will enter an interactive command line shell mode. In this mode, you type in commands at the prompt and Inkscape executesthem, without you having to run a new copy of Inkscape for each command. This feature is mostly useful for scripting and server uses: it adds no newcapabilities but allows you to improve the speed and memory requirements of any script that repeatedly calls Inkscape to perform command line tasks (such asexport or conversions). Each command in shell mode must be a complete valid Inkscape command line but without the Inkscape program name, for example 'file.svg--export-pdf=file.pdf'.

--vacuum-defs
Remove all unused items from the defs section of the SVG file. If this option is invoked in conjunction with--export-plain-svg, only the exported file will be affected. If it is used alone, the specified file will be modified in place.
-z, --without-gui
Do not open the GUI (on Unix, do not use X server); only process the files from console. This is assumed for -p, -e, -l, and --vacuum-defsoptions.
--g-fatal-warnings
This standard GTK option forces any warnings, usually harmless, to cause Inkscape to abort (useful for debugging).
--usage

Display a brief usage message.

Configuration

The main configuration file is located in ~/.config/Inkscape/preferences.xml; it stores a variety of customization settings that you can change in Inkscape(mostly in the Inkscape Preferences dialog). Also in the subdirectories there, you can place your own:

$HOME/.config/Inkscape/extensions/ - extension effects.

$HOME/.config/Inkscape/icons/ - icons.

$HOME/.config/Inkscape/keys/ - keyboard maps.

$HOME/.config/Inkscape/templates/ - new file templates.

Diagnostics

The program returns zero on success or non-zero on failure.

A variety of error messages and warnings may be printed to STDERR or STDOUT . If the program behaves erratically with aparticular SVG file or crashes, it is useful to look at this output for clues.

Examples

While obviously Inkscape is primarily intended as a GUI application, it can be used for doing SVG processing on thecommand line as well.

Open an SVG file in the GUI:Print an SVG file from the command line:Export an SVG file into PNG with the default resolution of 90dpi (one SVG user unit translates to one bitmappixel):Same, but force the PNG file to be 600x400 pixels:Same, but export the drawing (bounding box of all objects), not the page:Export to PNG the object with, using the output filename and the resolution that were used for that object last time when itwas exported from the GUI:Same, but use the default 90 dpi resolution, specify the filename, and snap the exported area outwards to the nearest whole SVG user unitvalues (to preserve pixel-alignment of objects and thus minimize aliasing):Convert an Inkscape SVG document to plain SVG:Convert an SVG document to EPS , converting all texts to paths:Query the width of the object with:Duplicate the object with, rotate the duplicate 90 degrees, save SVG , and quit:

Environment

DISPLAY to get the default host and display number.

TMPDIR to set the default path of the directory to use for temporary files. The directory must exist.

Inkscape

Themes

To load different icons sets instead of the default $PREFIX/share/inkscape/icons/icons.svg file, the directory$HOME/.inkscape/icons/ is used. Icons are loaded by name (e.g. fill_none.svg), or if not found, then from icons.svg. If the iconis not loaded from either of those locations, it falls back to the default system location.

The needed icons are loaded from SVG files by searching for the SVG id with the matching icon name. (For example, to load the'fill_none' icon from a file, the bounding box seen for SVG id 'fill_none' is rendered as the icon, whether it comes from fill_none.svgor icons.svg.)

Other Info

The canonical place to find Inkscape info is at http://www.inkscape.org/. The website has news, documentation, tutorials, examples, mailing listarchives, the latest released version of the program, bugs and feature requests databases, forums, and more.

See Also

potrace, cairo, rsvg(1), batik, ghostscript, pstoedit.

SVG compliance test suite: http://www.w3.org/Graphics/SVG/Test/

SVG validator: http://jiggles.w3.org/svgvalidator/

Scalable Vector Graphics ( SVG ) 1.1 Specification W3C Recommendation 14 January 2003

Scalable Vector Graphics ( SVG ) 1.2 Specification W3C Working Draft 13 November 2003

SVG 1.1/1.2/2.0 Requirements W3C Working Draft 22 April 2002

Document Object Model ( DOM ): Level 2 Core Arnaud Le Hors et al editors, W3C

Gui Notes

To learn Inkscape's GUI operation, read the tutorials in Help > Tutorials.

Inkscape Pdf Edit

Apart from SVG , Inkscape can import (File > Import) most bitmap formats ( PNG , BMP , JPG ,XPM , GIF , etc.), plain text (requires Perl), PS and EPS (requires Ghostscript),PDF and AI format ( AI version 9.0 or newer).

Inkscape exports 32-bit PNG images (File > Export) as well as AI , PS , EPS ,PDF , DXF , and several other formats via File > Save as.

Inkscape can use the pressure and tilt of a graphic tablet pen for width, angle, and force of action of several tools, including the Calligraphic pen.

Inkscape includes a GUI front-end to the Potrace bitmap tracing engine (http://potrace.sf.net) which is embedded into Inkscape.

Multi

Inkscape can use external scripts (stdin-to-stdout filters) that are represented by commands in the Extensions menu. A script can have a GUIdialog for setting various parameters and can get the IDs of the selected objects on which to act via the command line. Inkscape comes with an assortment ofeffects written in Python.

Keybindings

To get a complete list of keyboard and mouse shortcuts, view doc/keys.html, or use the Keys and Mouse command in Help menu.

Bugs

Many bugs are known; please refer to the website (inkscape.org) for reviewing the reported ones and to report newly found issues. See also the Known Issuessection in the Release Notes for your version (file ' NEWS ').

Authors

This codebase owes its existence to a large number of contributors throughout its various incarnations. The following list is certainly incomplete, butserves to recognize the many shoulders on which this application sits:

Maximilian Albert, Josh Andler, Jean-François Barraud, Bill Baxter, John Bintz, Arpad Biro, Nicholas Bishop, Joshua L. Blocher, Henrik Bohre, Boldewyn,Daniel Borgmann, Bastien Bouclet, Gustav Broberg, Christopher Brown, Hans Breuer, Marcus Brubaker, Luca Bruno, Nicu Buculei, Bulia Byak, Ian Caldwell, GailCarmichael, Ed Catmur, Chema Celorio, Johan Ceuppens, Zbigniew Chyla, Alexander Clausen, John Cliff, Kees Cook, Ben Cromwell, Robert Crosbie, Jon Cruz, AurélieDe-Cooman, Milosz Derezynski, Daniel Díaz, Bruno Dilly, Larry Doolittle, Tim Dwyer, Maxim V. Dziumanenko, Johan Engelen, Miklos Erdelyi, Ulf Erikson, NoéFalzon, Frank Felfe, Andrew Fitzsimon, Edward Flick, Marcin Floryan, Fred, Ben Fowler, Cedric Gemy, Steren Giannini, Olivier Gondouin, Ted Gould, Toine deGreef, Michael Grosberg, Bryce Harrington, Dale Harvey, Aurélio Heckert, Carl Hetherington, Jos Hirth, Thomas Holder, Joel Holdsworth, Alan Horkan, Karl OveHufthammer, Richard Hughes, Nathan Hurst, inductiveload, Thomas Ingham, Jean-Olivier Irisson, Bob Jamison, jEsuSdA, Lauris Kaplinski, Lynn Kerby, Niko Kiirala,James Kilfiger, Jason Kivlighn, Adrian Knoth, Krzysztof Kosin'ski, Petr Kovar, Raph Levien, Diederik van Lierop, Nicklas Lindgren, Vitaly Lipatov, IvanLouette, Colin Marquardt, Dmitry G. Mastrukov, Matiphas, Michael Meeks, Federico Mena, MenTaLguY, Aubanel Monnier, Tim Mooney, Derek P. Moore, Peter Moulder,Jörg Müller, Yukihiro Nakai, Victor Navez, Christian Neumair, Andreas Nilsson, Mitsuru Oka, Marten Owens, Alvin Penner, Jon Phillips, Zdenko Podobny, AlexandreProkoudine, Jean-René Reinhard, Alexey Remizov, Frederic Rodrigo, Hugo Rodrigues, Juarez Rudsatz, Xavier Conde Rueda, Felipe Corrêa da Silva Sanches, AurélioA. Heckert, Christian Schaller, Marco Scholten, Tom von Schwerdtner, Shivaken, Michael Sloan, Danilo Šegan, Boštjan Špeticˇ, Aaron Spike, Kaushik Sridharan,Ralf Stephan, Dariusz Stojek, Pat Suwalski, Adib Taraben, Hugh Tebby, Jonas Termeau, David Turner, Andre Twupack, Aleksandar Uroševic', Lucas Vieites, MichaelWybrow, Daniel Yacob, David Yip, Masatake Yamato

This man page was put together by Bryce Harrington .

History

Pdf
-X, --query-x
Query the X coordinate of the drawing or, if specified, of the object with --query-id. The returned value is in px ( SVG user units).
-Y, --query-y
Query the Y coordinate of the drawing or, if specified, of the object with --query-id. The returned value is in px ( SVG user units).
-W, --query-width
Query the width of the drawing or, if specified, of the object with --query-id. The returned value is in px ( SVG user units).
-H, --query-height
Query the height of the drawing or, if specified, of the object with --query-id. The returned value is in px ( SVG user units).
-S, --query-all
Prints a comma delimited listing of all objects in the SVG document with IDs defined, along with their x, y, width, and heightvalues.
--shell

With this parameter, Inkscape will enter an interactive command line shell mode. In this mode, you type in commands at the prompt and Inkscape executesthem, without you having to run a new copy of Inkscape for each command. This feature is mostly useful for scripting and server uses: it adds no newcapabilities but allows you to improve the speed and memory requirements of any script that repeatedly calls Inkscape to perform command line tasks (such asexport or conversions). Each command in shell mode must be a complete valid Inkscape command line but without the Inkscape program name, for example 'file.svg--export-pdf=file.pdf'.

--vacuum-defs
Remove all unused items from the defs section of the SVG file. If this option is invoked in conjunction with--export-plain-svg, only the exported file will be affected. If it is used alone, the specified file will be modified in place.
-z, --without-gui
Do not open the GUI (on Unix, do not use X server); only process the files from console. This is assumed for -p, -e, -l, and --vacuum-defsoptions.
--g-fatal-warnings
This standard GTK option forces any warnings, usually harmless, to cause Inkscape to abort (useful for debugging).
--usage

Display a brief usage message.

Configuration

The main configuration file is located in ~/.config/Inkscape/preferences.xml; it stores a variety of customization settings that you can change in Inkscape(mostly in the Inkscape Preferences dialog). Also in the subdirectories there, you can place your own:

$HOME/.config/Inkscape/extensions/ - extension effects.

$HOME/.config/Inkscape/icons/ - icons.

$HOME/.config/Inkscape/keys/ - keyboard maps.

$HOME/.config/Inkscape/templates/ - new file templates.

Diagnostics

The program returns zero on success or non-zero on failure.

A variety of error messages and warnings may be printed to STDERR or STDOUT . If the program behaves erratically with aparticular SVG file or crashes, it is useful to look at this output for clues.

Examples

While obviously Inkscape is primarily intended as a GUI application, it can be used for doing SVG processing on thecommand line as well.

Open an SVG file in the GUI:Print an SVG file from the command line:Export an SVG file into PNG with the default resolution of 90dpi (one SVG user unit translates to one bitmappixel):Same, but force the PNG file to be 600x400 pixels:Same, but export the drawing (bounding box of all objects), not the page:Export to PNG the object with, using the output filename and the resolution that were used for that object last time when itwas exported from the GUI:Same, but use the default 90 dpi resolution, specify the filename, and snap the exported area outwards to the nearest whole SVG user unitvalues (to preserve pixel-alignment of objects and thus minimize aliasing):Convert an Inkscape SVG document to plain SVG:Convert an SVG document to EPS , converting all texts to paths:Query the width of the object with:Duplicate the object with, rotate the duplicate 90 degrees, save SVG , and quit:

Environment

DISPLAY to get the default host and display number.

TMPDIR to set the default path of the directory to use for temporary files. The directory must exist.

Themes

To load different icons sets instead of the default $PREFIX/share/inkscape/icons/icons.svg file, the directory$HOME/.inkscape/icons/ is used. Icons are loaded by name (e.g. fill_none.svg), or if not found, then from icons.svg. If the iconis not loaded from either of those locations, it falls back to the default system location.

The needed icons are loaded from SVG files by searching for the SVG id with the matching icon name. (For example, to load the'fill_none' icon from a file, the bounding box seen for SVG id 'fill_none' is rendered as the icon, whether it comes from fill_none.svgor icons.svg.)

Other Info

The canonical place to find Inkscape info is at http://www.inkscape.org/. The website has news, documentation, tutorials, examples, mailing listarchives, the latest released version of the program, bugs and feature requests databases, forums, and more.

See Also

potrace, cairo, rsvg(1), batik, ghostscript, pstoedit.

SVG compliance test suite: http://www.w3.org/Graphics/SVG/Test/

SVG validator: http://jiggles.w3.org/svgvalidator/

Scalable Vector Graphics ( SVG ) 1.1 Specification W3C Recommendation 14 January 2003

Scalable Vector Graphics ( SVG ) 1.2 Specification W3C Working Draft 13 November 2003

SVG 1.1/1.2/2.0 Requirements W3C Working Draft 22 April 2002

Document Object Model ( DOM ): Level 2 Core Arnaud Le Hors et al editors, W3C

Gui Notes

To learn Inkscape's GUI operation, read the tutorials in Help > Tutorials.

Inkscape Pdf Edit

Apart from SVG , Inkscape can import (File > Import) most bitmap formats ( PNG , BMP , JPG ,XPM , GIF , etc.), plain text (requires Perl), PS and EPS (requires Ghostscript),PDF and AI format ( AI version 9.0 or newer).

Inkscape exports 32-bit PNG images (File > Export) as well as AI , PS , EPS ,PDF , DXF , and several other formats via File > Save as.

Inkscape can use the pressure and tilt of a graphic tablet pen for width, angle, and force of action of several tools, including the Calligraphic pen.

Inkscape includes a GUI front-end to the Potrace bitmap tracing engine (http://potrace.sf.net) which is embedded into Inkscape.

Inkscape can use external scripts (stdin-to-stdout filters) that are represented by commands in the Extensions menu. A script can have a GUIdialog for setting various parameters and can get the IDs of the selected objects on which to act via the command line. Inkscape comes with an assortment ofeffects written in Python.

Keybindings

To get a complete list of keyboard and mouse shortcuts, view doc/keys.html, or use the Keys and Mouse command in Help menu.

Bugs

Many bugs are known; please refer to the website (inkscape.org) for reviewing the reported ones and to report newly found issues. See also the Known Issuessection in the Release Notes for your version (file ' NEWS ').

Authors

This codebase owes its existence to a large number of contributors throughout its various incarnations. The following list is certainly incomplete, butserves to recognize the many shoulders on which this application sits:

Maximilian Albert, Josh Andler, Jean-François Barraud, Bill Baxter, John Bintz, Arpad Biro, Nicholas Bishop, Joshua L. Blocher, Henrik Bohre, Boldewyn,Daniel Borgmann, Bastien Bouclet, Gustav Broberg, Christopher Brown, Hans Breuer, Marcus Brubaker, Luca Bruno, Nicu Buculei, Bulia Byak, Ian Caldwell, GailCarmichael, Ed Catmur, Chema Celorio, Johan Ceuppens, Zbigniew Chyla, Alexander Clausen, John Cliff, Kees Cook, Ben Cromwell, Robert Crosbie, Jon Cruz, AurélieDe-Cooman, Milosz Derezynski, Daniel Díaz, Bruno Dilly, Larry Doolittle, Tim Dwyer, Maxim V. Dziumanenko, Johan Engelen, Miklos Erdelyi, Ulf Erikson, NoéFalzon, Frank Felfe, Andrew Fitzsimon, Edward Flick, Marcin Floryan, Fred, Ben Fowler, Cedric Gemy, Steren Giannini, Olivier Gondouin, Ted Gould, Toine deGreef, Michael Grosberg, Bryce Harrington, Dale Harvey, Aurélio Heckert, Carl Hetherington, Jos Hirth, Thomas Holder, Joel Holdsworth, Alan Horkan, Karl OveHufthammer, Richard Hughes, Nathan Hurst, inductiveload, Thomas Ingham, Jean-Olivier Irisson, Bob Jamison, jEsuSdA, Lauris Kaplinski, Lynn Kerby, Niko Kiirala,James Kilfiger, Jason Kivlighn, Adrian Knoth, Krzysztof Kosin'ski, Petr Kovar, Raph Levien, Diederik van Lierop, Nicklas Lindgren, Vitaly Lipatov, IvanLouette, Colin Marquardt, Dmitry G. Mastrukov, Matiphas, Michael Meeks, Federico Mena, MenTaLguY, Aubanel Monnier, Tim Mooney, Derek P. Moore, Peter Moulder,Jörg Müller, Yukihiro Nakai, Victor Navez, Christian Neumair, Andreas Nilsson, Mitsuru Oka, Marten Owens, Alvin Penner, Jon Phillips, Zdenko Podobny, AlexandreProkoudine, Jean-René Reinhard, Alexey Remizov, Frederic Rodrigo, Hugo Rodrigues, Juarez Rudsatz, Xavier Conde Rueda, Felipe Corrêa da Silva Sanches, AurélioA. Heckert, Christian Schaller, Marco Scholten, Tom von Schwerdtner, Shivaken, Michael Sloan, Danilo Šegan, Boštjan Špeticˇ, Aaron Spike, Kaushik Sridharan,Ralf Stephan, Dariusz Stojek, Pat Suwalski, Adib Taraben, Hugh Tebby, Jonas Termeau, David Turner, Andre Twupack, Aleksandar Uroševic', Lucas Vieites, MichaelWybrow, Daniel Yacob, David Yip, Masatake Yamato

This man page was put together by Bryce Harrington .

History

The codebase that would become Inkscape began life in 1999 as the program Gill, the GNOME Illustrator application, created by Raph Levien.The stated objective for Gill was to eventually support all of SVG . Raph implemented the PostScript bezier imaging model, including strokingand filling, line cap style, line join style, text, etc. Raph's Gill page is at http://www.levien.com/svg/. Work on Gill appears to have slowed or ceased in2000.

The next incarnation of the codebase was to become the highly popular program Sodipodi, led by Lauris Kaplinski. The codebase was turned into a powerfulillustration program over the course of several year's work, adding several new features, multi-lingual support, porting to Windows and other operatingsystems, and eliminating dependencies.

Inkscape was formed in 2003 by four active Sodipodi developers, Bryce Harrington, MenTaLguY, Nathan Hurst, and Ted Gould, wanting to take a differentdirection with the codebase in terms of focus on SVG compliance, interface look-and-feel, and a desire to open development opportunities to moreparticipants. The project progressed rapidly, gaining a number of very active contributors and features.

Much work in the early days of the project focused on code stabilization and internationalization. The original renderer inherited from Sodipodi was lacedwith a number of mathematical corner cases which led to unexpected crashes when the program was pushed beyond routine uses; this renderer was replaced withLivarot which, while not perfect either, was significantly less error prone. The project also adopted a practice of committing code frequently, and encouragingusers to run developmental snapshots of the program; this helped identify new bugs swiftly, and ensure it was easy for users to verify the fixes. As a result,Inkscape releases have generally earned a reputation for being robust and reliable.

Similarly, efforts were taken to internationalize and localize the interface, which has helped the program gain contributors worldwide.

Inkscape has had a beneficial impact on the visual attractiveness of Open Source in general, by providing a tool for creating and sharing icons, splashscreens, website art, and so on. In a way, despite being 'just an drawing program', Inkscape has played an important role in making Open Source more visuallystimulating to larger audiences.

Copyright And License

Copyright © 1999-2008 by Authors.

Inkscape is free software; you can redistribute it and/or modify it under the terms of the GPL .

Referenced By

Edit Multi Page Pdf Inkscape Manual Pdf

inkview(1),scribus

Inkscape Edit Pdf Text

(1)



broken image