|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Scalr
for the purpose of offering more control over the scaling and
ordering of a large number of scale operations.true
.
ExecutorService
if a count isn't specified via
setServiceThreadCount(int)
before this class is used.
Scalr.Method
that is best suited for
scaling the image to the targeted dimensions.
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.
targetSize
and apply the given
BufferedImageOp
s (if any) to the result before returning it.
targetSize
, apply the given
BufferedImageOp
s (if any) and then apply the given rotation 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
using the given scaling
method, apply the given BufferedImageOp
s (if any) and then apply
the given rotation 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 then 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), apply the given BufferedImageOp
s (if any) and then
apply the given rotation 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.
targetSize
(or fitting the image to
the given WIDTH or HEIGHT explicitly, depending on the Scalr.Mode
specified) using the given scaling method, apply the given
BufferedImageOp
s (if any) and apply the given rotation to the
result before returning it.
BufferedImageOp
s (if any) to
the result before returning it.
BufferedImageOp
s (if any) and
apply the given rotation to the result before returning it.
BufferedImageOp
s (if any) to the result before returning it.
BufferedImageOp
s (if any) and apply the given rotation to the
result before returning it.
Scalr.Mode
specified) and then apply the
given BufferedImageOp
s (if any) to the result before returning
it.
Scalr.Mode
specified), apply the given
BufferedImageOp
s (if any) and then apply the given rotation 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.Mode
specified) using the given
scaling method, apply the given BufferedImageOp
s (if any) and
apply the given rotation to the result before returning it.
ExecutorService
which runs tasks
generated by this class with the given service.
ThreadPoolExecutor
to executor scale 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 |