Autopsy  4.17.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Static Public Member Functions | List of all members
org.sleuthkit.autopsy.corelibs.ScalrWrapper Class Reference

Static Public Member Functions

static synchronized BufferedImage cropImage (BufferedImage input, int width, int height)
 
static synchronized BufferedImage resize (BufferedImage input, int width, int height)
 
static synchronized BufferedImage resize (BufferedImage input, int size)
 
static synchronized BufferedImage resize (BufferedImage bufferedImage, Method method, Scalr.Mode mode, int width, int height, BufferedImageOp...ops)
 
static synchronized BufferedImage resizeFast (BufferedImage input, int size)
 
static synchronized BufferedImage resizeFast (BufferedImage input, int width, int height)
 
static synchronized BufferedImage resizeHighQuality (BufferedImage input, int width, int height)
 

Detailed Description

Scalr wrapper to deal with exports and provide thread-safety

Definition at line 30 of file ScalrWrapper.java.

Member Function Documentation

static synchronized BufferedImage org.sleuthkit.autopsy.corelibs.ScalrWrapper.cropImage ( BufferedImage  input,
int  width,
int  height 
)
static
static synchronized BufferedImage org.sleuthkit.autopsy.corelibs.ScalrWrapper.resize ( BufferedImage  input,
int  width,
int  height 
)
static

Definition at line 32 of file ScalrWrapper.java.

static synchronized BufferedImage org.sleuthkit.autopsy.corelibs.ScalrWrapper.resize ( BufferedImage  input,
int  size 
)
static

Definition at line 36 of file ScalrWrapper.java.

static synchronized BufferedImage org.sleuthkit.autopsy.corelibs.ScalrWrapper.resize ( BufferedImage  bufferedImage,
Method  method,
Scalr.Mode  mode,
int  width,
int  height,
BufferedImageOp...  ops 
)
static

Definition at line 40 of file ScalrWrapper.java.

static synchronized BufferedImage org.sleuthkit.autopsy.corelibs.ScalrWrapper.resizeFast ( BufferedImage  input,
int  size 
)
static
static synchronized BufferedImage org.sleuthkit.autopsy.corelibs.ScalrWrapper.resizeFast ( BufferedImage  input,
int  width,
int  height 
)
static

Definition at line 52 of file ScalrWrapper.java.

static synchronized BufferedImage org.sleuthkit.autopsy.corelibs.ScalrWrapper.resizeHighQuality ( BufferedImage  input,
int  width,
int  height 
)
static

The documentation for this class was generated from the following file:

Copyright © 2012-2021 Basis Technology. Generated on: Tue Jan 19 2021
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.