void |
ImageLoaderDocuImage.blur(int radius) |
Blur the image with a convolution using the given radius.
|
DocuImage |
ImageWorker.call() |
render and return the image
|
void |
DocuImage.colorOp(DocuImage.ColorOp op) |
Changes the colors of the current image.
|
void |
DocuImageImpl.colorOp(DocuImage.ColorOp op) |
|
void |
ImageLoaderDocuImage.colorOp(DocuImage.ColorOp colop) |
|
void |
DocuImage.crop(int xoff,
int yoff,
int width,
int height) |
Crops the current image.
|
void |
DocuImageImpl.crop(int xoff,
int yoff,
int width,
int height) |
|
void |
ImageLoaderDocuImage.crop(int x_off,
int y_off,
int width,
int height) |
|
void |
DocuImage.cropAndScale(int x_off,
int y_off,
int width,
int height,
double scale,
int qual) |
Crops and scales the current image.
|
void |
DocuImageImpl.cropAndScale(int x_off,
int y_off,
int width,
int height,
double scale,
int qual) |
Crop and scale the current image.
|
void |
DocuImage.enhance(float mult,
float add) |
Enhances brightness and contrast of the current image.
|
void |
DocuImageImpl.enhance(float mult,
float add) |
|
void |
ImageLoaderDocuImage.enhance(float mult,
float add) |
|
void |
DocuImage.enhanceRGB(float[] rgbm,
float[] rgba) |
Manipulates the colors of the current image.
|
void |
DocuImageImpl.enhanceRGB(float[] rgbm,
float[] rgba) |
|
void |
ImageLoaderDocuImage.enhanceRGB(float[] rgbm,
float[] rgba) |
|
static ImageJobDescription |
ImageJobDescription.getInstance(DigilibRequest dlReq,
DigilibConfiguration dlcfg) |
Creates new ImageJobDescription from a
DigilibRequest.
|
static ImageJobDescription |
ImageJobDescription.getInstanceWithImageSet(DigilibRequest dlReq,
ImageSet imgs,
DigilibConfiguration dlcfg) |
Creates new ImageJobDescription from a
DigilibRequest and adding an ImageSet.
|
Rectangle2D |
ImageJobDescription.getOuterImgArea() |
Return the maximum area of the source image that will be used.
|
static ImageJobDescription |
ImageJobDescription.getRawInstance(ParameterMap pm,
DigilibConfiguration dlcfg) |
Creates new ImageJobDescription with a given ParameterMap.
|
double |
ImageJobDescription.getScaleX() |
Return the X scale factor.
|
double |
ImageJobDescription.getScaleY() |
Return the Y scale factor.
|
protected ImageWriter |
ImageLoaderDocuImage.getWriter(String mimetype) |
Get an ImageWriter for the mime-type.
|
void |
DocuImage.mirror(double angle) |
Mirrors the current image.
|
void |
DocuImageImpl.mirror(double angle) |
|
void |
ImageLoaderDocuImage.mirror(double angle) |
|
protected Rectangle2D |
ImageJobDescription.prepareAbsoluteScale() |
Absolute scale factor: either original size, based on dpi, or absolute.
|
void |
ImageJobDescription.prepareScaleParams() |
Prepare image scaling factors and coordinates.
|
void |
DocuImage.rotate(double angle) |
Rotates the current image.
|
void |
DocuImageImpl.rotate(double angle) |
|
void |
ImageLoaderDocuImage.rotate(double angle) |
|
void |
DocuImage.scale(double scaleX,
double scaleY) |
Scales the current image.
|
abstract void |
DocuImageImpl.scale(double scaleX,
double scaleY) |
|
void |
ImageLoaderDocuImage.scale(double scaleX,
double scaleY) |
|
void |
DocuImage.writeImage(String mt,
OutputStream ostream) |
Writes the current image to an OutputStream.
|
abstract void |
DocuImageImpl.writeImage(String mt,
OutputStream ostream) |
|
void |
ImageLoaderDocuImage.writeImage(String mt,
OutputStream ostream) |
|