dmIC(3dm) dmIC(3dm)
dmICAnyToAny, - Any to Any image conversion utility function
DMstatus dmICAnyToAny( void *pBufferSrc, void *pBufferDst,
DMparams *pParamsSrc,
DMparams *pParamsDst,
DMparams *pParamsConv )
pBufferSrc pointer to source image
pBufferDst pointer to destination image
pParamsSrc pointer to Source parameters that describes the source
image.
pParamsDst pointer to Destination parameters that describes the
destination image, the user indends to convert to.
pParamsConv pointer to Conversion parameters that may be used during any
color conversion.
This is a general purpose convenience function that can be used for image
manipulations .It uses the Color Space Library (when appropriate) to
convert images between color spaces (models), packings, subsamplings ,
datatypes. In addition it performs functions like deinetrlacing ,changing
the orientation and order. More specifically following interconversion
parameters are supported:
DM_IMAGE_PACKING:
DM_IMAGE_PACKING_RGBA
DM_IMAGE_PACKING_ABGR
DM_IMAGE_PACKING_RGBX
DM_IMAGE_PACKING_XBGR
DM_IMAGE_PACKING_XRGB
DM_IMAGE_PACKING_ARGB
DM_IMAGE_PACKING_BGRX
DM_IMAGE_PACKING_LUMINANCE
DM_IMAGE_PACKING_CbYCrY
DM_IMAGE_PACKING_XRGB1555
DM_IMAGE_INTERLACING [Toc] [Back]
DM_IMAGE_ORIENTATION [Toc] [Back]
DM_IMAGE_WIDTH [Toc] [Back]
Page 1
dmIC(3dm) dmIC(3dm)
DM_IMAGE_HEIGHT [Toc] [Back]
DM_IMAGE_ORDER [Toc] [Back]
dmColor(3dm), dmGetError(3dm)
dmIC(3dm) dmIC(3dm)
dmICAnyToAny, - Any to Any image conversion utility function
DMstatus dmICAnyToAny( void *pBufferSrc, void *pBufferDst,
DMparams *pParamsSrc,
DMparams *pParamsDst,
DMparams *pParamsConv )
pBufferSrc pointer to source image
pBufferDst pointer to destination image
pParamsSrc pointer to Source parameters that describes the source
image.
pParamsDst pointer to Destination parameters that describes the
destination image, the user indends to convert to.
pParamsConv pointer to Conversion parameters that may be used during any
color conversion.
This is a general purpose convenience function that can be used for image
manipulations .It uses the Color Space Library (when appropriate) to
convert images between color spaces (models), packings, subsamplings ,
datatypes. In addition it performs functions like deinetrlacing ,changing
the orientation and order. More specifically following interconversion
parameters are supported:
DM_IMAGE_PACKING:
DM_IMAGE_PACKING_RGBA
DM_IMAGE_PACKING_ABGR
DM_IMAGE_PACKING_RGBX
DM_IMAGE_PACKING_XBGR
DM_IMAGE_PACKING_XRGB
DM_IMAGE_PACKING_ARGB
DM_IMAGE_PACKING_BGRX
DM_IMAGE_PACKING_LUMINANCE
DM_IMAGE_PACKING_CbYCrY
DM_IMAGE_PACKING_XRGB1555
DM_IMAGE_INTERLACING [Toc] [Back]
DM_IMAGE_ORIENTATION [Toc] [Back]
DM_IMAGE_WIDTH [Toc] [Back]
Page 1
dmIC(3dm) dmIC(3dm)
DM_IMAGE_HEIGHT [Toc] [Back]
DM_IMAGE_ORDER [Toc] [Back]
dmColor(3dm), dmGetError(3dm)
PPPPaaaaggggeeee 2222 [ Back ]
|