Back to FabImage Studio website

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

MakeImage


Module: FoundationLite

Converts a pixel array to a single-channel image.

Name Type Range Description
Input value inPixels PixelArray
Input value inWidth Integer Output image width
Input value inHeight Integer Output image height
Input value inType PlainType Output image pixel type
Input value inDepth Integer 1 - 4 Output image depth
Output value 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.