public interface ImageTransformer
Modifier and Type | Method and Description |
---|---|
void |
setContentTypeAcquirer(ContentTypeAcquirer contentTypeAcquirer)
Set the ContentTypeAcquirer to be used by the transformer.
|
void |
setImageFactory(ImageFactory imageFactory)
Set the Image Factory to be used by the transformer.
|
ClarifiedImage |
transform(Image imageIn)
Method which takes in a source image and returns a transformed version of it.
|
ClarifiedImage transform(Image imageIn) throws TransformationException
imageIn
- input imageTransformationException
void setImageFactory(ImageFactory imageFactory)
imageFactory
- the image factoryvoid setContentTypeAcquirer(ContentTypeAcquirer contentTypeAcquirer)
contentTypeAcquirer
- the content type acquirerCopyright (c) 2014-2021 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries