Skip to content

Releases: akash-akya/vix

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

v0.3.0

04 May 15:43
Compare
Choose a tag to compare
  • add write_to_buffer
  • support different image header values
  • correct handling of double value
  • add experimental image display (intended to be used with patched livebook)
  • change spec for header value - do not wrap return values in tuple
  • remove mutable operations
  • add vips_image_copy_memory
  • update documentation
  • remove deprecated required arguments
  • add vips_image_new_from_image

v0.2.1

26 Apr 15:48
Compare
Choose a tag to compare
  • correct package files