Releases: vstroebel/jpeg-encoder
Releases · vstroebel/jpeg-encoder
v0.6.0
Increase MSRV to 1.61
Minor tweaks
v0.5.0
- Fix chroma subsampling in sequential encoding
- Remove image crate from dev dependencies
v0.4.1
Fixed simd feature on 32bit x86
v0.4.0
- Add support to compile with no_std + alloc
v0.3.0
- AVX2 based FDCT and RGB to YCbCr conversion
- Other performance optimizations
0.2.0
- Add support for different quantization tables
- Switch ImageBuffer::fill_buffers from pixels to scanlines