jpeg
所属分类:
源码/资料
开发工具:LINUX
文件大小:711KB
下载次数:108
上传日期:2004-06-17 22:23:31
上 传 者:
kingene4
说明: 有关JPEG的库和使用
(Relating to the Treasury and the use of JPEG)
文件列表:
jpeg (0, 2004-01-04)
jpeg\CVS (0, 2004-01-04)
jpeg\CVS\Root (37, 2002-04-02)
jpeg\CVS\Repository (17, 2002-04-02)
jpeg\CVS\Entries (6885, 2002-04-02)
jpeg\ansi2knr.1 (1529, 2001-12-07)
jpeg\ansi2knr.c (22315, 2001-12-07)
jpeg\cderror.h (5249, 2001-12-07)
jpeg\cdjpeg.c (4682, 2001-12-07)
jpeg\cdjpeg.h (6123, 2001-12-07)
jpeg\change.log (9284, 2001-12-07)
jpeg\cjpeg.1 (10126, 2001-12-07)
jpeg\cjpeg.c (19852, 2001-12-07)
jpeg\ckconfig.c (12166, 2001-12-07)
jpeg\coderules.doc (5364, 2001-12-07)
jpeg\config.guess (35805, 2001-12-07)
jpeg\config.sub (26432, 2001-12-07)
jpeg\configarm.sh (127, 2001-12-07)
jpeg\configure (61122, 2001-12-07)
jpeg\djpeg.1 (7416, 2001-12-07)
jpeg\djpeg.c (19339, 2001-12-07)
jpeg\example.c (17091, 2001-12-07)
jpeg\filelist.doc (8368, 2001-12-07)
jpeg\install-sh (5584, 2001-12-07)
jpeg\install.doc (51928, 2001-12-07)
jpeg\jcapimin.c (9121, 2001-12-07)
jpeg\jcapistd.c (5881, 2001-12-07)
jpeg\jccoefct.c (16400, 2001-12-07)
jpeg\jccolor.c (14848, 2001-12-07)
jpeg\jcdctmgr.c (12469, 2001-12-07)
jpeg\jchuff.c (28222, 2001-12-07)
jpeg\jchuff.h (1575, 2001-12-07)
jpeg\jcinit.c (2349, 2001-12-07)
jpeg\jcmainct.c (9168, 2001-12-07)
jpeg\jcmarker.c (17245, 2001-12-07)
jpeg\jcmaster.c (19889, 2001-12-07)
jpeg\jcomapi.c (3110, 2001-12-07)
jpeg\jconfig.bcc (1416, 2001-12-07)
jpeg\jconfig.cfg (1179, 2001-12-07)
... ...
<2001/7/13 Fri ealin>
how to make :
Dragon Ball Version -
make clean
make -f makefile.68k
make -f makefile.68k install-lib
// the all include flies and libs would be copyed to ./dragon ball
Other Version -
make clean
make
make install
<2001/7/13 Fri ealin>
The Independent JPEG Group's JPEG software
==========================================
README for release 6b of 27-Mar-19***
====================================
This distribution contains the sixth public release of the Independent JPEG
Group's free JPEG software. You are welcome to redistribute this software and
to use it for any purpose, subject to the conditions under LEGAL ISSUES, below.
Serious users of this software (particularly those incorporating it into
larger programs) should contact IJG at jpeg-info@uunet.uu.net to be added to
our electronic mailing list. Mailing list members are notified of updates
and have a chance to participate in technical discussions, etc.
This software is the work of Tom Lane, Philip Gladstone, Jim Boucher,
Lee Crocker, Julian Minguillon, Luis Ortiz, George Phillips, Davide Rossi,
Guido Vollbeding, Ge' Weijers, and other members of the Independent JPEG
Group.
IJG is not affiliated with the official ISO JPEG standards committee.
DOCUMENTATION ROADMAP
=====================
This file contains the following sections:
OVERVIEW General description of JPEG and the IJG software.
LEGAL ISSUES Copyright, lack of warranty, terms of distribution.
REFERENCES Where to learn more about JPEG.
ARCHIVE LOCATIONS Where to find newer versions of this software.
RELATED SOFTWARE Other stuff you should get.
FILE FORMAT WARS Software *not* to get.
TO DO Plans for future IJG releases.
Other documentation files in the distribution are:
User documentation:
install.doc How to configure and install the IJG software.
usage.doc Usage instructions for cjpeg, djpeg, jpegtran,
rdjpgcom, and wrjpgcom.
*.1 Unix-style man pages for programs (same info as usage.doc).
wizard.doc Advanced usage instructions for JPEG wizards only.
change.log Version-to-version change highlights.
Programmer and internal documentation:
libjpeg.doc How to use the JPEG library in your own programs.
example.c Sample code for calling the JPEG library.
structure.doc Overview of the JPEG library's internal structure.
filelist.doc Road map of IJG files.
coderules.doc Coding style rules --- please read if you contribute code.
Please read at least the files install.doc and usage.doc. Useful information
can also be found in the JPEG FAQ (Frequently Asked Questions) article. See
ARCHIVE LOCATIONS below to find out where to obtain the FAQ article.
If you want to understand how the JPEG code works, we suggest reading one or
more of the REFERENCES, then looking at the documentation files (in roughly
the order listed) before diving into the code.
OVERVIEW
========
This package contains C software to implement JPEG image compression and
decompression. JPEG (pronounced "jay-peg") is a standardized compression
method for full-color and gray-scale images. JPEG is intended for compressing
"real-world" scenes; line drawings, cartoons and other non-realistic images
are not its strong suit. JPEG is lossy, meaning that the output image is not
exactly identical to the input image. Hence you must not use JPEG if you
have to have identical output bits. However, on typical photographic images,
very good compression levels can be obtained with no visible change, and
remarkably high compression levels are possible if you can tolerate a
low-quality image. For more details, see the references, or just experiment
with various compression settings.
This software implements JPEG baseline, extended-sequential, and progressive
compre ... ...
近期下载者:
相关文件:
收藏者: