Package org.filestack.transforms
Class TransformTask
java.lang.Object
org.filestack.transforms.TransformTask
- Direct Known Subclasses:
AvTransformOptions
,ImageTransformTask
Generic transform task object.
A "task" in this case is a transformation, for example resize, crop, convert, etc.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Add a key-value option pair to this task.static TransformTask
merge
(String newName, TransformTask... tasks) Merges options from multiple tasks and returns a new task with combined options.toString()