1IM_SIMCONTR(3) Library Functions Manual IM_SIMCONTR(3)
2
3
4
6 im_simcontr - shows the effect of simultaneous contrast
7
9 #include <vips/vips.h>
10
11 int im_simcontr( image, xsize, ysize )
12 IMAGE *image;
13 int xsize, ysize;
14
16 im_simcontr() creates an unsigned char one band grey scale image of
17 sizes xsize by ysize. The created pattern consists of two neighbouring
18 squares one dark (left square) and one light (right square). The left
19 one containes a smaller light square and the right one containes a
20 darker square.
21
23 The function returns 0 on success and -1 on error.
24
26 im_grey(3)
27
29 N. Dessipris
30
32 N. Dessipris - 10/05/1991
33
34
35
36 10 May 1991 IM_SIMCONTR(3)