Kanzi 4.0.0
kza2kzb.hpp File Reference

Namespaces

namespace  kanzi
 
namespace  tinyxml2
 

Functions

unique_ptr< ReadOnlyMemoryFilekanzi::convertKzaToKzb (string_view fileName)
 Reads a kza file from disk and produces a kzb file.
 
unique_ptr< ReadOnlyMemoryFilekanzi::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.