Package | Description |
---|---|
org.safs.image |
Modifier and Type | Method and Description |
---|---|
static ImageUtils.AlterImageStyle |
ImageUtils.AlterImageStyle.get(java.lang.String name) |
static ImageUtils.AlterImageStyle |
ImageUtils.AlterImageStyle.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ImageUtils.AlterImageStyle[] |
ImageUtils.AlterImageStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static java.awt.image.BufferedImage |
ImageUtils.createDiffImage(java.awt.image.BufferedImage buffimg,
java.awt.image.BufferedImage benchimg,
ImageUtils.AlterImageStyle style,
double factor)
With the assumption that the two provided images are NOT matching, we will
create a Diff image composite from the two images.
|
Copyright © SAS Institute. All Rights Reserved.