The contents of the MrSID SDK include the following:
Cover documentation
In the top-level directory, the README.txt
and CHANGES.txt
files contain information about late changes to the SDK
License
In the top-level directory, the file LICENSE.txt
contains the complete licensing information for this SDK
User Manual
The User Manual (this document) can be found at doc/UserManual/index.htm
Reference Manual
The Reference Manual, containing detailed information about each class and method, can be found at doc/ReferenceManual/index.html
Headers
The header files for the MrSID SDK are located in the include
directory. (The Reference Manual provides full documentation for these headers.)
Libraries
The libraries for the SDK are located in the lib
directory
Non-LizardTech libraries
Other non-LizardTech libraries supplied with this SDK are located in the 3rd-party
directory
Command-line tools
A number of tools are provided in the bin
directory to aid in development, debugging, and testing. (Documentation for these tools can be found in the chapter, Command Line Applications.)
A number of example functions are included in the directory examples/src
. The test images used by these examples are located in examples/data
. (The Reference Manual provides additional information about these examples.)