Steganos  1.0
Steganography for Processing
 All Classes Functions
org.quark.stegnos.Steganograph Class Referenceabstract
Inheritance diagram for org.quark.stegnos.Steganograph:

Package Functions

abstract Analysis analysis (PImage carrier, PImage burden)
 
abstract Analysis analysis (PImage carrier, String burden)
 
abstract PImage embedImageInStegan (String pphrase, PImage cImage, PImage bImage)
 
abstract PImage embedTextInStegan (String pphrase, PImage cImage, String text)
 
abstract PImage extractImageFromStegan (String pphrase, PImage sImage)
 
abstract String extractTextFromStegan (String pphrase, PImage sImage)
 

Additional Inherited Members

- Public Attributes inherited from org.quark.stegnos.SteganosConstants
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

Base class for all versions of Steganograph implementation classes.

Author
Peter Lager

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