Uses of Class
digilib.image.ImageOpException
Packages that use ImageOpException
- 
Uses of ImageOpException in digilib.confMethods in digilib.conf that throw ImageOpExceptionModifier and TypeMethodDescriptionPDFRequest.getImageJobInformation()voidPDFRequest.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.imageMethods in digilib.image that throw ImageOpExceptionModifier and TypeMethodDescriptionvoidImageLoaderDocuImage.blur(int radius) Blur the image with a convolution using the given radius.ImageWorker.call()render and return the imagevoidDocuImage.colorOp(DocuImage.ColorOp op) Changes the colors of the current image.voidDocuImageImpl.colorOp(DocuImage.ColorOp op) voidImageLoaderDocuImage.colorOp(DocuImage.ColorOp colop) voidDocuImage.crop(int xoff, int yoff, int width, int height) Crops the current image.voidDocuImageImpl.crop(int xoff, int yoff, int width, int height) voidImageLoaderDocuImage.crop(int x_off, int y_off, int width, int height) voidDocuImage.cropAndScale(int x_off, int y_off, int width, int height, double scale, int qual) Crops and scales the current image.voidDocuImageImpl.cropAndScale(int x_off, int y_off, int width, int height, double scale, int qual) Crop and scale the current image.voidDocuImage.enhance(float mult, float add) Enhances brightness and contrast of the current image.voidDocuImageImpl.enhance(float mult, float add) voidImageLoaderDocuImage.enhance(float mult, float add) voidDocuImage.enhanceRGB(float[] rgbm, float[] rgba) Manipulates the colors of the current image.voidDocuImageImpl.enhanceRGB(float[] rgbm, float[] rgba) voidImageLoaderDocuImage.enhanceRGB(float[] rgbm, float[] rgba) static ImageJobDescriptionImageJobDescription.getInstance(DigilibRequest dlReq, DigilibConfiguration dlcfg) Creates new ImageJobDescription from a DigilibRequest.static ImageJobDescriptionImageJobDescription.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 ImageJobDescriptionImageJobDescription.getRawInstance(ParameterMap pm, DigilibConfiguration dlcfg) Creates new ImageJobDescription with a given ParameterMap.doubleImageJobDescription.getScaleX()Return the X scale factor.doubleImageJobDescription.getScaleY()Return the Y scale factor.protected ImageWriterGet an ImageWriter for the mime-type.voidDocuImage.mirror(double angle) Mirrors the current image.voidDocuImageImpl.mirror(double angle) voidImageLoaderDocuImage.mirror(double angle) protected Rectangle2DImageJobDescription.prepareAbsoluteScale()Absolute scale factor: either original size, based on dpi, or absolute.voidImageJobDescription.prepareScaleParams()Prepare image scaling factors and coordinates.voidDocuImage.rotate(double angle) Rotates the current image.voidDocuImageImpl.rotate(double angle) voidImageLoaderDocuImage.rotate(double angle) voidDocuImage.scale(double scaleX, double scaleY) Scales the current image.abstract voidDocuImageImpl.scale(double scaleX, double scaleY) voidImageLoaderDocuImage.scale(double scaleX, double scaleY) voidDocuImage.writeImage(String mt, OutputStream ostream) Writes the current image to an OutputStream.abstract voidDocuImageImpl.writeImage(String mt, OutputStream ostream) voidImageLoaderDocuImage.writeImage(String mt, OutputStream ostream) 
- 
Uses of ImageOpException in digilib.pdfMethods in digilib.pdf that throw ImageOpException
- 
Uses of ImageOpException in digilib.servletMethods in digilib.servlet that throw ImageOpExceptionModifier and TypeMethodDescriptionstatic voidServletOps.sendFile(File f, String mt, String name, javax.servlet.http.HttpServletResponse response) Transfers an image file as-is with the mime type mt.static voidServletOps.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 voidServletOps.sendImage(DocuImage img, String mimeType, javax.servlet.http.HttpServletResponse response) Write image img to ServletResponse response.static voidServletOps.sendImage(DocuImage img, String mimeType, javax.servlet.http.HttpServletResponse response, org.slf4j.Logger logger) Write image img to ServletResponse response as data of mimeType.