Guetzli Versions Save

Perceptual JPEG encoder

v1.0.1

7 years ago

This release:

  • fixes yet another crash for small images (#38),
  • makes metadata handling consistent (#100),
  • adds memory limit support (#75),
  • fixes some incorrect error messages (#40),
  • fixes various build issues (a.o. removes the gflags dependency) and missing documentation.

v1.0

7 years ago

Changelog:

  • fixed two crashes (#29 and 5de9ad899c83b4fa5225f44766fc8fcc760a68c9),
  • made memory requirements more explicit.

v0.2

7 years ago

Changelog:

  • same filename for input and output now works (#20),
  • various compilation issues were fixed (#12, #14),
  • fixed a crash on Windows due to usage of uninitialized memory (#23),
  • 64-bit binaries for Windows are now released.

Note that this release fixes a bug that resulted in crashes due to invalid memory access patterns.

v0.1

7 years ago

Changelog:

  • fixed #1, which caused some viewers to be unable to open generated JPEGs,
  • made a working build system for Windows.

Binaries enclosed here are statically linked with all their dependencies, but not necessarily with the C library.

v0

7 years ago