• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

READMEH A D18-Oct-1994816 2316

cderror.hH A D18-Oct-19944.5 KiB12888

cdjpeg.hH A D18-Oct-19943.3 KiB10253

djpeg.cH A D18-Oct-199415.4 KiB525349

jconfig.hH A D18-Oct-19945.3 KiB15526

jdapi.cH A D18-Oct-199410.7 KiB359202

jdmainct.cH A D18-Oct-199421.1 KiB547273

jmorecfg.hH A D18-Oct-19949 KiB28697

jpeglib.hH A D18-Oct-199434.7 KiB858392

rdraw.cH A D18-Oct-199411.4 KiB384229

wrraw.cH A D18-Oct-19945.2 KiB19091

README

1UPGRADE to testrel2.tar.Z for decompression to raw data files
2
3	'Raw' in this case means the output is the subsampled
4YCbCr output from the jpeg file. It is written to a file
5type I've dubbed .YCC.  All this is is an Interleaved file
6format where one MCU's worth of Y is written followed by
7one MCU's worth of Cb and then the the same for Cr. There
8is no header so you must keep track of the image dimensions.
9
10NOTE to Tom Lane: I have added some #define's and #ifndefs
11to the headers to make the header files easier to integrate
12into other applications. These include:
13
14jpeglib.h  - Ifndefs around DCTSIZE and DCTSIZE2 to prevent
15             redefinition problems.
16
17jmorecfg.h - ifndef BOOLEAN_DEFINED around boolean typedef.
18
19I would like it if these could be left in.
20
21Thanks,
22Jim Boucher(jboucher@flash.bu.edu)
23