| Method and Description |
|---|
| de.ameto.client.Ameto.add(String, Operator, Operator...)
Please use
Ameto.addPipeline(String) to create Pipelines. |
| Constructor and Description |
|---|
| de.ameto.client.operators.Resize(String, int, int)
Support for explicit operator versioning will be removed in the future.
Please use
Resize(int, int) instead. |
| de.ameto.client.operators.Resize(String, int, int, Resize.Mode)
Support for explicit operator versioning will be removed in the future.
Please use
Resize(int, int, Mode) instead. |
| de.ameto.client.operators.Shrink(String)
Explicit operator versioning will be removed in the future.
Please use
Shrink() instead. |