Documentation

Image URL to Base64 with compression

Converts an image from url to base64 content.

This also has logical compression which means if the image is too large, it will compress it accordingly.

Inputs

NameTypeDescription
Image URLStringLink to Image

Outputs

NameTypeDescription
SuccessBooleanSuccess
Base64 ContentStringEncoded Image in Base64