rotate-image
Rotate an image by a specified angle in degrees using the MCP Media Processing Server. Input the image path and rotation angle, and optionally set an output path or filename for the rotated image.
Instructions
Rotate image by specified degrees
Input Schema
Name | Required | Description | Default |
---|---|---|---|
degrees | Yes | Rotation angle in degrees | |
inputPath | Yes | Absolute path to input image file | |
outputFilename | No | Output filename (only used if outputPath is not provided) | |
outputPath | No | Optional absolute path for output file. If not provided, file will be saved in Downloads folder |