compress_remote_image
Reduce the size of a remote image by providing its URL, specify the output format, and save it to an absolute path for efficient storage and faster loading.
Instructions
Compress a remote image file by giving the URL of the image
Input Schema
Name | Required | Description | Default |
---|---|---|---|
imageUrl | Yes | The URL of the image file to compress | |
outputFormat | No | The format to save the compressed image file | |
outputPath | No | The ABSOLUTE path to save the compressed image file |