Compface-1.5.2

Compface の概要

Compface provides utilities and a library to convert from/to X-Face format, a 48x48 bitmap format used to carry thumbnails of email authors in a mail header.

[注記]

注記

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

パッケージ情報

Compface のインストール

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

./configure --prefix=/usr --mandir=/usr/share/man &&
make

このパッケージにテストスイートはありません。

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

make install &&
install -m755 -v xbm2xface.pl /usr/bin

パッケージ構成

インストールプログラム: compface, uncompface, xbm2xface.pl
インストールライブラリ: libcompface.{so,a}
インストールディレクトリ: なし

概略説明

compface

is a filter for generating highly compressed representations of 48x48x1 face image files

uncompface

is an inverse filter which performs an inverse transformation with no loss of data

xbm2xface.pl

is a script to generate xfaces

libcompface.{so,a}

allows the compression and decompression algorithms to be used in other programs such as MTAs