Uses of Interface
de.xima.fc.prompt.service.support.IPromptImageFormatConverter
Packages that use IPromptImageFormatConverter
Package
Description
The prompt API is kept intentionally low-level to support a wide range of use cases.
-
Uses of IPromptImageFormatConverter in de.xima.fc.prompt.service.support
Methods in de.xima.fc.prompt.service.support that return IPromptImageFormatConverterModifier and TypeMethodDescriptionstatic IPromptImageFormatConverterPromptImageFormatConverters.convertToFormat(String format) Creates an image format converter that always changes the image format to the given target format.static IPromptImageFormatConverterPromptImageFormatConverters.ensureFormat(Iterable<String> formats) Creates an image format converter that ensures the image is in one of the given formats.static IPromptImageFormatConverterPromptImageFormatConverters.ensureFormat(String... formats) Creates an image format converter that ensures the image is in one of the given formats.Methods in de.xima.fc.prompt.service.support with parameters of type IPromptImageFormatConverterModifier and TypeMethodDescriptionIPromptImageConvertBuilder.format(IPromptImageFormatConverter converter) Transforms the output format of the image using the given converter, e.g. to "png" or "jpeg". -
Uses of IPromptImageFormatConverter in de.xima.fc.prompt.service.support.internal
Methods in de.xima.fc.prompt.service.support.internal that return IPromptImageFormatConverterModifier and TypeMethodDescriptionPromptImageFormatConverterFactory.convertToFormat(String format) Creates an image format converter that always changes the image format to the given target format.PromptImageFormatConverterFactory.ensureFormat(Iterable<String> formats) Creates an image format converter that ensures the image is in one of the given formats.