digiKam
|
Public Member Functions | |
struct heif_error | alloc () |
heif_encoder (std::shared_ptr< heif::HeifContext > context, const struct heif_encoder_plugin *plugin) | |
void | release () |
~heif_encoder () | |
Public Attributes | |
void * | encoder = nullptr |
const struct heif_encoder_plugin * | plugin |
heif_encoder::heif_encoder | ( | std::shared_ptr< heif::HeifContext > | context, |
const struct heif_encoder_plugin * | plugin | ||
) |
heif_encoder::~heif_encoder | ( | ) |
struct heif_error heif_encoder::alloc | ( | ) |
void heif_encoder::release | ( | ) |
void* heif_encoder::encoder = nullptr |
Referenced by Digikam::DImgHEIFLoader::save().
const struct heif_encoder_plugin* heif_encoder::plugin |