mediaLib Library Functions mlibImageGetFlags(3MLIB)
NAME
mlibImageGetFlags - get flags
SYNOPSIS
cc [ flag... ] file... -lmlib [ library... ]
#include
mlibs32 mlibImageGetFlags(const mlibimage *img);
DESCRIPTION
The mlibImageGetFlags() function returns the attribute
flags of an image. The data type of the image can be
MLIBIT, MLIBYTE, MLIBSHORT, MLIBUSHORT, MLIBINT,
MLIBFLOAT, or MLIBDOUBLE.
PARAMETERS
The function takes the following arguments:
img Pointer to source image.
RETURN VALUES
The function returns the value of the attribute flags.
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
ATRIBUTE TYPE ATRIBUTE VALUE
Interface Stability Committed
MT-Level MT-Safe
SEE ALSO
mlibImageGetBitOffset(3MLIB), mlibImageGetChannels(3MLIB),
mlibImageGetData(3MLIB), mlibImageGetHeight(3MLIB),
mlibImageGetPaddings(3MLIB), mlibImageGetStride(3MLIB),
mlibImageGetType(3MLIB), mlibImageGetWidth(3MLIB), attri-
butes(5)
SunOS 5.11 Last change: 2 Mar 2007 1
|