3 This is the AROS port of the jpegsrc.v6b sources from IJG. It creates the
4 libjpeg linker library and some test programs. See doc directory for
5 full documentation and man files for the test programs. The sources
6 have the ljpeg-6b patch applied, that adds support for a JPEG format
7 with lossless compression/decompression. This patch also updated the
8 documentation in doc directory.
10 "This software is based in part on the work of the Independent JPEG Group"
12 This needs to be stated in accompanying documentation of all programs,
13 that make use of libjpeg or these sources.
14 See doc/README for copyright details.
16 You can find the original sources at:
17 ftp://ftp.uu.net/graphics/jpeg/jpegsrc.v6b.tar.gz
19 You can find the lossless patch at:
20 ftp://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/delegates/ljpeg-6b.tar.gz
23 doc : documentation for linker library and test programs
24 main : sources for libjpeg linker library
25 test : sources for test programs
26 datatype : jpeg.datatype, this doesn't belong to libjpeg, but is an application
27 using it; see jpeg.readme in there
29 Global changes to the original sources:
31 * Replaced EXTERN define by JEXTERN, because of conflicts
32 * Replaced GLOBAL define by JGLOBAL, because of conflicts
33 * Added missing prototypes to header files
35 Additional changes will be indicated in the file header of the changed file.
37 Files deleted from the original sources:
38 Makefiles and similar:
97 Files added to the original sources: