Functions for registering and deregistering the LibJPEG API instances. More...
Functions | |
HqBool | libjpeg_register (sw_rdr_api_20191120 *rdr_api_20191120) |
Register the LibJPEG API in RDR using class RDR_CLASS_API, type RDR_API_LIBJPEG and priority SW_RDR_NORMAL. More... | |
void | libjpeg_deregister (sw_rdr_api_20191120 *rdr_api_20191120) |
Deregister the LibJPEG API from RDR. More... | |
Functions for registering and deregistering the LibJPEG API instances.
Copyright (C) 2023 Global Graphics Software Ltd. All rights reserved. Global Graphics Software Ltd. Confidential Information.
void libjpeg_deregister | ( | sw_rdr_api_20191120 * | rdr_api_20191120 | ) |
Deregister the LibJPEG API from RDR.
The LibJPEG API is automatically deregistered when the Harlequin RIP is shutdown, however you should deregister it before the SDK is shutdown if you started it explicitly.
HqBool libjpeg_register | ( | sw_rdr_api_20191120 * | rdr_api_20191120 | ) |
Register the LibJPEG API in RDR using class RDR_CLASS_API, type RDR_API_LIBJPEG and priority SW_RDR_NORMAL.
The LibJPEG API is automatically registered when the Harlequin RIP is started, however you may register it any time after starting the SDK if you need to.