Package rife.cmf.transform
Interface ImageContentTransformer
- All Superinterfaces:
ContentTransformer<Image>
This interface defines the API that has to be implemented by classes that
are capable of transforming
image
content data after
it's initially loaded.
The content attributes are provided to the transform
method and can be used to
provide hints for the transformation.
- Since:
- 1.0
- See Also:
-
Method Summary
-
Method Details
-
transform
Transforms theimage
content data and returns the transformed data as anImage
.- Specified by:
transform
in interfaceContentTransformer<Image>
- Parameters:
data
- the image that has to be transformedattributes
- a map of content attributes that can be used to provide hints or parameters for the transformation- Returns:
- the transformed image
- Since:
- 1.0
-