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.
| Name | Type | Description |
|---|
| Image URL | String | Link to Image |
| Name | Type | Description |
|---|
| Success | Boolean | Success |
| Base64 Content | String | Encoded Image in Base64 |