Home| base |src.lib|graphic|fbuffer| FrameBufferLoadPPMX Index

FrameBufferLoadPPMX

Syntax
struct FrameBuffer *FrameBufferLoadPPMX(FILE *fp);
Header
base/rfbuffer.h
Library
rfbuf
Description

The FrameBufferLoadPPMX function loads a Portable PixMap eXtended (PPMX) from an open stream.

The image is read from the open stream pointed to by the argument fp

The argument name is a zero terminated string that gives the name to associate with the frame buffer containing the image.

Returns
Returns a pointer to a frame buffer structure containing the image. On error, a NULL pointer is returned.
Errors
n error, a NULL pointer is returned.
Example
None