ImageDestroy

ImageDestroy -- destroy an image

Description

int imagedestroy(int im);

ImageDestroy frees any memory associated with image im. im is the image identifier returned by the imagecreate() function.