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
Name | Type | Description |
---|---|---|
Image URL | String | Link to Image |
Outputs
Name | Type | Description |
---|---|---|
Success | Boolean | Success |
Base64 Content | String | Encoded Image in Base64 |
Updated about 2 months ago