Steganos  1.0
Steganography for Processing
 All Classes Functions
org.quark.stegnos.SteganosConstants Interface Reference
Inheritance diagram for org.quark.stegnos.SteganosConstants:

Public Attributes

int TEXT_BURDEN = 0x0
 
int IMAGE_BURDEN = 0x1
 
int RGB = PConstants.RGB
 
int ARGB = PConstants.ARGB
 
int UTF8 = 0x1
 
int[] CARRIER3_BITS = { 0x00000000, 0x00010101, 0x00030303, 0x00070707, 0x000f0f0f, 0x001f1f1f, 0x003f3f3f, 0x007f7f7f, 0x00ffffff }
 
int[] CARRIER4_BITS = { 0x00000000, 0x01010101, 0x03030303, 0x07070707, 0x0f0f0f0f, 0x1f1f1f1f, 0x3f3f3f3f, 0x7f7f7f7f, 0xffffffff }
 
int[] RGB_MERGED_BITS = { 0x00000000, 0xe0000000, 0xfc000000, 0xff800000, 0xfff00000, 0xfffe0000, 0xffffc000, 0xfffff800, 0xffffff00 }
 
int[] ARGB_MERGED_BITS = { 0x00000000, 0xf0000000, 0xff000000, 0xfff00000, 0xffff0000, 0xfffff000, 0xffffff00, 0xfffffff0, 0xffffffff }
 

Detailed Description

Constant values used in the library.

Author
Peter Lager

The documentation for this interface was generated from the following file: