Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ dmICAnyToAny(3dm) — IRIX 6.5.3f

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

dmColor(3dm)

dmGetError(3dm)



dmIC(3dm)                                                            dmIC(3dm)



NAME
     dmICAnyToAny, - Any to Any image conversion utility function

SYNOPSIS
     DMstatus dmICAnyToAny( void *pBufferSrc, void *pBufferDst,
     DMparams *pParamsSrc,
     DMparams *pParamsDst,
     DMparams *pParamsConv )

PARAMETERS
     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.

DESCRIPTION
     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:


     DMIMAGEPACKING:
                          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

     DMIMAGEINTERLACING

     DMIMAGEORIENTATION

     DMIMAGEWIDTH






                                                                        Page 1





dmIC(3dm)                                                            dmIC(3dm)



     DMIMAGEHEIGHT

     DMIMAGEORDER

SEE ALSO
     dmColor(3dm), dmGetError(3dm)

















































                                                                        Page 2



Typewritten Software • bear@typewritten.org • Edmonds, WA 98026