public class ImageScaler
extends java.lang.Object
Constructor and Description |
---|
ImageScaler() |
Modifier and Type | Method and Description |
---|---|
static java.awt.Image |
getOptimalScalingImage(java.awt.Image inputImage,
int startSize,
int endSize)
Progressive bilinear scaling: for any downscale size, scale
iteratively by halves using BILINEAR filtering until the proper
size is reached.
|
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details