Skip to main content
Glama

Imagician

by flowy11

rotate_image

Rotate images by a specified angle, adjust background color for exposed areas, and save the output. Ideal for precise image orientation adjustments.

Instructions

Rotate an image by specified degrees

Input Schema

NameRequiredDescriptionDefault
angleYesRotation angle in degrees (positive = clockwise)
backgroundNoBackground color for exposed areas (hex or named color)#000000
inputPathYesPath to input image
outputPathYesPath to save rotated image

Input Schema (JSON Schema)

{ "properties": { "angle": { "description": "Rotation angle in degrees (positive = clockwise)", "type": "number" }, "background": { "default": "#000000", "description": "Background color for exposed areas (hex or named color)", "type": "string" }, "inputPath": { "description": "Path to input image", "type": "string" }, "outputPath": { "description": "Path to save rotated image", "type": "string" } }, "required": [ "inputPath", "outputPath", "angle" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/flowy11/imagician'

If you have feedback or need assistance with the MCP directory API, please join our Discord server