Harlequin RIP SDK

Functions for registering and deregistering the LibJPEG API instances. More...

#include "std.h"
#include "rdrapi.h"

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...
 

Detailed Description

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.

Function Documentation

◆ libjpeg_deregister()

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.

◆ libjpeg_register()

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.