Start » Filter Reference » Image » Image Basics » MakeImage
Module: | FoundationLite |
---|
Converts a pixel array to a single-channel image.
Name | Type | Range | Description | |
---|---|---|---|---|
inPixels | PixelArray | |||
inWidth | Integer | Output image width | ||
inHeight | Integer | Output image height | ||
inType | PlainType | Output image pixel type | ||
inDepth | Integer | 1 - 4 | Output image depth | |
outImage | Image | Output image |
Hardware Acceleration
This operation supports automatic parallelization for multicore and multiprocessor systems.
Errors
This filter can throw an exception to report error. Read how to deal with errors in Error Handling.
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Incorrect array size in MakeImage. |
DomainError | Not supported image type in MakeImage. |
Complexity Level
This filter is available on Advanced Complexity Level.