pngtext.pngtext

Contains the functions to read/write to hidden data in png files.

Members

Classes

PNGText
class PNGText

To read/write data from a png image

Manifest constants

CONST_INFO
enum CONST_INFO;

description of constants

DENSITY_HIGH
enum DENSITY_HIGH;

High storage density (4 bits per 8 bits)

DENSITY_LOW
enum DENSITY_LOW;

Low storage density (1 bit per 8 bits)

DENSITY_MAX
enum DENSITY_MAX;

Maximum storage density (8 bits per 8 bits)

DENSITY_MEDIUM
enum DENSITY_MEDIUM;

Medium storage density (2 bits per 8 bits)

Variables

DENSITIES
ubyte[4] DENSITIES;

Possible values for density

DENSITY_NAMES
string[4] DENSITY_NAMES;

names associated with above densities

QUALITY_NAMES
string[4] QUALITY_NAMES;

quality names associated with above densities

Meta