Uses of Class
net.coobird.thumbnailator.resizers.AbstractResizer
-
Packages that use AbstractResizer Package Description net.coobird.thumbnailator.resizers This package provides classes which perform image resizing operations which is used to create thumbnails with Thumbnailator. -
-
Uses of AbstractResizer in net.coobird.thumbnailator.resizers
Subclasses of AbstractResizer in net.coobird.thumbnailator.resizers Modifier and Type Class Description classBicubicResizerImage resizer class using bicubic interpolation for the resizing operation.classBilinearResizerImage resizer class using bilinear interpolation for the resizing operation.classNullResizerAResizerwhich does not actually resize the image.classProgressiveBilinearResizerAResizerwhich performs resizing operations by using progressive bilinear scaling.
-