summaryrefslogtreecommitdiffstats
path: root/rules/libnetpbm.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2008-03-09 08:13:36 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2008-03-09 08:13:36 +0000
commitb75ca0a1b92b166b7a4b5e653a5fbbc73d5f7a07 (patch)
tree70a988b14b4f862e38e9fc997e59b362e4b67ebe /rules/libnetpbm.in
parent40e682c1d39bef1bedc1fdc27ef28757a3de7bac (diff)
downloadptxdist-b75ca0a1b92b166b7a4b5e653a5fbbc73d5f7a07.tar.gz
ptxdist-b75ca0a1b92b166b7a4b5e653a5fbbc73d5f7a07.tar.xz
* libnetpbm: add pbm/ppm-to-lj converters
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7829 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/libnetpbm.in')
-rw-r--r--rules/libnetpbm.in22
1 files changed, 22 insertions, 0 deletions
diff --git a/rules/libnetpbm.in b/rules/libnetpbm.in
index ee2bd9b52..697f50eae 100644
--- a/rules/libnetpbm.in
+++ b/rules/libnetpbm.in
@@ -2,6 +2,7 @@
menuconfig LIBNETPBM
bool
+ select LIBPNG if LIBNETPBM_PNG2PNM
prompt "libnetpbm "
help
libnetpbm is a C programming library for reading,
@@ -16,5 +17,26 @@ config LIBNETPBM_BUILD_FIASCO
help
FIASCO stands for Fractal Image and Sequence Codec.
+config LIBNETPBM_PBM2LJ
+ bool
+ depends on LIBNETPBM
+ prompt "pbmtolj"
+ help
+ Convert color pbm bitmaps to HP-PCL5
+
+config LIBNETPBM_PPM2LJ
+ bool
+ depends on LIBNETPBM
+ prompt "ppmtolj"
+ help
+ Convert monochrome ppm bitmaps to HP-PCL5
+
+config LIBNETPBM_PNG2PNM
+ bool
+ depends on LIBNETPBM
+ prompt "pngtopnm"
+ help
+ Convert png images to portable anymap.
+
# FIXME: add library support (TIFF, JPEG, ...)