Vietnamese-VNEnglish (United Kingdom)

Phòng Công Nghệ Thông Tin
Sản phẩm và dịch vụ tốt nhất
 
 
INKSCAPE PDF Print E-mail
Monday, 23 August 2010 07:38

InkscapeInkscape is a vector graphics editor application. It is distributed under a free software license, the GNU GPL. Its stated goal is to become a powerful graphics tool while being fully compliant with the XML, SVG, and CSS standards.
Inkscape is cross-platform and runs on Mac OS X (typically under X11, although the underlying GTK+ toolkit can be compiled to run natively under Quartz),[2] Unix-like operating systems, and Microsoft Windows. Inkscape's implementation of SVG and CSS standards is incomplete. Most notably, it does not yet support animation, or SVG fonts, though base support for the creation of SVG fonts has been implemented as of version 0.47. Inkscape has multi-lingual support, particularly for complex scripts, something currently lacking in most commercial vector graphics applications.

As of 2010[update], Inkscape is under active development, with new features being added regularly.

FEATURES:

Object creation: The basic types of objects in Inkscape are:

  • Paths—made with the Pencil tool, which allows freehand drawing of paths; the Pen tool, which allows the user to create a Bezier spline node-by-node curves and lines in the same path; the Calligraphy tool, which can be used to draw freehand calligraphic or brush-like strokes, or the Paint Bucket tool, which fills bounded areas of the image. The Calligraphy tool optionally can use pressure and tilt readings from graphic tablets. The Paint Bucket tool works optically rather than geometrically and can assist image tracing. The Spray Tool creates copies or clones of one or several items, select the item(s), then to Spray click on the canvas, move the mouse or scroll the mouse wheel.
  • Rectangles—created using the Rectangle tool. Corners of rectangles can be rounded.
  • 3D Boxes—created using the 3D Box tool. The boxes have adjustable XYZ perspectives and configurable values for vanishing points. 3D boxes are in fact groups of paths and after ungrouping can be further modified.
  • Ellipses—created using the Ellipse tool. Ellipses and Circles can be transformed into arcs (i.e.,open half circles) and segments (i.e., closed half circle).
  • Stars/polygons—created using the Star and Polygon tool. Multi-pointed (3 to above 1000 points) stars with two control (base and tip) handles can be used to emulate spirographs. Polygons with one control (base) handle can be used to create items based on the number of sides hexagons, pentagons, etc
  • Spirals—created using the Spiral tool, have a configurable number of turns (revolutions), divergence (density/sparseness of outer turns), inner radius (roll out from center)
  • Clones— Clones are child objects of an Original (parent) object(s) which can have different transformations applied than the original object. Clones can be created via Copies, the Spray tool or a Menu interface. Transformations include; size, position, rotation, blur, opacity, color and symmetry (layout). Clones are updated live whenever the original object changes.
  • Text—created with the Text tool. Texts can use any of the system fonts, and can be converted to paths, Unicode characters fonts are supported. Bold, Oblique (Italic), Alignments (left, right, center, full), Superscript, Subscript, Vertical and Horizontal text are implemented. All text objects can be transformed via Line Spacing, Letter Spacing, Word Spacing, Horizontal Kerning, Vertical Shift and Character Rotation either manually or via menu settings. Text can be put along a path, flowed into a shape or spell checked. Bulleted lists, numbered lists, indentations and underlined text are not available (v0.48).
  • Raster/bitmap images—Inkscape supports the export of bitmap images (via PNG formatting) of the whole drawing (all objects),the current selection, objects within the page outline and custom coordinates. Imports bitmap images, >File >Import allows the user to select either 'embedd' or 'link' the image into the file. Pasting (v0.48) images into inkscape automatically embedds images into the file. Inkscape supports importing and pasting of PNG, JPEG and BMP. (See com:Cat:SVG/raster for examples of embedded images on Wikimedia Commons). Images can also be traced (bitmap to vector) using the Potrace >Path >Trace Bitmap... feature.

Additionally, there are more specialized objects:

  • Spiro Splines (Swirls), This type of path creates very nice silky smooth curves, similar to what you see in gothic, floral, desktop and tattoo designs.
  • Connector based paths, often used in Flow Charts, Diagrams or Schematics.
  • There is a Render Extension that will render objects onto your file via menu settings, examples include barcodes, calendars, grids, gears, spirographs, spheres and more.

Object manipulation
Every object in the drawing can be subjected to arbitrary affine transformations—moving, rotating, scaling, skewing and a configurable matrix. Transformation parameters can be also specified numerically via the Transform dialog. Transformations can snap to angles, grids, guidelines and nodes of other objects. Grids, guides and snapping properties are defined on a per-document basis. As an alternative to snapping, an Align and Distribute dialog is provided, which can perform common alignment tasks on selected objects—e.g. line them up in a specified direction, space them equally, scatter them at random and remove overlaps between objects.
Objects can be arbitrarily grouped together. Groups of objects behave in many respects like "atomic" objects—for instance, they can be cloned or assigned a paint. Objects making up a group can be edited without having to ungroup it first, via an Enter Group command—the group can then be edited like a temporary layer. Z-order of objects can be managed either using layers, or by manually moving the object up and down in the Z stack. Layers can be locked or hidden, preventing modifying and accidental selection.
A special tool, Create Tiled Clones, is provided to create symmetrical or grid-like drawings using various plane symmetries.
Objects can be cut, copied and pasted using a clipboard. However, as of version 0.46, Inkscape uses an internal variable rather than the system clipboard, which limits copy and paste operations to one application instance. Objects can be copied between documents by opening them from the File menu in an already opened window, rather than by opening a second file from the operating system's shell.

Styling objects
Each object in inkscape has several attributes which determine its style. All of the attributes can generally be set for any object:

  • Fill—can be a solid color, a linear or radial gradient, a pattern, custom swatch, inherited from a parent object. The color selector has RGBA, HSL, Wheel and CMYK color options available, but all selected colors are currently converted to RGBA. Gradients can have multiple stops, radial supports optional direct or reflected gradients. Patterns can be constructed from any collection of objects, or one of the several supplied stock patterns can be used. All colors can have an alpha value specified. Patterns can be constructed from any collection of objects, or one of the several supplied stock patterns can be used.
  • Stroke fill—can have the same values as fill, but is applied to the object's stroke.
  • Stroke style—can vary in width, join styles of miter (configurable limit), rounded or bevel, cap styles of offset, round or full. Dashed strokes with configurable offsets are supported. Start, mid and end markers, of various types (arrows, dots, diamonds, etc...) are supported.
  • Opacity—specifies alpha value for all fill colors. Each object has a distinct opacity value, which e.g. can be used to make groups transparent.
  • Filters—there is an easy-to-use slider for Gaussian blur for each object. Categorized filter stacks using the SVG filters can be constructed using the Filters dialog.

Appearance of objects can be further changed by using masks and clipping paths, which can be created from arbitrary objects, including groups.
The style attributes are 'attached' to the source object, so after cutting/copying an object into the clipboard, the style's attributes can be pasted to another object as >Paste >Style.

Operations on paths
Inkscape has a comprehensive tool set to edit paths, as they are the most common part of a vector file. The Node tool allows editing single or multiple (v 0.48) paths on single or multiple node levels by editing the position of nodes and control points of Bezier paths. Path segments can be adjusted by dragging them. When multiple nodes are selected, they can be moved, scaled and rotated using keyboard shortcut or mouse controls. Additional nodes can be inserted into paths at arbitrary or even placements, and an effect can be used to insert nodes at predefined intervals. When nodes are deleted, the handles on remaining ones are adjusted to preserve the original shape as closely as possible.
Tweak tool is provided for more high-level, whole object(s) or node editing regions (parts) of an object. It can push, repel/attract, randomize positioning, shrink/enlarge, rotate, copy/delete selected whole objects. With parts of a path you can push, shrink/enlarge, repel/attract, roughen edges, blur and color. Nodes are dynamically created and deleted when needed while using this tool, so it can also be used on simple paths without pre-processing.
Other possible high-level operations on paths include offsetting or insetting a path by a fixed amount. Creating an unlinked dynamic offset of a path which can be fine tuned using the Node tool. Creating a linked offset of a path will update whenever the original is modified. Object converting another shape like a spiral or text into a path, converting the stroke of a shape to a path. Simplifying a path to contain less nodes while preserving the shape, or performing Boolean operations like union, difference, intersection or exclusion on them.
Recent releases include a feature called Live Path Effects, which can apply various modifiers to a path. Envelope Deformation is available via the Path Effects and provides a perspective effect. There are more than a dozen of these live path effects. LPE can be stacked onto a single object and have interactive live on canvas and menu based editing of the effects.

Text support
Inkscape supports text editing for both regular multi-line text (SVG's <text> element) and flowed text (the non-standard <flowRoot> element, formerly proposed for SVG 1.2). As of version 0.47, flowed text is not rendered by other applications, due to a lack of an appropriate parallel <switch> structure in the SVG document. The SVG 1.2 Tiny <textArea> element is not supported. All text is directly editable on canvas. Text rendering is based on the Pango library, which allows Inkscape to support several complex scripts including Hebrew, Arabic, Thai, Tibetan, etc. Kerning and letter-spacing can be adjusted on a per-glyph basis using keyboard shortcuts. Putting text on path is also supported, and both the text and the path remain editable.

Rendering
Unlike many other GTK+ applications, Inkscape uses its own rendering library to create graphics, called libnr. libnr can render images at up to 25600% zoom with anti-aliasing, and update graphics during transformations. There are alternative outline and no filter viewer modes which can considerably increase responsiveness when working with complex drawings. Inkscape has used Cairo to render in outline mode since release 0.46.

Miscellaneous

  • XML GUI Tree Editor, user friendly menu provides an easy to use direct manipulation of the svg xml structure.
  • Editing of RDF (Resource Description Framework) a W3C metadata information model
  • Command-line interface, mostly exposes format conversion functions.
  • More than forty interface languages.
  • Extensible to new file formats, effects and other features.
  • Mathematical diagramming, with various uses of LaTeX.
  • Experimental support for scripting.