Windows PowerShell command on Get-command mlib_ImageSetFormat
MyWebUniversity

Manual Pages for UNIX Operating System command usage for man mlib_ImageSetFormat

mediaLib Library Functions mlib_ImageSetFormat(3MLIB)

NAME

mlib_ImageSetFormat - set format

SYNOPSIS

cc [ flag... ] file... -lmlib [ library... ]

#include

mlib_status mlib_ImageSetFormat(mlib_image *img, mlib_format format);

DESCRIPTION

The mlib_ImageSetFormat() function sets a new value for the

format field of a mlib_image structure.

The data type of the image can be MLIB_BIT, MLIB_BYTE,

MLIB_SHORT, MLIB_USHORT, MLIB_INT, MLIB_FLOAT, or

MLIB_DOUBLE.

PARAMETERS

The function takes the following arguments: img Pointer to a mediaLib image structure.

format Image pixel format. It can be one of the follow-

ing:

MLIB_FORMAT_UNKNOWN

MLIB_FORMAT_INDEXED

MLIB_FORMAT_GRAYSCALE

MLIB_FORMAT_RGB

MLIB_FORMAT_BGR

MLIB_FORMAT_ARGB

MLIB_FORMAT_ABGR

MLIB_FORMAT_PACKED_ARGB

MLIB_FORMAT_PACKED_ABGR

MLIB_FORMAT_GRAYSCALE_ALPHA

MLIB_FORMAT_RGBA

RETURN VALUES

The function returns MLIB_SUCCESS if successful. Otherwise

it returns MLIB_FAILURE.

ATTRIBUTES

See attributes(5) for descriptions of the following attri-

butes:

SunOS 5.11 Last change: 2 Mar 2007 1

mediaLib Library Functions mlib_ImageSetFormat(3MLIB)

____________________________________________________________

| ATTRIBUTE TYPE | ATTRIBUTE VALUE |

|_____________________________|_____________________________|

| Interface Stability | Committed |

|_____________________________|_____________________________|

| MT-Level | MT-Safe |

|_____________________________|_____________________________|

SEE ALSO

mlib_ImageGetFormat(3MLIB), mlib_ImageCreate(3MLIB),

mlib_ImageCreateStruct(3MLIB),

mlib_ImageCreateSubimage(3MLIB), attributes(5)

SunOS 5.11 Last change: 2 Mar 2007 2




Contact us      |      About us      |      Term of use      |       Copyright © 2000-2019 MyWebUniversity.com ™