Next Previous Contents

9.2 Library Functions

PSPOpen

Open a Paint Shop Pro (.psp) file for reading or writing and initialize associated data.

PSPClose

Close a Paint Shop Pro (.psp) file opened with PSPOpen.

PSPGetField

Read attribute data contained in the image

PSPSetLayer

Select the layer to work on either by absolute number or relative to current layer

PSPNextLayer

Change to the next layer

PSPSetChannel

Select the Channel to work on either by number or channel type

PSPNextChannel

Switch to the next channel

PSPReadScanline

Read a row from the selected channel

PSPMalloc

Allocate dynamic memory wrapper

PSPCalloc

Allocate dynamic memory wrapper

PSPFree

Free dynamic memory wrapper

PSPStrError

Return descriptive string for a PSP error

PSPDebug

Initialize debugging if enabled at compile-time.


Next Previous Contents