Interoperability samples

This folder contains interoperability samples of Quasar with other languages. In particular, the following samples are available:

Cpp_API Use of the C++ external interface. Write a host program in C++ and call Quasar code from this host program
Cpp_Quasar Examples on how to use Quasar from C++
CSharp Use Quasar from a C# host program. Examples match the Cpp_API
FSharp Use Quasar from a F# host program.
IronPython Use Quasar from an IronPython host program
DirectShowCam A demonstration sample of exposing Microsoft DirectShow interfaces to Quasar by means of a C# library [Windows platform only]
TIFFIO Source code of a Quasar library for loading and saving TIFF files, with support for some specific TIFF features, like 8-bit, 16-bit and 32-bit bitdepths and multi-slice images.

For more detailed information on the programming techniques being used, refer to the External Interface Reference document.