Uses of Class
digilib.image.ImageOpException
Packages that use ImageOpException
-
Uses of ImageOpException in digilib.conf
Methods in digilib.conf that throw ImageOpExceptionModifier and TypeMethodDescriptionPDFRequest.getImageJobInformation()
void
PDFRequest.setWithRequest
(javax.servlet.http.HttpServletRequest request) Initialize with a ServletRequest.Constructors in digilib.conf that throw ImageOpExceptionModifierConstructorDescriptionPDFRequest
(javax.servlet.http.HttpServletRequest request, DigilibConfiguration dlcfg) Create a PDFRequest with a request and config. -
Uses of ImageOpException in digilib.image
Methods in digilib.image that throw ImageOpExceptionModifier and TypeMethodDescriptionvoid
ImageLoaderDocuImage.blur
(int radius) Blur the image with a convolution using the given radius.ImageWorker.call()
render and return the imagevoid
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.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
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) -
Uses of ImageOpException in digilib.pdf
Methods in digilib.pdf that throw ImageOpException -
Uses of ImageOpException in digilib.servlet
Methods in digilib.servlet that throw ImageOpExceptionModifier and TypeMethodDescriptionstatic void
ServletOps.sendFile
(File f, String mt, String name, javax.servlet.http.HttpServletResponse response) Transfers an image file as-is with the mime type mt.static void
ServletOps.sendFile
(File f, String mt, String name, javax.servlet.http.HttpServletResponse response, org.slf4j.Logger logger) Transfers an image file as-is with the mime type mt.static void
ServletOps.sendImage
(DocuImage img, String mimeType, javax.servlet.http.HttpServletResponse response) Write image img to ServletResponse response.static void
ServletOps.sendImage
(DocuImage img, String mimeType, javax.servlet.http.HttpServletResponse response, org.slf4j.Logger logger) Write image img to ServletResponse response as data of mimeType.