1mlib_ImageRotate180_Fp(3MLImBe)diaLib Library Functiomnlsib_ImageRotate180_Fp(3MLIB)
2
3
4
6 mlib_ImageRotate180_Fp - rotate an image by 180 degrees
7
9 cc [ flag... ] file... -lmlib [ library... ]
10 #include <mlib.h>
11
12 mlib_status mlib_ImageRotate180_Fp(mlib_image *dst, const mlib_image *src);
13
14
16 Rotate a floating-point image 180 degrees.
17
18
19 The width and height of the destination image can be different from the
20 width and height of the source image. The center of the source image is
21 mapped to the center of the destination image.
22
24 The function takes the following arguments:
25
26 dst Pointer to destination image.
27
28
29 src Pointer to source image.
30
31
33 The function returns MLIB_SUCCESS if successful. Otherwise it returns
34 MLIB_FAILURE.
35
37 See attributes(5) for descriptions of the following attributes:
38
39
40
41
42 ┌─────────────────────────────┬─────────────────────────────┐
43 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
44 ├─────────────────────────────┼─────────────────────────────┤
45 │Interface Stability │Committed │
46 ├─────────────────────────────┼─────────────────────────────┤
47 │MT-Level │MT-Safe │
48 └─────────────────────────────┴─────────────────────────────┘
49
51 mlib_ImageFlipAntiDiag(3MLIB), mlib_ImageFlipAntiDiag_Fp(3MLIB),
52 mlib_ImageFlipMainDiag(3MLIB), mlib_ImageFlipMainDiag_Fp(3MLIB),
53 mlib_ImageFlipX(3MLIB), mlib_ImageFlipX_Fp(3MLIB), mlib_Image‐
54 FlipY(3MLIB), mlib_ImageFlipY_Fp(3MLIB), mlib_ImageRotate90(3MLIB),
55 mlib_ImageRotate90_Fp(3MLIB), mlib_ImageRotate180(3MLIB), mlib_ImageRo‐
56 tate270(3MLIB), mlib_ImageRotate270_Fp(3MLIB), attributes(5)
57
58
59
60SunOS 5.11 2 Mar 2007 mlib_ImageRotate180_Fp(3MLIB)