Class Hierarchy
TIKPersistent
    TIKFilter
TIKFilter = class(TIKPersistent)
File
IKImage
Description
The TIKFilter class produces a TIKImage object as output. Typically, a filter takes one or more images as input. Some filters, however, generate an image based on other types of input parameters. The parameters of a TIKFilter object are set through the use of key-value pairs using SetValue method.
Members
Properties
Property Description
OutputImage Returns a TIKImage object that encapsulates the operations configured in the filter.
Methods
Method Description
CreateWithName Creates a TIKFilter object for a specific kind of filter.
FilterCategories Returns list of reistered filter categories.
FilterNames Returns list of registered filter names
FilterNamesInCategory Return list of filter names in specified Category.
Legend
Property
read only
Method
Links