Skip to main content
Glama

Imagician

by flowy11

crop_image

Extract and save a specific region of an image by defining pixel-based coordinates and dimensions for precise cropping.

Instructions

Crop an image to specified region

Input Schema

NameRequiredDescriptionDefault
heightYesHeight of crop area
inputPathYesPath to input image
leftYesLeft offset in pixels
outputPathYesPath to save cropped image
topYesTop offset in pixels
widthYesWidth of crop area

Input Schema (JSON Schema)

{ "properties": { "height": { "description": "Height of crop area", "type": "number" }, "inputPath": { "description": "Path to input image", "type": "string" }, "left": { "description": "Left offset in pixels", "type": "number" }, "outputPath": { "description": "Path to save cropped image", "type": "string" }, "top": { "description": "Top offset in pixels", "type": "number" }, "width": { "description": "Width of crop area", "type": "number" } }, "required": [ "inputPath", "outputPath", "left", "top", "width", "height" ], "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