Vuo  1.2.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions
VuoImageGet.cc File Reference

Description

VuoImageGet implementation.

Functions

 __attribute__ ((constructor)) static void VuoImageGet_init(void)
 Initializes the FreeImage library.
 
static void FreeImageErrorHandler (FREE_IMAGE_FORMAT fif, const char *message)
 Logs error messages coming from FreeImage.
 
VuoImage VuoImage_get (const char *imageURL)
 Retrieves the image at the specified imageURL, and creates a VuoImage from it.
 

Function Documentation

__attribute__ ( (constructor)  )

Initializes the FreeImage library.

static void FreeImageErrorHandler ( FREE_IMAGE_FORMAT  fif,
const char *  message 
)
static

Logs error messages coming from FreeImage.