rotate-image
Rotate images by a specified angle using input and output paths for precise image adjustments and saving. Simplify image orientation tasks for better media management.
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 |