static ImageUtils.Pipeline |
ImageUtils.Pipeline.from(BufferedImage image) |
Starts an image processing pipeline.
|
static ImageUtils.Pipeline |
ImageUtils.Pipeline.from(InputStream input) |
Starts an image processing pipeline.
|
ImageUtils.Pipeline |
ImageUtils.Pipeline.map(UnaryOperator<ImageUtils.Pipeline> pipeline) |
Applies a specified pipeline.
|
ImageUtils.Pipeline |
ImageUtils.Pipeline.reduce(IndexColorModel indexColorModel) |
Reduces the color palette per specified model.
|
ImageUtils.Pipeline |
ImageUtils.Pipeline.scale(double widthScale,
double heightScale) |
Scales by specified factors.
|
ImageUtils.Pipeline |
ImageUtils.Pipeline.scale(float widthScale,
float heightScale,
Map<RenderingHints.Key,Object> hints) |
Scales by specified factors and hints.
|