/*! \mainpage High Efficiency Image File Format Implementation APIs:
* <hr>
* Android Java/JNI API that combines both reader and writer operations see com.nokia.heif.HEIF class.
* <br>
* It internally relies on native c++ API below:
* <hr>
* C++ Object based API that combines both reader and writer operations see HEIFPP::Heif class.
* <br>
* It internally wraps APIs below:
* <hr>
* C++ HEIF writing API see HEIF::Writer class.
* <hr>
* C++ HEIF reading API see HEIF::Reader class.

*/