Total Pageviews

Monday, October 4, 2010

libjpeg

http://linux.softpedia.com/progDownload/libjpeg-Download-160.html


wget libjpeg version(strable)

cd libjpeg version
./configure
makezone "reshma.com" IN {
type master;
file "/var/named/reshma.com.zone";
allow-update { none; };
};

make install

http://www.libpng.org/pub/png/libpng.html
wget link location
uzip and untar
./configure
make
make install

1 comment:

  1. libjpeg is a library written entirely in C which contains a widely-used implementation of a JPEG decoder, JPEG encoder and other JPEG utilities.

    The following utility programs are available with libjpeg:

    * cjpeg and djpeg, for performing conversions between JPEG and some other popular image file formats.
    * rdjpgcom and wrjpgcom, for inserting and extracting textual comments in JFIF files.
    * jpegtran – a utility for lossless transcoding between different JPEG formats.

    ReplyDelete