Allocate pixel data for an image
dip_Error dip_ImageForge( image )
Allocates a block of memory to store pixel data for an image. The image must be "raw", and will be "forged" afterwards. The routine will fail if the image fields do not contain a valid combination of values for the image type.
Data type | Name | Description |
dip_Image | image | The image for which the pixel data must be allocated |