Skip to content

Releases: vstroebel/jpeg-encoder

v0.7.1

Choose a tag to compare

@vstroebel vstroebel released this 27 Jul 10:19
baf4019
Bump vesion to 0.7.1

v0.7.0

Choose a tag to compare

@vstroebel vstroebel released this 20 Jan 06:11
Run cargo fmt

v0.6.1

Choose a tag to compare

@vstroebel vstroebel released this 23 Mar 07:45
d85bc4c
Bump version to 0.6.1

v0.6.0

Choose a tag to compare

@vstroebel vstroebel released this 09 Oct 05:53
c533b68

Increase MSRV to 1.61
Minor tweaks

v0.5.1

Choose a tag to compare

@vstroebel vstroebel released this 31 Mar 07:58
201ca4f

Fix bad color conversion

v0.5.0

Choose a tag to compare

@vstroebel vstroebel released this 13 Feb 18:33
1864e4e
  • Fix chroma subsampling in sequential encoding
  • Remove image crate from dev dependencies

v0.4.1

Choose a tag to compare

@vstroebel vstroebel released this 15 Oct 10:16
fb9b6a9

Fixed simd feature on 32bit x86

v0.4.0

Choose a tag to compare

@vstroebel vstroebel released this 13 Oct 10:25
dc198a4
  • Add support to compile with no_std + alloc

v0.3.0

Choose a tag to compare

@vstroebel vstroebel released this 29 Jul 10:19
333b6c2
  • AVX2 based FDCT and RGB to YCbCr conversion
  • Other performance optimizations

0.2.0

Choose a tag to compare

@vstroebel vstroebel released this 07 Jul 10:27
431b463
  • Add support for different quantization tables
  • Switch ImageBuffer::fill_buffers from pixels to scanlines