Back to FabImage Library website
You are here: Start » Function Reference » Image » Image Basics » SkipEmptyImage
Header: | FIL.h |
---|---|
Namespace: | fil |
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.
Syntax
C++
C#
void fil::SkipEmptyImage ( const fil::Image& inImage, ftl::Conditional<fil::Image>& outNotEmptyImage, bool& outIsNotEmpty )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inImage | const Image& | Input image | |
![]() |
outNotEmptyImage | Conditional<Image>& | ||
![]() |
outIsNotEmpty | bool& |