Potrace-1.16

Potrace の概要

Potrace™ is a tool for transforming a bitmap (PBM, PGM, PPM, or BMP format) into one of several vector file formats.

[注記]

注記

LFS や依存パッケージが本ブックに示す最新安定バージョンでなかった場合には、BLFS 開発版においては、パッケージのビルドや処理実行が適切に行われないことがあります。

パッケージ情報

Potrace の依存パッケージ

推奨

Potrace のインストール

以下のコマンドを実行して Potrace をビルドします。

./configure --prefix=/usr                        \
            --disable-static                     \
            --docdir=/usr/share/doc/potrace-1.16 \
            --enable-a4                          \
            --enable-metric                      \
            --with-libpotrace                    &&
make

テストスイートを実行する場合は make check を実行します。

root ユーザーになって以下を実行します。

make install

コマンド説明

--enable-a4: デフォルトの用紙サイズを A4 とします。

--enable-metric: Use metric units (centimeters) as default

--disable-static: このスイッチはスタティックライブラリをインストールしないようにします。

--with-libpotrace: ライブラリとヘッダーファイルをインストールします。

パッケージ構成

インストールプログラム: mkbitmap, potrace
インストールライブラリ: libpotrace.so
インストールディレクトリ: /usr/share/doc/potrace-1.16

概略説明

mkbitmap

transforms images into bitmaps with scaling and filtering

potrace

transforms bitmaps into vector graphics

libpotrace.so

is a library for transforming bitmaps into vector graphics