5.7. 경로와 SVG 파일

SVG는 Scalable Vector Graphics 의 약자로 사용률이 증가하고 있는 벡터 그래픽 파일 포맷입니다. 백터 그래픽 포맷은 픽셀의 배열로 표현되는 래스터 그래픽과 달리 해상도에 무관하게 표현되는 포맷입니다. 김프는 래스터 그래픽 프로그램이지만, 경로는 벡터로 구현합니다.

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 포맷은 경로 외에 사각형, 다각형, 원, 타원, 정다각형 등 다양한 모양을 다룹니다. 하지만 김프에서는 각 항목의 속성을 무시한 경로로만 불러올 수 있습니다.

[참고] 참고

SVG 파일로 경로만 만들 수 있는 것은 아닙니다. 사실 보통은 SVG 파일로 된 이미지를 읽는데 많이 쓰입니다.