manpagez: man pages & more
man im_remainderconst(3)
Home | html | info | man
REMAINDER(3)                                                      REMAINDER(3)




NAME

       im_remainder,   im_remainderconst,  im_remainderconst_vec  -  remainder
       after integer division


SYNOPSIS

       #include <vips/vips.h>

       int im_remainder( IMAGE *in1, IMAGE *in2, IMAGE *out )

       int im_remainderconst( IMAGE *in, IMAGE *out, double c )

       int im_remainderconst_vec( IMAGE *in, IMAGE *out, int n, double *c )


DESCRIPTION

       im_remainder(3) calculates the remainder after integer division of  two
       images.  The  output  type is the same as the type of in1 unless in1 is
       float or complex, in which case the output type is signed integer.

       im_remainderconst(3) calculates the remainder after integer division of
       in  by  the  constant c.  The output type is the same as the type of in
       unless in is float or complex, in which case the output type is  signed
       integer.

       im_remainderconst_vec(3)  works  as  im_remainderconst(3), but lets you
       specify a constant per band.



RETURN VALUE

       All functions return 0 on success and -1 on error.


SEE ALSO

       im_add(3), im_lintra(3), im_divide(3)


COPYRIGHT

       National Gallery, 2002



                                   May 2002                       REMAINDER(3)

im_remainder 7.14.5 - Generated Mon Sep 8 19:48:49 CDT 2008
© manpagez.com 2000-2024
Individual documents may contain additional copyright information.