test-1

Apache 2.0

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

NameRequiredDescriptionDefault
imageUrlYesThe URL of the image file to compress
outputFormatNoThe format to save the compressed image file
outputPathNoThe ABSOLUTE path to save the compressed image file

Input Schema (JSON Schema)

{ "properties": { "imageUrl": { "description": "The URL of the image file to compress", "example": "https://example.com/image.jpg", "type": "string" }, "outputFormat": { "description": "The format to save the compressed image file", "enum": [ "image/jpeg", "image/png", "image/webp", "image/jpg", "image/avif" ], "example": "image/jpeg", "type": "string" }, "outputPath": { "description": "The ABSOLUTE path to save the compressed image file", "example": "/Users/user/Downloads/image_compressed.jpg", "type": "string" } }, "required": [ "imageUrl" ], "type": "object" }

You must be authenticated.

Other Tools from test-1

Related Tools

ID: 18korksmvb