CreateImage

Creates an empty array suitable for use in field simulations. This is the "blank canvas" on which the rest of the image full simulation draws.

Parameters
NameTypeDescription
Width int Width of the image, in pixels.
Height int Height of the image, in pixels.

Inputs
NameTypeDescription

Outputs
NameTypeDescription
Image/Width int Width of the image, in pixels.
Image/Height int Height of the image, in pixels.
Image/Data double* Pixel value array, intialized to zero. Stored in row-dominant (c-style) order.