Skip to main content

Image to Base64

Synopsis

This operator transforms an image into a base64 encoded string

Description

This operator can be used to convert images to 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) to receive images as part of a message.

Input

input

File that contains an image file object.

Output

output

Converted image as a string and information about the image source.

Parameters