img_dtransform_free()
Free a transform structure
Synopsis:
#include <img/img.h>
void img_dtransform_free (img_dtransform_t xform );
Arguments:
- xform
- The transform structure created by img_dtransform_create() .
Library:
libimg
Use the -l img option to qcc to link against this library.
Description:
This function releases a transform previously created by img_dtransform_create() and thereby render it invalid.
Returns:
- IMG_ERR_OK
- Success.
Classification:
Image library
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |