1mlib_ImageFlipMainDiag_Fp(3mMeLdIiBa)Lib Library Funcmtliiobn_sImageFlipMainDiag_Fp(3MLIB)
2
3
4

NAME

6       mlib_ImageFlipMainDiag_Fp - main diagonal flip
7

SYNOPSIS

9       cc [ flag... ] file... -lmlib [ library... ]
10       #include <mlib.h>
11
12       mlib_status mlib_ImageFlipMainDiag_Fp(mlib_image *dst,
13            const mlib_image *src);
14
15

DESCRIPTION

17       The  mlib_ImageFlipMainDiag_Fp()  function flips a floating-point image
18       on the main diagonal.
19
20
21       The width and height of the destination image can be different from the
22       width and height of the source image. The center of the source image is
23       mapped to the center of the destination image.
24

PARAMETERS

26       The function takes the following arguments:
27
28       dst    Pointer to destination image.
29
30
31       src    Pointer to source image.
32
33

RETURN VALUES

35       The function returns MLIB_SUCCESS if successful. Otherwise  it  returns
36       MLIB_FAILURE.
37

ATTRIBUTES

39       See attributes(5) for descriptions of the following attributes:
40
41
42
43
44       ┌─────────────────────────────┬─────────────────────────────┐
45       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
46       ├─────────────────────────────┼─────────────────────────────┤
47       │Interface Stability          │Committed                    │
48       ├─────────────────────────────┼─────────────────────────────┤
49       │MT-Level                     │MT-Safe                      │
50       └─────────────────────────────┴─────────────────────────────┘
51

SEE ALSO

53       mlib_ImageFlipAntiDiag(3MLIB),        mlib_ImageFlipAntiDiag_Fp(3MLIB),
54       mlib_ImageFlipMainDiag(3MLIB),   mlib_ImageFlipX(3MLIB),    mlib_Image‐
55       FlipX_Fp(3MLIB),   mlib_ImageFlipY(3MLIB),   mlib_ImageFlipY_Fp(3MLIB),
56       mlib_ImageRotate90(3MLIB), mlib_ImageRotate90_Fp(3MLIB),  mlib_ImageRo‐
57       tate180(3MLIB),       mlib_ImageRotate180_Fp(3MLIB),      mlib_ImageRo‐
58       tate270(3MLIB), mlib_ImageRotate270_Fp(3MLIB), attributes(5)
59
60
61
62SunOS 5.11                        2 Mar 2007  mlib_ImageFlipMainDiag_Fp(3MLIB)
Impressum