Base64 to Image
Synopsis
This operator transforms a base64 encoded image back into an actual image file object.
Description
This operator can be used to convert images back from their base64 encoded strings. Base64 encoding is often used to transfer binary files (such as images) over web services.
For example it can be used in combination with a Real-Time-Scoring-Agent (RTSA).
Input
input
File that only contains the base64 encoded string.
Output
output
Converted image as a file object. It can be stored again or used in combination with other operators that can handle images. The output format is always *.png.
Parameters
Base64 text
The base64 encoded image as text input. In case the string is not provided by the file input port.