1IM_ROTQUAD(3) Library Functions Manual IM_ROTQUAD(3)
2
3
4
6 im_rotquad - rotates the four quadrants of an image
7
9 #include <vips/vips.h>
10
11 int im_rotquad(in, out)
12 IMAGE *in, *out;
13
15 im_rotquad rotates the four quadrants of the image held by the image
16 descriptor in and writes the result on the image descriptor out.
17
18 The function is used primarily to rotate a fourier transform in such a
19 way that the coordinate (0,0) is near the centre of the image, the so-
20 called optical transform.
21
22 The function operates on any input; output has the same format, sizes
23 and bands as input.
24
26 The function returns 0 on success and -1 on error.
27
29 im_fwfft(3), im_invfft(3), im_scaleps(3).
30
32 N. Dessipris
33
35 N. Dessipris - 06/07/1990
36
37
38
39 07 July 1990 IM_ROTQUAD(3)