Converts an <Image> object to the IPF_8888_ARGB pixel format.
int32 ConvertToFormat( Image src, Image dst )
| Parameter Type | Parameter Name | Documentation |
|---|---|---|
| <Image> | src | A pointer to the source <Image> object. |
| <Image> | dst | A pointer to the destination <Image> object. It is assumed that this object uses the IPF_8888_ARGB pixel format. |
None published. Please look for an example in the Simdify Scripting Language code base.