Start » Filter Reference » Image » Image Basics » SkipEmptyImage
Module: | FoundationLite |
---|
If the input image contains at least one pixel, then it is copied to the output; otherwise Nil is returned.
Applications
Secures against domain errors caused by empty images.
Name | Type | Description | |
---|---|---|---|
inImage | Image | Input image | |
outNotEmptyImage | Image? | ||
outIsNotEmpty | Bool |
Complexity Level
This filter is available on Basic Complexity Level.