Skip to content

Releases: akash-akya/vix

v0.11.0

23 Jun 17:41
Compare
Choose a tag to compare

What's Changed

Thanks to @kipcole9 for brainstorming and helping with the implementation.

Full Changelog: v0.10.1...v0.11.0

v0.10.1

13 Jun 17:57
Compare
Choose a tag to compare

Corrected documentation and param name of new_from_enum

v0.10.0

12 Jun 10:31
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.0...v0.10.0

v0.9.0

23 Apr 16:05
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.0...v0.9.0

v0.8.0

09 Mar 17:25
Compare
Choose a tag to compare

What's Changed

Misc

New Contributors

Full Changelog: v0.7.0...v0.8.0

v0.7.0

08 Jan 17:59
Compare
Choose a tag to compare

Changes

  • add support for vips-interpolate
  • support mutable image
  • include foreign operations

v0.6.1

13 Nov 10:37
Compare
Choose a tag to compare
  • remove arch compiler flag to address compilation issue in mac m1 (arm64)

v0.6.0

09 Oct 12:50
Compare
Choose a tag to compare

Changes

  • support VipsBlob and VipsRefString

v0.5.0

04 Sep 11:06
Compare
Choose a tag to compare

Breaking changes

  • wrap vips-image in Elixir struct
  • use binary strings instead of charlist

Misc

  • fix required output values
  • return vips operation error from NIF
  • refactor VixResult handling
  • remove Image.display in favor of Kino library

v0.4.0

11 Aug 17:05
Compare
Choose a tag to compare
  • support UTF-8 string
  • fix compilation issue