/*******************************************************************************
 *
 * Author(s): Robert Monnig - Copyright (c) 2015
 * Project: qfg5pano
 * Project Version: 12-April-2015
 * Website: qfgmods.net
 * Description: Exports and imports panorama backgrounds from Quest for Glory 5
 *
 *******************************************************************************/

Use Game Extractor to extract IMG and NOD files from 'CDN.spk'.
For more information on how to achieve this see: http://qfgmods.net/SPK_File_Format

Usage: qfg5pano <input file> <output file>

Exporting Bmp Files
-------------------
To export a background you must then specify the input filename without an extension 
e.g '3000' for '3000.IMG/3000.NOD'. A bmp file matching the output filename will 
be produced. Also included is a batch script 'qfg5pano-extractAll.bat' to export the 
backgrounds of all IMG/NOD files found in the current directory.

Importing a Modified Bmp File
-----------------------------
To import a modified bmp file, specify the bmp file as the input file and the output 
filename without an extension. The bitmap will be imported into the IMG and NOD files 
matching the output filename. Put resulting IMG and NOD files in [QFG5 DIR]/Data/IMG 
and [QFG5 DIR]/Data/NOD (create folders if they don't exist).