CImage:Filter


The Filter method returns the name of the filter used to acquire the image.

Syntax

sFilter = CImage:Filter()

bullet.gif    where sFilter is a string describing the filter.

bullet.gif    On failure, this method returns nil.

Example

Suppose a CImage object I is attached to an image and used a filter named "My red filter". Then

     Printf( "Filter: '%s'", I:Filter() )

prints the following:

     Filter: 'My red filter'

Related Topics

CImage


Mira Pro x64 Script User's Guide, Copyright Ⓒ 2023 Mirametrics, Inc. All Rights Reserved.