vix

Elixir extension for libvips

MIT License

Downloads
370.3K
Stars
169
Committers
6
vix - v0.16.1-rc1

Published by akash-akya over 1 year ago

vix - v0.16.0

Published by akash-akya over 1 year ago

What's Changed

Breaking changes

With the new release, Vix will use prebuilt libvips binary over the libvips provided by the platform.
This might break your code if you were relaying any operation which are not present in the prebuilt libvips.
Please test the latest version first before using. You should see compilation failure if you are using any such function.

If you want to continue using platform provided libvips over the prebuilt binary, please check the document: https://github.com/akash-akya/vix#pre-compiled-nif-and-libvips

Full Changelog: https://github.com/akash-akya/vix/compare/v0.15.1...v0.16.0

vix - v0.15.1-alpha.3

Published by akash-akya over 1 year ago

vix - v0.15.1

Published by akash-akya almost 2 years ago

What's Changed

Full Changelog: https://github.com/akash-akya/vix/compare/v0.15.0...v0.15.1

vix - v0.15.0

Published by akash-akya almost 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/akash-akya/vix/compare/v0.14.0...v0.15.0

vix - v0.14.0

Published by akash-akya about 2 years ago

What's Changed

Full Changelog: https://github.com/akash-akya/vix/compare/v0.13.0...v0.14.0

vix - v0.13.0

Published by akash-akya about 2 years ago

What's Changed

Full Changelog: https://github.com/akash-akya/vix/compare/v0.12.0...v0.13.0

vix - v0.12.0

Published by akash-akya about 2 years ago

What's Changed

Full Changelog: https://github.com/akash-akya/vix/compare/v0.11.0...v0.12.0

vix - v0.11.0

Published by akash-akya over 2 years ago

What's Changed

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

Full Changelog: https://github.com/akash-akya/vix/compare/v0.10.1...v0.11.0

vix - v0.10.1

Published by akash-akya over 2 years ago

Corrected documentation and param name of new_from_enum

vix - v0.10.0

Published by akash-akya over 2 years ago

What's Changed

Full Changelog: https://github.com/akash-akya/vix/compare/v0.9.0...v0.10.0

vix - v0.9.0

Published by akash-akya over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/akash-akya/vix/compare/v0.8.0...v0.9.0

vix - v0.8.0

Published by akash-akya over 2 years ago

What's Changed

Misc

New Contributors

Full Changelog: https://github.com/akash-akya/vix/compare/v0.7.0...v0.8.0

vix - v0.7.0

Published by akash-akya almost 3 years ago

Changes

  • add support for vips-interpolate
  • support mutable image
  • include foreign operations
vix - v0.6.1

Published by akash-akya almost 3 years ago

  • remove arch compiler flag to address compilation issue in mac m1 (arm64)
vix - v0.6.0

Published by akash-akya about 3 years ago

Changes

  • support VipsBlob and VipsRefString
vix - v0.5.0

Published by akash-akya about 3 years ago

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
vix - v0.4.0

Published by akash-akya about 3 years ago

  • support UTF-8 string
  • fix compilation issue
vix - v0.3.0

Published by akash-akya over 3 years ago

  • 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
vix - v0.2.1

Published by akash-akya over 3 years ago

  • correct package files