Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 554 Bytes

File metadata and controls

22 lines (12 loc) · 554 Bytes

模拟渐进式JPG加载过程

simulate progressive jpeg loading

JPEG的压缩模式

  • 顺序式编码(Sequential Encoding)
  • 递增式编码(Progressive Encoding)
  • 无失真编码(Lossless Encoding)
  • 阶梯式编码(Hierarchical Encoding)

avatar

Watch the video

@参考资料 @解析参照,但这个我用着有问题就改了一下

@预子