5.7. パスと SVG ファイル

Scalable Vector Graphics—略して SVG は、 近年人気の高まってきた ベクター画像 のファイル形式であり、 解像度に依存しない形式で画素が表現される特徴があります。 この形式と対照的なのが ラスター画像 であり、 整列したピクセルで画素が表現されています。 GIMP はラスター画像を主体にしたプログラムですが、 パスはベクター成分です。

Fortunately, paths are represented in SVG files in almost exactly the same way they are represented in GIMP. This compatibility makes it possible to store GIMP paths as SVG files without losing any information. You can access this capability in the Paths dialog.

It also means that GIMP can create paths from SVG files saved in other programs, such as Inkscape, a popular open-source vector graphics application. This is nice because dedicated vector editing programs have much more powerful path-manipulation tools than GIMP does. You can import a path from an SVG file using the Paths dialog.

SVG 形式はパスにとどまらず様々な多くの画像要素を扱えます。 中には正方形や長方形、 円と楕円、 一般的な多角形などがあって、 GIMP はこれらを成分として扱うことは一切できませんが、 パスとしては読み込めます。

[注記] 注記

GIMP ができる SVG ファイルの読み込み方はパスの作成だけではありません。 普段通り画像ファイルとして SVG ファイルを GIMP に読み込ませることも可能です。