1IM_BLACK(3) Library Functions Manual IM_BLACK(3)
23
4
NAME
6im_black - make a black image
7
SYNOPSIS
9#include <vips/vips.h>
1011
int im_black(out, x, y, bands)
12IMAGE *out;
13int x, y, bands;
14
DESCRIPTION
16im_black() makes a black uchar image of the specified size and number
17of bands.
18
RETURN VALUE
20The function returns 0 on success and -1 on error.
21
SEE ALSO
23im_openin(3), im_openout(3), im_setbuf(3).
24
COPYRIGHT
26National Gallery 1990 - 1993
27
AUTHOR
29J. Cupitt - 11/04/1990
3031
32
33
11 April 1990 IM_BLACK(3)