************************************************************************
What is STEGO?
************************************************************************
Using this program, by Steganography,
 you can encode some information into the
BMP files. Transmit the same. Use this program,
to decode the text from the image.


1:  Take a BMP file, run it through this
     program, with some text, you wish to encode.

2:  Then, send the encoded BMP file to a friend.

3:  The friend would run the encoded BMP file through
      this program, and decode your message.

************************************************************************
Developments/Hacking?
************************************************************************
If you are hacking the program, please 
inform me of developements at [gnumuthu@users.sf.net]

************************************************************************
How to INSTALL?
************************************************************************
Just become 'su', the do this if you want to install in the /usr prefix.
0: ./configure 
1: make
2: make install

If you cant become su, just replace 
step 0: ./configure --prefix=/home/`who`

************************************************************************
Dependencies 
************************************************************************
1: Gtk version 2.0 or later.
2: LIBC system.
3: GNU/Linux system ofcourse!
