1IM_CEIL(3) Library Functions Manual IM_CEIL(3)
2
3
4
6 im_ceil - for each pixel, find the smallest integral value not less
7 than
8
10 #include <vips/vips.h>
11
12 int im_ceil( in, out )
13 IMAGE *in, *out;
14
16 im_ceil(3) finds the smallest integral value not less than. Copy for
17 integer types, call ceil(3) for float and complex types. Output type ==
18 input type.
19
21 The function returns 0 on success and -1 on error.
22
24 im_abs(3), im_clip2fmt(3), im_floor(3)
25
26
27
28 20 June 2002 IM_CEIL(3)