Foundation > Image Processing Filters > IlvBitmapFilter: The Image Processing Class
 
IlvBitmapFilter: The Image Processing Class
IlvBitmapFilter is the base class of all image processing classes in Rogue Wave® Views. It defines the interface for image processing classes using a single method:
apply
This method accepts an array of IlvBitmapData and returns another IlvBitmapData.
The ilvbmpflt library from the Rogue Wave Views foundation package defines many subclasses of IlvBitmapFilter; most of them are implementations of the W3Cs SVG filters specification. In the following sections, you will find a list of the image processing classes and their features.
*The IlvBlendFilter Class
*The IlvColorMatrixFilter Class
*The IlvComponentTransferFilter Class
*The IlvComposeFilter Class
*The IlvConvolutionFilter Class
*The IlvDisplaceFilter Class
*The IlvFloodFilter Class
*The IlvGaussianBlurFilter Class
*The IlvImageFilter Class
*The IlvLightingFilter Class
*The IlvLightSource Class
*The IlvMergeFilter Class
*The IlvMorphologyFilter Class
*The IlvOffsetFilter Class
*The IlvTileFilter Class
*The IlvTurbulenceFilter Class
*The IlvFilterFlow Class
*Using IlvFilteredGraphic to Apply Filter Flows to Graphic Objects

Version 5.8
Copyright © 2014, Rogue Wave Software, Inc. All Rights Reserved.