This is a convenience package to add JPEG and PNG support to the NetPbm
source distribution for DJGPP v2.

It includes the necesary files. Please for more information get the
original source packages:

IJG library: http://www.ijg.org
PNG library: http://www.libpng.org/pub/png/

Both packages come with guidelines to compile ok with DJGPP.

To compile NetPbm with JPEG and PNG support, edit the Makefile.config file
in the NetPbm source package, find and set the next variables:

JPEGLIB_DIR = $(SRCDIR)/../npbmlx
JPEGHDR_DIR = $(SRCDIR)/../npbmlx

PNGLIB_DIR = $(SRCDIR)/../npbmlx
PNGHDR_DIR = $(SRCDIR)/../npbmlx

M.Alvarez <malfer@teleline.es>

