rotate-image
Rotate images by a specified angle in degrees using MCP Media Processing Server. Provide the input file path and rotation angle; optionally specify 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 |