public class FilterImageTransform extends BaseImageTransform
FFmpegFrameFilterconverter, currentImage, random| Constructor and Description |
|---|
FilterImageTransform(String filters,
int width,
int height)
Calls
this(filters, width, height, 3). |
FilterImageTransform(String filters,
int width,
int height,
int channels)
Constructs a filtergraph out of the filter specification.
|
| Modifier and Type | Method and Description |
|---|---|
protected ImageWritable |
doTransform(ImageWritable image,
Random random) |
getCurrentImage, query, transform, transformpublic FilterImageTransform(String filters, int width, int height)
this(filters, width, height, 3).public FilterImageTransform(String filters, int width, int height, int channels)
filters - to usewidth - of the input imagesheight - of the input imageschannels - of the input imagesprotected ImageWritable doTransform(ImageWritable image, Random random)
doTransform in class BaseImageTransformCopyright © 2019. All rights reserved.