# netpbm configuration menuconfig LIBNETPBM bool select LIBPNG if LIBNETPBM_PNG2PNM prompt "libnetpbm " help libnetpbm is a C programming library for reading, writing, and manipulating Netpbm images. It also contains a few general graphics manipulation tools, but it is not intended to be a graphics tools library. config LIBNETPBM_BUILD_FIASCO bool depends on LIBNETPBM prompt "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. config LIBNETPBM_PNM2XWD bool depends on LIBNETPBM prompt "pnmtoxwd" help Convert portable anymap to x window dump image config LIBNETPBM_XWD2PNM bool depends on LIBNETPBM prompt "xwdtopnm" help Convert x window dump image to portable anymap # FIXME: add library support (TIFF, JPEG, ...)