Skip to content

Releases: vstroebel/jpeg-encoder

v0.6.1

23 Mar 07:45
d85bc4c

Choose a tag to compare

Bump version to 0.6.1

v0.6.0

09 Oct 05:53
c533b68

Choose a tag to compare

Increase MSRV to 1.61
Minor tweaks

v0.5.1

31 Mar 07:58
201ca4f

Choose a tag to compare

Fix bad color conversion

v0.5.0

13 Feb 18:33
1864e4e

Choose a tag to compare

  • Fix chroma subsampling in sequential encoding
  • Remove image crate from dev dependencies

v0.4.1

15 Oct 10:16
fb9b6a9

Choose a tag to compare

Fixed simd feature on 32bit x86

v0.4.0

13 Oct 10:25
dc198a4

Choose a tag to compare

  • Add support to compile with no_std + alloc

v0.3.0

29 Jul 10:19
333b6c2

Choose a tag to compare

  • AVX2 based FDCT and RGB to YCbCr conversion
  • Other performance optimizations

0.2.0

07 Jul 10:27
431b463

Choose a tag to compare

  • Add support for different quantization tables
  • Switch ImageBuffer::fill_buffers from pixels to scanlines