Coin Logo Coin3D is Free Software,
published under the BSD 3-clause license.
https://coin3d.github.io
https://www.kongsberg.com/en/kogt/
simage_gdiplus.h File Reference
#include <config.h>

Go to the source code of this file.

Functions

int simage_gdiplus_error (char *textbuffer, int buffersize)
 
int simage_gdiplus_identify (const char *filename, const unsigned char *header, int headerlen)
 
unsigned char * simage_gdiplus_load (const char *filename, int *width, int *height, int *numcomponents)
 
char * simage_gdiplus_get_savers (void)
 
int simage_gdiplus_save (const char *filename, const unsigned char *bytes, int width, int height, int numcomponents, const char *ext)
 
void * simage_gdiplus_open (const char *filename, int *width, int *height, int *numcomponents)
 
void simage_gdiplus_close (void *opendata)
 
int simage_gdiplus_read_line (void *opendata, int y, unsigned char *buf)
 
int simage_gdiplus_read_region (void *opendata, int x, int y, int w, int h, unsigned char *buf)
 

Function Documentation

◆ simage_gdiplus_error()

int simage_gdiplus_error ( char *  textbuffer,
int  buffersize 
)

◆ simage_gdiplus_identify()

int simage_gdiplus_identify ( const char *  filename,
const unsigned char *  header,
int  headerlen 
)

◆ simage_gdiplus_load()

unsigned char* simage_gdiplus_load ( const char *  filename,
int *  width,
int *  height,
int *  numcomponents 
)

◆ simage_gdiplus_get_savers()

char* simage_gdiplus_get_savers ( void  )

◆ simage_gdiplus_save()

int simage_gdiplus_save ( const char *  filename,
const unsigned char *  bytes,
int  width,
int  height,
int  numcomponents,
const char *  ext 
)

◆ simage_gdiplus_open()

void* simage_gdiplus_open ( const char *  filename,
int *  width,
int *  height,
int *  numcomponents 
)

◆ simage_gdiplus_close()

void simage_gdiplus_close ( void *  opendata)

◆ simage_gdiplus_read_line()

int simage_gdiplus_read_line ( void *  opendata,
int  y,
unsigned char *  buf 
)

◆ simage_gdiplus_read_region()

int simage_gdiplus_read_region ( void *  opendata,
int  x,
int  y,
int  w,
int  h,
unsigned char *  buf 
)