Back to FabImage Studio website
You are here: Start » Filter Reference » Image Basics » MakeImage
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 here: Error Handling
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.