1mlib_ImageIsNotWidth2X(3MLImBe)diaLib Library Functiomnlsib_ImageIsNotWidth2X(3MLIB)
2
3
4
6 mlib_ImageIsNotWidth2X - image query, 2X width
7
9 cc [ flag... ] file... -lmlib [ library... ]
10 #include <mlib.h>
11
12 int mlib_ImageIsNotWidth2X(const mlib_image *img);
13
14
16 The mlib_ImageIsNotWidth2X() function tests for a specific width char‐
17 acteristic of a mediaLib image structure.
18
20 The function takes the following arguments:
21
22 img Pointer to source image.
23
24
26 Returns 0 if width is a multiple of two; otherwise, returns nonzero.
27
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
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_ImageIsNotWidth4X(3MLIB),
48 mlib_ImageIsNotWidth8X(3MLIB), mlib_ImageIsUserAllocated(3MLIB),
49 attributes(5)
50
51
52
53SunOS 5.11 2 Mar 2007 mlib_ImageIsNotWidth2X(3MLIB)