diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-02-09 16:14:25 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-02-09 16:14:25 +0000 |
commit | 2022b6a18644db6d9189ac8d5ba64cc20a4f2019 (patch) | |
tree | 91e8794c320528c4db3e9228c74fb83374a008e2 /graphics/xpcd/pkg-descr | |
parent | 7d7de187c7681183f9483a16c5269c0110d9e0c9 (diff) | |
download | FreeBSD-ports-2022b6a18644db6d9189ac8d5ba64cc20a4f2019.zip FreeBSD-ports-2022b6a18644db6d9189ac8d5ba64cc20a4f2019.tar.gz |
This is a PhotoCD tool collection.
This packages core application is a command line tool which can read
so-called PhotoCD (*.pcd) images and convert them to PPM or JPEG
(pcdtoppm). Also included is a PhotoCD viewing frontend for X (xpcd).
Main benefit in this package is that it is capable to open PhotoCD
pictures in 3072x2048 pixels resolution and convert them to JPEG,
while most of the other applications that I've seen don't go beyond
768x512.
This application is also packaged (by other people) into Debian
(http://packages.debian.org/stable/graphics/xpcd.html)
- Fix pkg-plist, ports installed more files.
- set manpages in Makefile
- Fix Head of makefile
PR: 31539
Submitted by: juha.o.ylitalo@nokia.com
Diffstat (limited to 'graphics/xpcd/pkg-descr')
-rw-r--r-- | graphics/xpcd/pkg-descr | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/graphics/xpcd/pkg-descr b/graphics/xpcd/pkg-descr new file mode 100644 index 0000000..071c314 --- /dev/null +++ b/graphics/xpcd/pkg-descr @@ -0,0 +1,5 @@ +This is a PhotoCD tool collection. + +This packages core application is a command line tool which can read +so-called PhotoCD (*.pcd) images and convert them to PPM or JPEG +(pcdtoppm). Also included is a PhotoCD viewing frontend for X (xpcd). |