1mlib_ImageRotate90_Fp(3MLIBm)ediaLib Library Functionmslib_ImageRotate90_Fp(3MLIB)
2
3
4

NAME

6       mlib_ImageRotate90_Fp - rotate an image by 90 degrees
7

SYNOPSIS

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

DESCRIPTION

16       Rotate a floating-point image 90 degrees clockwise.
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

PARAMETERS

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

RETURN VALUES

33       The  function  returns MLIB_SUCCESS if successful. Otherwise it returns
34       MLIB_FAILURE.
35

ATTRIBUTES

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

SEE ALSO

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_ImageRotate180(3MLIB),              mlib_ImageRotate180_Fp(3MLIB),
56       mlib_ImageRotate270(3MLIB),              mlib_ImageRotate270_Fp(3MLIB),
57       attributes(5)
58
59
60
61SunOS 5.11                        2 Mar 2007      mlib_ImageRotate90_Fp(3MLIB)
Impressum