1mlib_ImageIsNotWidth4X(3MLImBe)diaLib Library Functiomnlsib_ImageIsNotWidth4X(3MLIB)
2
3
4

NAME

6       mlib_ImageIsNotWidth4X - image query, 4X width
7

SYNOPSIS

9       cc [ flag... ] file... -lmlib [ library... ]
10       #include <mlib.h>
11
12       int mlib_ImageIsNotWidth4X(const mlib_image *img);
13
14

DESCRIPTION

16       The  mlib_ImageIsNotWidth4X() function tests for a specific width char‐
17       acteristic of a mediaLib image structure.
18

PARAMETERS

20       The function takes the following arguments:
21
22       img    Pointer to source image.
23
24

RETURN VALUES

26       Returns 0 if width is a multiple of four; otherwise, returns nonzero.
27

ATTRIBUTES

29       See attributes(5) for descriptions of the following attributes:
30
31
32
33
34       ┌─────────────────────────────┬─────────────────────────────┐
35       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
36       ├─────────────────────────────┼─────────────────────────────┤
37       │Interface Stability          │Committed                    │
38       ├─────────────────────────────┼─────────────────────────────┤
39       │MT-Level                     │MT-Safe                      │
40       └─────────────────────────────┴─────────────────────────────┘
41

SEE ALSO

43       mlib_ImageIsNotAligned2(3MLIB),         mlib_ImageIsNotAligned4(3MLIB),
44       mlib_ImageIsNotAligned8(3MLIB),        mlib_ImageIsNotAligned64(3MLIB),
45       mlib_ImageIsNotHeight2X(3MLIB),         mlib_ImageIsNotHeight4X(3MLIB),
46       mlib_ImageIsNotHeight8X(3MLIB),       mlib_ImageIsNotOneDvector(3MLIB),
47       mlib_ImageIsNotStride8X(3MLIB),          mlib_ImageIsNotWidth2X(3MLIB),
48       mlib_ImageIsNotWidth8X(3MLIB),        mlib_ImageIsUserAllocated(3MLIB),
49       attributes(5)
50
51
52
53SunOS 5.11                        2 Mar 2007     mlib_ImageIsNotWidth4X(3MLIB)
Impressum