Skip to content

Releases: auyer/steganography

Steganography Lib v1.0.2

23 Nov 14:07
Compare
Choose a tag to compare

Improvements in the code:

  • Cleanup Encode return to one place, removes a long forgotten print
  • More tests

Steganography Lib v1.0.1

29 Jul 15:48
Compare
Choose a tag to compare

This release uses NRGBA (alpha-premultiplied color) as its color model.
This avoids a few possible alpha channel issues.
Also migrates from CircleCI do GitHub Actions.

v1.0.0 : Consolidated API

27 Apr 05:30
9df5d4b
Compare
Choose a tag to compare

Version 1.0 brings a cleaner API, better tests, and better docs.

The main difference is when encoding an image. Instead of returning a buffer pointer, the pointer must be passed as a parameter.
This solves a bug with very small images.

v0.1.0

24 Apr 22:14
9df5d4b
Compare
Choose a tag to compare

First version.
This release is ment to be used by legacy software, since the API will change in the next version.

The current api consists of: