sunos man page for mlib_imagecolorditherfree

Query: mlib_imagecolorditherfree

OS: sunos

Section: 3mlib

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

mlib_ImageColorDitherFree(3MLIB)			    mediaLib Library Functions				  mlib_ImageColorDitherFree(3MLIB)

NAME
mlib_ImageColorDitherFree - release the internal data structure for image dithering
SYNOPSIS
cc [ flag... ] file... -lmlib [ library... ] #include <mlib.h> void mlib_ImageColorDitherFree(void *colormap);
DESCRIPTION
The mlib_ImageColorDitherFree() function releases an internal data structure, colormap, which was created by mlib_ImageColorDitherInit() and was used by one of the following functions for image dithering: mlib_ImageColorErrorDiffusion3x3 mlib_ImageColorErrorDiffusionMxN mlib_ImageColorOrderedDither8x8 mlib_ImageColorOrderedDitherMxN
PARAMETERS
The function takes the following arguments: colormap Internal data structure for image dithering.
RETURN VALUES
None.
ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Evolving | +-----------------------------+-----------------------------+ |MT-Level |MT-Safe | +-----------------------------+-----------------------------+
SEE ALSO
mlib_ImageColorDitherInit(3MLIB), mlib_ImageColorErrorDiffusion3x3(3MLIB), mlib_ImageColorErrorDiffusionMxN(3MLIB), mlib_ImageColorOrdered- Dither8x8(3MLIB), mlib_ImageColorOrderedDitherMxN(3MLIB), attributes(5) SunOS 5.10 10 Nov 2004 mlib_ImageColorDitherFree(3MLIB)
Related Man Pages
mlib_imageminfilter3x3(3mlib) - sunos
mlib_imagecolorordereddither8x8(3mlib) - sunos
mlib_imagecolorditherinit(3mlib) - opensolaris
mlib_imagecolorordereddithermxn(3mlib) - opensolaris
mlib_imagecolortrue2index(3mlib) - opensolaris
Similar Topics in the Unix Linux Community
The 500 Mile Email
How to convert number to english?
Using awk to remove lines from file that match text
Best performance UNIX just for HOST Virtualization?
Outputting sequences based on length with sed