mediaLib Library Functions mlib_ImageIsNotHeight2X(3MLIB)
NAME
mlib_ImageIsNotHeight2X - image query, 2X height
SYNOPSIS
cc [ flag... ] file... -lmlib [ library... ]
#include
int mlib_ImageIsNotHeight2X(const mlib_image *img);
DESCRIPTION
The mlib_ImageIsNotHeight2X() function tests for a specific
height characteristic of a mediaLib image structure.PARAMETERS
The function takes the following arguments: img Pointer to source image.RETURN VALUES
Returns 0 if height is a multiple of two; otherwise, returns nonzero.ATTRIBUTES
See attributes(5) for descriptions of the following attri-
butes:____________________________________________________________
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
|_____________________________|_____________________________|
| Interface Stability | Committed ||_____________________________|_____________________________|
| MT-Level | MT-Safe |
|_____________________________|_____________________________|
SEE ALSO
mlib_ImageIsNotAligned2(3MLIB),
mlib_ImageIsNotAligned4(3MLIB),
mlib_ImageIsNotAligned8(3MLIB),
mlib_ImageIsNotAligned64(3MLIB),
mlib_ImageIsNotHeight4X(3MLIB),
mlib_ImageIsNotHeight8X(3MLIB),
mlib_ImageIsNotOneDvector(3MLIB),
mlib_ImageIsNotStride8X(3MLIB),
mlib_ImageIsNotWidth2X(3MLIB),
mlib_ImageIsNotWidth4X(3MLIB),
mlib_ImageIsNotWidth8X(3MLIB),
mlib_ImageIsUserAllocated(3MLIB), attributes(5)
SunOS 5.11 Last change: 2 Mar 2007 1