| Modifier and Type | Field and Description |
|---|---|
List<Transformation> |
Request.transformations
List of custom transformations to be applied after the built-in transformations.
|
| Modifier and Type | Method and Description |
|---|---|
Request.Builder |
Request.Builder.transform(Transformation transformation)
Add a custom transformation to be applied to the image.
|
RequestCreator |
RequestCreator.transform(Transformation transformation)
Add a custom transformation to be applied to the image.
|
| Modifier and Type | Method and Description |
|---|---|
Request.Builder |
Request.Builder.transform(List<? extends Transformation> transformations)
Add a list of custom transformations to be applied to the image.
|
RequestCreator |
RequestCreator.transform(List<? extends Transformation> transformations)
Add a list of custom transformations to be applied to the image.
|
Copyright © 2013–2016 Square, Inc.. All rights reserved.