readme

来自「These are all the utilities you need to 」· 代码 · 共 23 行

TXT
23
字号
UPGRADE to testrel2.tar.Z for decompression to raw data files	'Raw' in this case means the output is the subsampledYCbCr output from the jpeg file. It is written to a filetype I've dubbed .YCC.  All this is is an Interleaved fileformat where one MCU's worth of Y is written followed byone MCU's worth of Cb and then the the same for Cr. Thereis no header so you must keep track of the image dimensions.NOTE to Tom Lane: I have added some #define's and #ifndefsto the headers to make the header files easier to integrateinto other applications. These include:jpeglib.h  - Ifndefs around DCTSIZE and DCTSIZE2 to prevent             redefinition problems.jmorecfg.h - ifndef BOOLEAN_DEFINED around boolean typedef.I would like it if these could be left in.Thanks,Jim Boucher(jboucher@flash.bu.edu)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?