Expand description

A simple library to conceal and reveal UTF-8 encoded data within PNG images.

Structs

Image that conceals or will conceal a payload
UTF-8 encoded data to be concealed in a carrier

Enums

Errors that can occur while opening or saving an image
Errors that can occur while encoding or decoding a carrier

Functions

Reveal UTF-8 encoded data within a carrier by reading its least significant bits
Encodes a payload into a carrier by overwriting in place its least significant bits
Opens an PNG image file as an RGB image
Saves an RGB image in the provided path