Contents

CGImageRelease

Decrements the retain count of a bitmap image.

Declaration

extern void CGImageRelease(CGImageRef image);

Parameters

  • image:

    The image to release.

Discussion

This function is equivalent to CFRelease, except that it does not cause an error if the image parameter is NULL.

See Also

Retaining and releasing images