Releases: akash-akya/vix
Releases · akash-akya/vix
v0.11.0
What's Changed
- Handle vips target write errors by @akash-akya in #52
Thanks to @kipcole9 for brainstorming and helping with the implementation.
Full Changelog: v0.10.1...v0.11.0
v0.10.1
Corrected documentation and param name of new_from_enum
v0.10.0
What's Changed
- Add support for streaming read & write by @akash-akya in #36
- Refactor handling of VipsArray by @akash-akya in #44
- Support loading raw pixel data from binary without copying by @akash-akya in #45
- Return raw pixel data of the image as binary by @akash-akya in #46
- Add write_to_tensor by @kipcole9 in #43
Full Changelog: v0.9.0...v0.10.0
v0.9.0
What's Changed
- Add support for Access behaviour, add Image.has_alpha? by @kipcole9 in #37
- Make error logging configurable and disable it by default by @akash-akya in #40
- Handle null g_value by @akash-akya in #41
New Contributors
Full Changelog: v0.8.0...v0.9.0
v0.8.0
What's Changed
- use correct meta field for n_pages by @cigrainger in #32
- Correct image header macro by @akash-akya in #33
- Add Image.new_from_buffer by @akash-akya in #30
Misc
- Use latest libvips in Github workflow by @akash-akya in #31
New Contributors
- @cigrainger made their first contribution in #32
Full Changelog: v0.7.0...v0.8.0
v0.7.0
Changes
- add support for vips-interpolate
- support mutable image
- include foreign operations
v0.6.1
- remove arch compiler flag to address compilation issue in mac m1 (arm64)
v0.6.0
Changes
- support VipsBlob and VipsRefString
v0.5.0
v0.4.0
- support UTF-8 string
- fix compilation issue