| FreeImage Documentation -Contents Previous Next Up |
Bitmap Allocation functions
SubsectionsFreeImage_Allocate
void *FreeImage_Allocate(int width, int height, int bpp);
Allocates a new FreeImage bitmap using the given width, height and bits per pixel. FreeImage_Free
void FreeImage_Free(void *dib);
Disposes the given bitmap from memory. Copyright 2000 Floris van den Berg (freeimage@wxs.nl) |