Harlequin RIP SDK

Utilities for RasterDescription manipulation. More...

#include "skinkit.h"
#include "skinras.h"
#include "hqmemcpy.h"
#include "hqstr.h"
#include "mem.h"
#include "swdataapi.h"

Functions

size_t RasterDescriptionPack (RasterDescription *rd, void *addr)
 Pack a raster description into a contiguous block of memory. More...
 
RasterDescriptionRasterDescriptionUnpack (const void *addr)
 Unpack a raster description from a contiguous block of memory into allocated memory. More...
 
void RasterDescriptionFreeUnpacked (RasterDescription **ppRD)
 Free the memory allocated for a RasterDescription previously created by RasterDescriptionUnpack(). More...
 
RASTER_SHEETRasterSheetFromDescription (const RasterDescription *pRD)
 Get the raster sheet currently being rendered in an (unpacked) raster description. More...
 

Detailed Description

Utilities for RasterDescription manipulation.