home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / gimp / 2.0 / help / en / ch07s05s06.html < prev    next >
Encoding:
Extensible Markup Language  |  2008-05-03  |  5.8 KB  |  130 lines

  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4.   <head>
  5.     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  6.     <title>5.6.¬† Paths and SVG files</title>
  7.     <link rel="stylesheet" href="gimp-help-plain.css" type="text/css" />
  8.     <link rel="stylesheet" href="gimp-help-screen.css" type="text/css" />
  9.     <link rel="stylesheet" href="gimp-help-custom.css" type="text/css" />
  10.     <link rel="alternate stylesheet" href="gimp22.css" type="text/css" title="gimp22" />
  11.     <meta name="generator" content="DocBook XSL Stylesheets V1.73.2" />
  12.     <link rel="start" href="index.html" title="GNU Image Manipulation Program" />
  13.     <link rel="up" href="gimp-using-paths.html" title="5.¬† Paths" />
  14.     <link rel="prev" href="ch07s05s05.html" title="5.5.¬† Paths and Text" />
  15.     <link rel="next" href="gimp-concepts-brushes.html" title="6.¬† Brushes" />
  16.   </head>
  17.   <body>
  18.     <div class="navheader">
  19.       <table width="100%" summary="Navigation header">
  20.         <tr>
  21.           <th colspan="3" align="center">5.6.¬†
  22.       <span lang="en" xml:lang="en">Paths and <acronym class="acronym">SVG</acronym> files</span>
  23.     </th>
  24.         </tr>
  25.         <tr>
  26.           <td width="20%" align="left"><a accesskey="p" href="ch07s05s05.html"><img src="../images/prev.png" alt="Prev" /></a>¬†</td>
  27.           <th width="60%" align="center">5.¬†
  28.     
  29.     <span lang="en" xml:lang="en">Paths</span>
  30.   </th>
  31.           <td width="20%" align="right">¬†<a accesskey="n" href="gimp-concepts-brushes.html"><img src="../images/next.png" alt="Next" /></a></td>
  32.         </tr>
  33.       </table>
  34.       <hr />
  35.     </div>
  36.     <div class="sect2" lang="en" xml:lang="en">
  37.       <div class="titlepage">
  38.         <div>
  39.           <div>
  40.             <h3 class="title"><a id="id2594083"></a>5.6.¬†
  41.       <span lang="en" xml:lang="en">Paths and <acronym class="acronym">SVG</acronym> files</span>
  42.     </h3>
  43.           </div>
  44.         </div>
  45.       </div>
  46.       <p>
  47.       SVG, standing for ‚Äú<span class="quote">Scalable Vector Graphics</span>‚Äù, is an
  48.       increasingly popular file format for <span class="emphasis"><em>vector
  49.       graphics</em></span>, in which graphical elements are represented in a
  50.       resolution-independent format, in contrast to <span class="emphasis"><em>raster
  51.       graphics</em></span>; in which graphical elements are represented as
  52.       arrays of pixels. GIMP is mainly a raster graphics program, but paths
  53.       are vector entities.
  54.     </p>
  55.       <p>
  56.       Fortunately, paths are represented in <acronym class="acronym">SVG</acronym> files in
  57.       almost exactly the same way they are represented in GIMP.  (Actually
  58.       fortune has nothing to do with it: GIMP's path handling was rewritten
  59.       for GIMP 2.0 with SVG paths in mind.) This compatibility makes it
  60.       possible to store GIMP paths as <acronym class="acronym">SVG</acronym> files without
  61.       losing any information. You can access this capability in the Paths
  62.       dialog.
  63.     </p>
  64.       <p>
  65.       It also means that GIMP can create paths from
  66.       <acronym class="acronym">SVG</acronym> files saved in other programs, such as
  67.       <span class="application">Inkscape</span> or
  68.       <span class="application">Sodipodi</span>,
  69.       two popular open-source vector graphics applications. This is nice
  70.       because those programs have much more powerful path-manipulation tools
  71.       than GIMP does. You can import a path from an <acronym class="acronym">SVG</acronym>
  72.       file using the Paths dialog.
  73.     </p>
  74.       <p>
  75.       The <acronym class="acronym">SVG</acronym>
  76.       format handles many other graphical elements than just paths: among
  77.       other things, it handles figures such as squares, rectangles, circles,
  78.       ellipses, regular polygons, etc. GIMP 2.0 cannot do anything with these
  79.       entities, but GIMP 2.2 can load them as paths.
  80.     </p>
  81.       <div class="note" style="margin-left: 0.5in; margin-right: 0.5in;">
  82.         <table border="0" summary="Note">
  83.           <tr>
  84.             <td rowspan="2" align="center" valign="top" width="25">
  85.               <img alt="[Note]" src="../images/note.png" />
  86.             </td>
  87.             <th align="left">Note</th>
  88.           </tr>
  89.           <tr>
  90.             <td align="left" valign="top">
  91.               <p>
  92.         Creating paths is not the only thing GIMP can do with
  93.         <acronym class="acronym">SVG</acronym> files. It can also open
  94.         <acronym class="acronym">SVG</acronym> files as GIMP images, in the usual way.
  95.       </p>
  96.             </td>
  97.           </tr>
  98.         </table>
  99.       </div>
  100.     </div>
  101.     <div class="navfooter">
  102.       <hr />
  103.       <table width="100%" summary="Navigation footer">
  104.         <tr>
  105.           <td width="40%" align="left"><a accesskey="p" href="ch07s05s05.html"><img src="../images/prev.png" alt="Prev" /></a>¬†</td>
  106.           <td width="20%" align="center">
  107.             <a accesskey="u" href="gimp-using-paths.html">
  108.               <img src="../images/up.png" alt="Up" />
  109.             </a>
  110.           </td>
  111.           <td width="40%" align="right">¬†<a accesskey="n" href="gimp-concepts-brushes.html"><img src="../images/next.png" alt="Next" /></a></td>
  112.         </tr>
  113.         <tr>
  114.           <td width="40%" align="left" valign="top"><a accesskey="p" href="ch07s05s05.html">5.5.¬†
  115.       <span lang="en" xml:lang="en">Paths and Text</span>
  116.     </a>¬†</td>
  117.           <td width="20%" align="center">
  118.             <a accesskey="h" href="index.html">
  119.               <img src="../images/home.png" alt="Home" />
  120.             </a>
  121.           </td>
  122.           <td width="40%" align="right" valign="top">¬†<a accesskey="n" href="gimp-concepts-brushes.html">6.¬†
  123.     <span lang="en" xml:lang="en">Brushes</span>
  124.   </a></td>
  125.         </tr>
  126.       </table>
  127.     </div>
  128.   </body>
  129. </html>
  130.