process_and_upload_image_from_url
Process an image from a URL by optimizing, resizing, and converting it to WebP format, then upload it to Vercel Blob storage for efficient use.
Instructions
Process an image from a URL (optimize, resize, convert to WebP) and upload to Vercel Blob
Input Schema
Name | Required | Description | Default |
---|---|---|---|
height | No | Height to resize the image to (default: 300) | |
imageUrl | Yes | URL of the image to process | |
newName | Yes | New name for the processed image (without extension) | |
width | No | Width to resize the image to (default: 550) |