Skip to content

Releases: klippa-app/go-libheif

v1.3.0

23 May 14:27
989ecdd
Compare
Choose a tag to compare

What's Changed

  • Bump github.com/hashicorp/go-plugin from 1.5.1 to 1.5.2 by @dependabot in #4
  • Bump github.com/hashicorp/go-plugin from 1.5.2 to 1.6.0 by @dependabot in #8
  • Bump github.com/strukturag/libheif from 1.16.2 to 1.17.3 by @dependabot in #7
  • Bump github.com/hashicorp/go-hclog from 1.5.0 to 1.6.2 by @dependabot in #12
  • Bump github.com/hashicorp/go-hclog from 1.6.2 to 1.6.3 by @dependabot in #14
  • Bump github.com/strukturag/libheif from 1.17.3 to 1.17.6 by @dependabot in #13
  • Bump github.com/hashicorp/go-plugin from 1.6.0 to 1.6.1 by @dependabot in #15

Full Changelog: v1.2.0...v1.3.0

v1.2.0

13 Oct 09:26
Compare
Choose a tag to compare

This library now supports rendering HEIC/HEIF/AVIF files to jpeg with libjpeg-turbo, boosting the render time, since libjpeg-turbo is a lot faster than the Go JPEG encode implementation. You will need to have libjpeg-turbo installed and build/run with the tag go_libheif_use_turbojpeg.

If you use libjpeg-turbo, you can also use the option Progressive to output a progressive JPEG.

The quality option has also been added to override the default quality (95).

Full Changelog: v1.1.0...v1.2.0

v1.1.0

16 Sep 08:30
Compare
Choose a tag to compare

Warning: Backwards compatibility change!

  • The function RenderFile now outputs a struct so that we can give back more information like the image size, original format and new format.

What's Changed

  • Add dependabot and test by @jerbob92 in #1
  • Bump github.com/hashicorp/go-plugin from 1.4.10 to 1.5.1 by @dependabot in #3
  • Bump all indirect dependencies
  • Change the output of RenderFile to a struct so that we can give back more information like the image size, original format and new format.

New Contributors

Full Changelog: v1.0.0...v1.1.0

v1.0.0

25 Jul 10:28
Compare
Choose a tag to compare