![]() |
![]() |
![]() |
![]() |
![]() |
This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs. |
Prepare to transform an image
#include <img.h>
int img_dtransform_create( const img_t *src,
const img_t *dst,
img_dtransform_t *xform );
img
This function pepares a data transformation from one format to another, from the format in the src image to the format in the dst image. Once this function is called, you call img_dtransform_apply() to apply the transformation, then img_dtransform_free() to free the xform opaque structure.
![]() |
|
Image library
| Safety: | |
|---|---|
| Interrupt handler | No |
| Signal handler | No |
| Thread | No |
img_t, img_dtransform_apply(), img_dtransform_free()
![]() |
![]() |
![]() |
![]() |