Package dev.gmitch215.bytebox.binding
Interface Images.Transformer
- All Superinterfaces:
org.teavm.jso.JSObject
- Enclosing interface:
Images
public static interface Images.Transformer
extends org.teavm.jso.JSObject
A transformation under construction.
- Since:
- 1.0.0
-
Method Summary
Methods inherited from interface org.teavm.jso.JSObject
cast
-
Method Details
-
transform
Adds a transformation step.- Parameters:
options-width,height,fit,rotateand the rest- Returns:
- this transformer
-
output
Renders the result.- Parameters:
options-format,quality- Returns:
- the result, whose
image()is the output stream
-
render
-