SplashIt

This software contains contributions (see below) from other authors and different licenses may apply. 
Please refer to the source code files to know which individual license may apply, and to the links below
of the licenses for an exact statement of the conditions. They include:
 
The Code Project License CPOL - http://www.codeproject.com/info/cpol10.aspx 
Creative Commons license CC 3.0 - http://creativecommons.org/licenses/by/3.0/
GNU General Public License GPLv3 - https://www.gnu.org/copyleft/gpl.html

All the other files are distributed under the terms of the GNU General
Public License Version 3 (the "GPL").

CondZero www.accessroot.com

# OVERVIEW

This C/C++ source code accompanies with SplashIt application available On Line at

    http://www.accessroot.com/arteam/site/download.php?view.336

This source code reads and writes supported WIC (decode/encode) enabled image types
including JPEG, BMP, PNG, GIF, TIFF and HD Photo. The Windows Imaging Component (WIC) 
supports discovery of new and proprietary (e.g., Raw) image formats. 

(4) projects are included:

SplashIt - SplashIt GUI interface
Splashdll - splash dll
Splashlitedll - splash lite (version) dll
Splashbin - SplashIt template 

# USAGE

Please refer to the Splash.pdf file and the included splash.chm (help) file
for more details.

# REQUIREMENTS

The code is written in ANSI C/C++, and should compile on any system 
with an ANSI C/C++ compiler as a 32bit application.
This software was initially developed under WinXP SP3 using VS2005,
hence the use of GDI+ v1.0 (and not later available versions) in use
under Vista and Win7.

# COMPILATION

Copy the individual projects to your IDE specific project library. Follow the requirements
on the Build Instructions / Project Properties (from the Splash.pdf file) for each project in
creating your own projects. Note the dependencies for each project when building.