Add Texture Effect
Add various texture overlays to images with customizable blend modes and intensity
API-Dokumentation
Request-Endpunkt
Request-Parameter
| Parameter-Name | Typ | Erforderlich | Beschreibung |
|---|---|---|---|
| imageFile | file (Upload erforderlich) | Ja | Upload any image file to add texture effect to |
| textureType | select | Nein | Choose the type of texture |
| blendMode | select | Nein | Choose how the texture blends with the image |
| opacity | number | Nein | Opacity of the texture (0.0 to 1.0) |
| scale | number | Nein | Scale of the texture pattern (0.1 to 3.0) |
| intensity | number | Nein | Intensity of the texture details (0.0 to 1.0) |
| outputFormat | select | Nein | Choose output format or keep original |
| quality | number | Nein | Output quality for lossy formats (WebP, JPEG) |
Dateitypparameter müssen erst über POST /upload/image-add-texture hochgeladen werden, um filePath zu erhalten, dann filePath an das entsprechende Dateifeld übergeben.
Antwortformat
{
"filePath": "/public/processing/randomid.ext",
"fileName": "output.ext",
"contentType": "application/octet-stream",
"size": 1024,
"metadata": {
"key": "value"
},
"error": "Error message (optional)",
"message": "Notification message (optional)"
}
MCP-Dokumentation
Fügen Sie dieses Tool zu Ihrer MCP-Server-Konfiguration hinzu:
{
"mcpServers": {
"elysiatools-image-add-texture": {
"name": "image-add-texture",
"description": "Add various texture overlays to images with customizable blend modes and intensity",
"baseUrl": "https://elysiatools.com/mcp/sse?toolId=image-add-texture",
"command": "",
"args": [],
"env": {},
"isActive": true,
"type": "sse"
}
}
}
Sie können mehrere Tools verketten, z.B.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, maximal 20 Tools.
Unterstützt URL-Dateilinks oder Base64-Codierung für Dateiparameter.
Wenn Sie auf Probleme stoßen, kontaktieren Sie uns bitte bei [email protected]