Skip to content

Releases: justinfx/openimageigo

Release v1.3.0

20 May 04:27
Compare
Choose a tag to compare

New in v1.3.0

  • Adding missing Reset* methods to ImageBuf
  • Add new variation of Read method to ImageBuf that allows specifying subimage index

Patch release v1.2.1

07 Jun 04:10
Compare
Choose a tag to compare

New in v1.2.1

  • Add go.mod file for module support
  • Add missing Flatten() image algo operation

Minor release v1.2.0

28 Aug 23:40
Compare
Choose a tag to compare

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

22 Feb 02:30
Compare
Choose a tag to compare

Changes in v1.1.1

  • Added more calls to runtime.KeepAlive() in imagebufalgo, when passing Go args into C

Release v1.1.0

30 Jan 01:02
Compare
Choose a tag to compare

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

09 Jan 20:05
f64de34
Compare
Choose a tag to compare
  • Add more runtime.KeepAlive calls to ImageBuf

v1.0.0 Release

17 Nov 02:26
Compare
Choose a tag to compare

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.