📄 readme
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -