Click or drag to resize
IImageFilterApplyFilter Method
Applies the filter on the image data.

Namespace: CMS.ResponsiveImages
Assembly: CMS.ResponsiveImages (in CMS.ResponsiveImages.dll) Version: 10.0.0
Syntax
C#
ImageContainer ApplyFilter(
	ImageContainer container
)

Parameters

container
Type: CMS.ResponsiveImagesImageContainer
Input image container.

Return Value

Type: ImageContainer
New instance of ImageContainer with the applied filter or null when the filter was not applied.
Exceptions
ExceptionCondition
ImageFilterExceptionThrown when an error occurs during the filter application. Throwing this exception will cause that the image variant will not be generated.
See Also