IsImage
Syntax
IsImage( value )Arguments
Name
Type
Required
Description
Returns
Description
Example
// Check if a variable is an image
if ( IsImage( myVar ) ) {
// Safe to use image BIFs
myVar.flip();
}Related BIFs
Notes
Was this helpful?
