Poster of Linux kernelThe best gift for a Linux geek
IM_SIMCONTR

IM_SIMCONTR

Section: C Library Functions (3) Updated: 10 May 1991
Local index Up
 

NAME

im_simcontr - shows the effect of simultaneous contrast  

SYNOPSIS

#include <vips/vips.h>

int im_simcontr( image, xsize, ysize )
IMAGE *image;
int xsize, ysize;  

DESCRIPTION

im_simcontr() creates an unsigned char one band grey scale image of sizes xsize by ysize. The created pattern consists of two neighbouring squares one dark (left square) and one light (right square). The left one contains a smaller light square and the right one contains a darker square.  

RETURN VALUE

The function returns 0 on success and -1 on error.  

SEE ALSO

im_grey(3)  

COPYRIGHT


N. Dessipris  

AUTHOR

N. Dessipris - 10/05/1991


 

Index

NAME
SYNOPSIS
DESCRIPTION
RETURN VALUE
SEE ALSO
COPYRIGHT
AUTHOR

This document was created by man2html, using the manual pages.
Time: 21:48:26 GMT, April 16, 2011