#include <kanzi/kza2kzb/kza2kzb_api.hpp>#include <kanzi/core/cpp/memory.hpp>#include <kanzi/core/cpp/ostream.hpp>#include <kanzi/core/cpp/string_view.hpp>#include <kanzi/core/file/read_only_memory_file.hpp>Namespaces | |
| namespace | kanzi |
| namespace | tinyxml2 |
Functions | |
| unique_ptr< ReadOnlyMemoryFile > | kanzi::convertKzaToKzb (string_view fileName) |
| Reads a kza file from disk and produces a kzb file. | |
| unique_ptr< ReadOnlyMemoryFile > | kanzi::convertKzaToKzb (tinyxml2::XMLElement *kanziPackage) |
| Reads a kza file and produces a kzb file. | |
| void | kanzi::convertKzaToKzb (tinyxml2::XMLElement *kanziPackage, ostream &output) |
| Reads a kza file and produces a kzb file. | |
| string_view | kanzi::getImageConverterPath () |
| Gets the path to the external image converter application. | |
| uint32_t | kanzi::getKzaFormatVersion () |
| Gets the KZA Format Version supported by this library. | |
| bool | kanzi::isNativePixelFormatConversionEnabled () |
| Checks if the user has enabled native pixel format conversion. | |
| void | kanzi::setImageConverterPath (string_view imageConverterPath) |
| Set the path to the external image converter application. | |