BaseImageTranslator
.See: Description
Class | Description |
---|---|
FileTranslator<T> |
Built-in
Translator that provides image pre-processing from file path. |
FileTranslatorFactory<T> |
A factory class creates
Translator that can process image from a file path. |
InputStreamTranslator<T> |
Built-in
Translator that provides image pre-processing from InputStream . |
InputStreamTranslatorFactory<T> |
A factory class creates
Translator that can process image from an InputStream . |
UrlTranslator<T> |
Built-in
Translator that provides image pre-processing from URL. |
UrlTranslatorFactory<T> |
A factory class creates
Translator that can process image from a URL. |
BaseImageTranslator
.