man pages section 3: Multimedia Library Functions

Exit Print View

Updated: July 2014
 
 

mlib_ImageIsNotWidth2X (3MLIB)

Name

mlib_ImageIsNotWidth2X - image query, 2X width

Synopsis

cc [ flag... ] file... –lmlib [ library... ]
#include <mlib.h>

int mlib_ImageIsNotWidth2X(const mlib_image *img);

Description

The mlib_ImageIsNotWidth2X() function tests for a specific width characteristic of a mediaLib image structure.

Parameters

The function takes the following arguments:

img

Pointer to source image.

Return Values

Returns 0 if width is a multiple of two; otherwise, returns nonzero.

Attributes

See attributes(5) for descriptions of the following attributes:

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_ImageIsNotHeight2X(3MLIB), mlib_ImageIsNotHeight4X(3MLIB), mlib_ImageIsNotHeight8X(3MLIB), mlib_ImageIsNotOneDvector(3MLIB), mlib_ImageIsNotStride8X(3MLIB), mlib_ImageIsNotWidth4X(3MLIB), mlib_ImageIsNotWidth8X(3MLIB), mlib_ImageIsUserAllocated(3MLIB), attributes(5)