Loading [MathJax]/jax/output/HTML-CSS/jax.js

IMG_FREE

Free an image

Description:

This subroutine should be used to free the resources associated with an image when it has been finished with. This should always be done before the end of a program.

Invocation

CALL IMG_FREE( PARAM, STATUS )

Arguments

PARAM = CHARACTER ( ) (Given)
Parameter name, specifying either the individual image to be freed or , indicating that all images should be freed.
STATUS = INTEGER (Given and Returned)
The global status.

Notes: