Uses of Class
net.coobird.thumbnailator.resizers.configurations.Dithering
-
Packages that use Dithering Package Description net.coobird.thumbnailator This package contains classes which provide the core functionalities of Thumbnailator, includingThumbnails, the entry point for most use cases of Thumbnailator.net.coobird.thumbnailator.resizers.configurations This package provides enums which are used to set rendering hints used when usingResizersto create thumbnails. -
-
Uses of Dithering in net.coobird.thumbnailator
Fields in net.coobird.thumbnailator declared as Dithering Modifier and Type Field Description private DitheringThumbnails.Builder. ditheringMethods in net.coobird.thumbnailator with parameters of type Dithering Modifier and Type Method Description Thumbnails.Builder<T>Thumbnails.Builder. dithering(Dithering config)Sets the dithering mode when performing the resizing operation to generate the thumbnail. -
Uses of Dithering in net.coobird.thumbnailator.resizers.configurations
Methods in net.coobird.thumbnailator.resizers.configurations that return Dithering Modifier and Type Method Description static DitheringDithering. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Dithering[]Dithering. values()Returns an array containing the constants of this enum type, in the order they are declared.
-