Releases: justinfx/openimageigo
Releases · justinfx/openimageigo
Release v1.3.0
Patch release v1.2.1
New in v1.2.1
- Add go.mod file for module support
- Add missing
Flatten()
image algo operation
Minor release v1.2.0
New in v1.2.0
- Fix broken ComputePixelHashSHA1 not copying C string properly
- Various fixes to C string memory handling
- go 1.11 compatible project restructuring
- Update default boost library LDFLAGS
- Add missing runtime.KeepAlive calls
Patch release v1.1.1
Changes in v1.1.1
- Added more calls to
runtime.KeepAlive()
in imagebufalgo, when passing Go args into C
Release v1.1.0
Changes in v1.1.0
- Prevent potential memory leaks by properly deleting C++ pointers through API instead of
free()
- Add explicit
Destroy()
methods to immediately free the resources, instead of waiting for GC to run finalizers
Patch release v1.0.2
- Add more
runtime.KeepAlive
calls toImageBuf
v1.0.0 Release
Since openimageigo has been in production use, this tag marks that aspect. The API bindings still do not full cover the entire C++ api, but we would only add missing API as opposed to changing existing signatures.