public interface ImageTransform
| Modifier and Type | Method and Description |
|---|---|
ImageWritable |
getCurrentImage()
Returns the last transformed image or null if none transformed yet.
|
float[] |
query(float... coordinates)
Transforms the given coordinates using the parameters that were used to transform the last image.
|
ImageWritable |
transform(ImageWritable image)
Takes an image and returns a transformed image.
|
ImageWritable |
transform(ImageWritable image,
Random random)
Takes an image and returns a transformed image.
|
ImageWritable transform(ImageWritable image)
image - to transform, null == end of streamImageWritable transform(ImageWritable image, Random random)
image - to transform, null == end of streamrandom - object to use (or null for deterministic)float[] query(float... coordinates)
coordinates - to transforms (x1, y1, x2, y2, ...)ImageWritable getCurrentImage()
Copyright © 2018. All rights reserved.