1IM_RINT(3)                 Library Functions Manual                 IM_RINT(3)
2
3
4

NAME

6       im_rint - for each pixel, find the nearest integral value
7

SYNOPSIS

9       #include <vips/vips.h>
10
11       int im_rint( in, out )
12       IMAGE *in, *out;
13

DESCRIPTION

15       im_rint(3)  finds  the  nearest integral value. Copy for integer types,
16       call rint(3) for float and complex types. Output type == input type.
17

RETURN VALUE

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

SEE ALSO

22       im_abs(3), im_clip2fmt(3), im_floor(3)
23
24
25
26
27                                                                    IM_RINT(3)
Impressum