Alchemy  1.0
A framework to robustly process network messages and structured data
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
sgraphy.cpp File Reference

Defines the entry point for the console application. More...

#include "sgraphy.h"
#include "bitmap.h"
#include <iostream>
#include <fstream>
#include <sstream>

Go to the source code of this file.

Detailed Description

Defines the entry point for the console application.

This simple stenography application demonstrates how data can be manipulated with the alchemy message formatting library.

The program can encode an ascii text message within a bitmap, as well as extract the message from a bitmap with an encoded message.

The MIT License(MIT)

Definition in file sgraphy.cpp.