Uses of Interface
de.xima.fc.prompt.service.support.IPromptImageConvertBuilder
Packages that use IPromptImageConvertBuilder
Package
Description
The prompt API is kept intentionally low-level to support a wide range of use cases.
-
Uses of IPromptImageConvertBuilder in de.xima.fc.prompt.service.support
Methods in de.xima.fc.prompt.service.support that return IPromptImageConvertBuilderModifier and TypeMethodDescriptionIPromptImageConvertBuilder.alphaChannel(IPromptImageAlphaChannelConverter converter) Adjusts the alpha channel of the image using the given converter.IPromptImageConvertBuilder.backgroundColor(RgbaQuadruplet backgroundColor) Sets the background color of the image, used as a default color for pixels, e.g. when the source image has transparency or when the image is resized and the canvas is larger than the image.IPromptImageConvertBuilder.backgroundColor(RgbTriplet backgroundColor) Sets the background color of the image, used as a default color for pixels, e.g. when the source image has transparency or when the image is resized and the canvas is larger than the image.IPromptImageConvertBuilder.compression(double compression) Sets the compression level of the image if needed, e.g. for JPEG images.IPromptImageService.convert()Gets a builder for a converter that can post-process images.IPromptImageConvertBuilder.format(IPromptImageFormatConverter converter) Transforms the output format of the image using the given converter, e.g. to "png" or "jpeg".IPromptImageConvertBuilder.geometry(IPromptImageGeometryConverter converter) Changes the geometry of the image using the given converter.