Main Page | Data Structures | File List | Data Fields | Globals

mr_image.h File Reference

Go to the source code of this file.

Data Structures

struct  MrImage
 Simple gray level 1-byte per pixel image structure. More...

Typedefs

typedef MrImage MrImage

Functions

MrImagemr_image_new (unsigned int w, unsigned int h)
MrImagemr_image_new_from_data (unsigned int w, unsigned int h, unsigned char *data)
void mr_image_free (void *p)


Typedef Documentation

typedef struct MrImage MrImage
 


Function Documentation

void mr_image_free void *  p  ) 
 

Destroys an image.

MrImage* mr_image_new unsigned int  w,
unsigned int  h
 

Creates a new image with a specified size.

MrImage* mr_image_new_from_data unsigned int  w,
unsigned int  h,
unsigned char *  data
 

Creates a new image with the specified size and data. !! COPY THE DATA !!


Generated on Sun Apr 9 17:29:41 2006 for MusicReco by  doxygen 1.4.4