|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
BufferedImageOp
s to
a given BufferedImage
and return the result.
Scalr
for the purpose of efficiently handling large amounts of image
operations via a select number of processing threads asynchronously.src
image from the top-left corner
and applying any optional BufferedImageOp
s to the result before
returning it.
src
image and apply any optional
BufferedImageOp
s to it before returning the result.
imgscalr.debug
" system property to true
.
ExecutorService
used by this
class to process scale operations.
ConvolveOp
using a very light "blur" kernel that acts like an
anti-aliasing filter (softens the image a bit) when applied to an image.
RescaleOp
used to make any input image 10% brighter.
RescaleOp
used to make any input image 10% darker.
ColorConvertOp
used to convert any image to a grayscale color
palette.
Color.BLACK
to fill the extra padded space and then return the
result.
targetSize
and apply the given
BufferedImageOp
s (if any) to the result before returning it.
targetSize
using the given scaling
method and apply the given BufferedImageOp
s (if any) to the
result before returning it.
targetSize
(or fitting the image to
the given WIDTH or HEIGHT explicitly, depending on the Scalr.Mode
specified) and apply the given BufferedImageOp
s (if any) to the
result before returning it.
targetSize
(or fitting the image to
the given WIDTH or HEIGHT explicitly, depending on the Scalr.Mode
specified) using the given scaling method and apply the given
BufferedImageOp
s (if any) to the result before returning it.
BufferedImageOp
s (if any) to
the result before returning it.
BufferedImageOp
s (if any) to the result before returning it.
Scalr.Mode
specified) and apply the given
BufferedImageOp
s (if any) to the result before returning it.
Scalr.Mode
specified) using the given
scaling method and apply the given BufferedImageOp
s (if any) to
the result before returning it.
Scalr.Rotation
and then 0
or more
BufferedImageOp
s to a given image and return the result.
ExecutorService
will use to
simultaneously execute scale requests.
ExecutorService
will use to process async image
operations.
Scalr.Method.AUTOMATIC
method will decide if a Scalr.Method.BALANCED
method will be used (if smaller than or equal to threshold) or a
Scalr.Method.SPEED
method will be used (if larger than threshold).
Scalr.Method.AUTOMATIC
method will decide if a Scalr.Method.QUALITY
method will be used (if smaller than or equal to threshold) or a
Scalr.Method.BALANCED
method will be used (if larger than threshold).
|
Copyright 2011 The Buzz Media, LLC | ||||||||
PREV NEXT | FRAMES NO FRAMES |