Back to Adaptive Vision Studio website

You are here: Start » Filter Reference » Image Basics » MakeImage

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

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.