diff options
author | Deposite Pirate | 2018-09-16 22:58:59 +0200 |
---|---|---|
committer | Deposite Pirate | 2018-09-16 22:58:59 +0200 |
commit | 70083671824589998eb60feadb1063f4c5b79931 (patch) | |
tree | eca5ab2a0778593b00f98b4bbbc151a4fd838894 /debian/README.debian | |
parent | f29f632e05deb807b21966b448eb2cc65f36dfc3 (diff) |
Debian support.
Diffstat (limited to 'debian/README.debian')
-rw-r--r-- | debian/README.debian | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/README.debian b/debian/README.debian new file mode 100644 index 0000000..a2e743b --- /dev/null +++ b/debian/README.debian @@ -0,0 +1,13 @@ +libcompface for DEBIAN +---------------------- + +To generate a X-Face header from an arbitrary sized jpg face.jpg, use: + + djpeg face.jpg | pnmscale -width=48 -height=48 | ppmtopgm | pgmtopbm | pbmtoxbm | compface + +There have been some trouble reported about using the compface lib, se +http://www.debian.org/Bugs/db/12/12302.html, but the utilities provided with +it seems to be working fine. This bug has been forwarde to the upstream +author, but he's not replyed... + +Hakan Ardo <hakan@debian.org>, Thu, 18 Sep 1997 12:37:18 +0200 |