Autopsy  3.1
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 resize (BufferedImage input, int width, int height)
 
static synchronized BufferedImage resize (BufferedImage input, int size)
 
static synchronized BufferedImage resizeHighQuality (BufferedImage input, int width, int height)
 
static synchronized BufferedImage resizeFast (BufferedImage input, int size)
 
static synchronized BufferedImage resizeFast (BufferedImage input, int width, int height)
 
static synchronized BufferedImage cropImage (BufferedImage input, int width, int height)
 

Detailed Description

Scalr wrapper to deal with exports and provide thread-safety

Definition at line 31 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 33 of file ScalrWrapper.java.

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

Definition at line 37 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 49 of file ScalrWrapper.java.

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

Definition at line 41 of file ScalrWrapper.java.


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

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