@ProviderType
public interface NamedImageTransformer
| Modifier and Type | Field and Description |
|---|---|
static String |
PROP_NAME
The OSGi config property used to identify the named transform.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,org.apache.sling.api.resource.ValueMap> |
getImageTransforms() |
String |
getTransformName()
Returns the name of this transform as defined in this instance's OSGi configuration.
|
com.day.image.Layer |
transform(com.day.image.Layer layer)
Transforms the param layer using all the parameterized image transformers defined in this instances OSGi
configuration.
|
static final String PROP_NAME
com.day.image.Layer transform(com.day.image.Layer layer)
layer - the image layer to transformString getTransformName()
NamedTransformImageServletCopyright © 2013–2020 Adobe. All rights reserved.