API Reference > OdRx Classes > OdRxRasterServices Class > OdRxRasterServices Methods > convertRasterImage Method > OdRxRasterServices::convertRasterImage Method (OdStreamBuf*, OdStreamBuf*, OdUInt32, OdUInt32 *, OdUInt32 *)
OdRxRasterServices::convertRasterImage Method (OdStreamBuf*, OdStreamBuf*, OdUInt32, OdUInt32 *, OdUInt32 *)
Syntax
C++
virtual bool convertRasterImage(OdStreamBuf* pSrcStream, OdStreamBuf* pDstStream, OdUInt32 type, const OdUInt32 * pFlagsChainSrc = NULL, const OdUInt32 * pFlagsChainDst = NULL) = 0;
Parameters 
Description 
OdStreamBuf* pSrcStream 
[in] Pointer to the StreamBuf object from which the data are to be converted.  
OdStreamBuf* pDstStream 
[in] Pointer to the StreamBuf object to which the data are to be converted.  
OdUInt32 type 
[in] Image format type to be converted.  
const OdUInt32 * pFlagsChainSrc = NULL 
[in] Optional zero-terminated loading flag pairs array.  
const OdUInt32 * pFlagsChainDst = NULL 
[in] Optional zero-terminated saving flag pairs array. 

Try to convert raster image to other type.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.