Warning: main(/www/www/htdocs/style/globals.php) [function.main]: failed to open stream: No such file or directory in /www/www/docs/6.4.1/gf/dev_guide/img/img_dtransform_apply.html on line 1

Warning: main() [function.include]: Failed opening '/www/www/htdocs/style/globals.php' for inclusion (include_path='.:/www/www/common:/www/www/php/lib/php') in /www/www/docs/6.4.1/gf/dev_guide/img/img_dtransform_apply.html on line 1

Warning: main(/www/www/htdocs/style/header.php) [function.main]: failed to open stream: No such file or directory in /www/www/docs/6.4.1/gf/dev_guide/img/img_dtransform_apply.html on line 8

Warning: main() [function.include]: Failed opening '/www/www/htdocs/style/header.php' for inclusion (include_path='.:/www/www/common:/www/www/php/lib/php') in /www/www/docs/6.4.1/gf/dev_guide/img/img_dtransform_apply.html on line 8

img_dtransform_apply()

Apply a data transform

Synopsis:

#include <img.h>

void img_dtransform_apply( img_dtransform_t xform,
                           const uint8_t *src,
                           uint8_t *dst,
                           unsigned n );

Arguments:

xform
An opaque img_dtransform_t filled in by img_dtransform_create().
src
The source pixel data buffer.
dst
The destination pixel data buffer.
n
The number of pixels to transform.

Library:

img

Description:

This function applies a previously created transform xform to transform n pixels of pixel data contained in src and store the results in dst. The transform can be done in place (that is, src can be the same as dst).

Classification:

Image library

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

img_t, img_dtransform_create(), img_dtransform_free()


Warning: main(/www/www/htdocs/style/footer.php) [function.main]: failed to open stream: No such file or directory in /www/www/docs/6.4.1/gf/dev_guide/img/img_dtransform_apply.html on line 110

Warning: main() [function.include]: Failed opening '/www/www/htdocs/style/footer.php' for inclusion (include_path='.:/www/www/common:/www/www/php/lib/php') in /www/www/docs/6.4.1/gf/dev_guide/img/img_dtransform_apply.html on line 110