五、帧图像开始SOF0(Start of Frame),数值0xC0 1、帧开始长度(start of frame length) 2、精度(precision),每个颜色分量每个像素的位数(bits per pixel per color component) 3、图像高度(image height) 4、图像宽度(image width) 5、颜色分量数(number of color components) 6、对每个颜色分量(for each component) 包括:ID、垂直方向的样本因子(vertical sample factor)、水平方向的样本因子(horizontal sample factor) 、量化表号(quantization table#)
六、一个或者多个霍夫曼表DHT(Difine Huffman Table),数值0xC4 1、霍夫曼表的长度(Huffman table length) 2、类型、AC或者DC(Type, AC or DC) 3、索引(Index) 4、位表(bits table) 5、值表(value table)
七、扫描开始SOS(Start of Scan),数值0xDA 1、扫描开始长度(start of scan length) 2、颜色分量数(number of color components) 3、每个颜色分量 包括:ID、交流系数表号(AC table #)、直流系数表号(DC table #) 4、压缩图像数据(compressed image data)