PNG Data Encoder and Container
Package:
Summary:
Encode and decode data inside PNG images
Groups:
Author:
Description:
This class can be used to encode and decode data inside PNG images.
It can take a string of data or a file and creates an image in PNG format that stores the values of the given data. The generated image can be monochrome or colored.
The class can also do the opposite, i.e. recover the data previously stored in a PNG image.
It can take a string of data or a file and creates an image in PNG format that stores the values of the given data. The generated image can be monochrome or colored.
The class can also do the opposite, i.e. recover the data previously stored in a PNG image.
Comments are closed.