Picasso API  2.8
Macros | Functions
XImage Coders Plugin side functions

Macros

#define MODULE_NAME   1
 Get module name.
 

Functions

PEXPORT void psx_image_module_init (void)
 Initialze the image module. More...
 
PEXPORT void psx_image_module_shutdown (void)
 Shutdown the image module. More...
 
const PEXPORT char * psx_image_module_get_string (int id)
 Get the string info about module. More...
 

Detailed Description

Function Documentation

◆ psx_image_module_get_string()

char * psx_image_module_get_string ( int  id)

Get the string info about module.

Parameters
idThe information index.
Returns
If successs, return the pointer of string. Can not be modify and free. If fails, return NULL.
See also
psx_image_module_init psx_image_module_shutdown

◆ psx_image_module_init()

void psx_image_module_init ( void  )

Initialze the image module.

See also
psx_image_module_shutdown psx_image_module_get_string

◆ psx_image_module_shutdown()

void psx_image_module_shutdown ( void  )

Shutdown the image module.

See also
psx_image_module_init psx_image_module_get_string