This function creates a new object with empty but allocated buffers, based on the given width and height.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_FIP_co_obj_create_empty( HIGCOMPLEXOBJ* lphIGComplexObj, AT_DIMENSION width, AT_DIMENSION height ); |
Name | Type | Description |
---|---|---|
lphIGComplexObj | HIGCOMPLEXOBJ* | Handle to return the newly created object. |
Width | AT_DIMENSION | Width of the object to be created. |
Height | AT_DIMENSION | Height of the object to be created. |
Returns the number of ImageGear errors that occurred during this function call.
This function does not process image pixels.
The buffers can be populated later by obtaining pointers to the buffers.