operation manual
standardized compression method for full-color and gray-
scale images.
The distributed programs provide conversion between
JPEG "JFIF" format and image files in PBMPLUS
PPM/PGM, GIF, BMP, and Targa file formats. The core
compression and decompression library can easily be
reused in other programs, such as image viewers. The
package is highly portable C code; we have tested it on
many machines ranging from PCs to Crays.
We are releasing this software for both noncommercial
and commercial use.
Companies are welcome to use it as the basis for JPEG-
related products. We do not ask a royalty, although we
do ask for an acknowledgement in product literature (see
the README file in the distribution for details). We hope
to make this software industrial-quality --- although, as
with anything that's free, we offer no warranty and accept
no liability. For more information, contact jpeg-
info@jpegclub.org.
Contents of this directory jpegsrc.vN.tar.gz contains
source code, documentation, and test files for release N
in Unix format.
jpegsrN.zip contains source code, documentation, and
test files for release N in Windows format.
jpegaltui.vN.tar.gz contains source code for an alternate
user interface for cjpeg/djpeg in Unix format.
jpegaltuiN.zip contains source code for an alternate user
interface for cjpeg/djpeg in Windows format.
wallace.ps.gz is a PostScript file of Greg Wallace's
introductory article about JPEG. This is an update of the
article that appeared in the April 1991 Communications of
the ACM.
jpeg.documents.gz tells where to obtain the JPEG
standard and documents about JPEG-related file
formats.
jfif.ps.gz is a PostScript file of the JFIF (JPEG File
Interchange Format) format specification.
jfif.txt.gz is a plain text transcription of the JFIF
specification; it's missing a figure, so use the PostScript
version if you can.
TIFFTechNote2.txt.gz is a draft of the proposed revisions
to TIFF 6.0's JPEG support.
pm.errata.gz is the errata list for the first printing of the
textbook "JPEG Still Image Data Compression Standard"
by Pennebaker and Mitchell.
jdosaobj.zip contains pre-assembled object files for
JMEMDOSA.ASM. If you want to compile the IJG code
for MS-DOS, but don't have an assembler, these files
may be helpful.
________________________________________
Expat LICENSE Copyright (c) 1998, 1999, 2000 Thai
Open Source Software Center Ltd
Permission is hereby granted, free of charge, to any
person obtaining a copy of this software and associated
documentation files (the "Software"), to deal in the
Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute,
sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do
so, subject to the following conditions:
The above copyright notice and this permission notice
shall be included in all copies or substantial portions of
the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT
WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A
PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
OTHER LIABILITY, WHETHER IN AN ACTION OF
CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE
OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
________________________________________
DirectFB LICENSE (c) Copyright 2001-2007 The
DirectFB Organization (directfb.org) (c) Copyright
2000-2004 Convergence (integrated media) GmbH All
rights reserved.
Written by Denis Oliver Kropp <dok@directfb.org>,
Andreas Hundt <andi@fischlustig.de>, Sven Neumann
<neo@directfb.org>, Ville Syrjälä <syrjala@sci.fi> and
Claudio Ciccani <klan@users.sf.net>.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General
Public License as published by the Free Software
Foundation; either version 2 of the License, or (at your
option) any later version. The complete text of the license
is found in the file COPYING.
________________________________________
GNU General Public LICENSE version 2 (GPLv2)
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
59 Temple Place, Suite 330, Boston, MA 02111-1307
USA
Everyone is permitted to copy and distribute verbatim
copies of this license document, but changing it is not
allowed.
Preamble The licenses for most software are designed to
take away your freedom to share and change it. By
contrast, the GNU General Public License is intended to
guarantee your freedom to share and change free
software--to make sure the software is free for all its
users.
This General Public License applies to most of the Free
Software Foundation's software and to any other program
whose authors commit to using it. (Some other Free
Software Foundation software is covered by the GNU
Library General Public License instead.) You can apply it
to your programs, too.
When we speak of free software, we are referring to
freedom, not price. Our General Public Licenses are
designed to make sure that you have the freedom to
distribute copies of free software (and charge for this
service if you wish), that you receive source code or can
47