logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

icetImageIsNull -- check for a null image

Bugs

       None known.

Description

       Tests whether image is a .igimage!nullnull image. A null image is one that has no memory allocated to it.
       Null images have no pixels and empty pixel formats.

       Null images are created with the icetImageNull function.

Errors

       None.

Name

icetImageIsNull--checkforanullimage

Return Value

       Returns ICET_TRUE if image is a null image, ICET_FALSE otherwise.

See Also

icetImageNull(3)

IceT Reference                                   August 24, 2010                              icetImageIsNull(3)

Synopsis

       #include <IceT.h>

       IceTBoolean icetImageIsNull(   IceTImageimage  );

Warnings

       None.

See Also