Harlequin RIP SDK

Optionally print page information for raster backends. More...

#include "std.h"
#include "swdevice.h"
#include "skinras.h"

Functions

void debug_page_info (DEVICELIST *dev, uint8 *filename, RasterDescription *rd)
 If the boolean RasterParam /DebugPageInfo is true, print information about the page being output. More...
 

Detailed Description

Optionally print page information for raster backends.

Function Documentation

◆ debug_page_info()

void debug_page_info ( DEVICELIST dev,
uint8 filename,
RasterDescription rd 
)

If the boolean RasterParam /DebugPageInfo is true, print information about the page being output.

Parameters
[in]devThe device that filename was opened on, or NULL if no filename has been opened for the raster.
[in]filenameA filename relative to dev, or NULL if no filename has been opened for the raster.
[in]rdA description of the raster being output.