Add Texture Effect
Add various texture overlays to images with customizable blend modes and intensity
Documentation de l'API
Point de terminaison de la requête
Paramètres de la requête
| Nom du paramètre | Type | Requis | Description |
|---|---|---|---|
| imageFile | file (Téléchargement requis) | Oui | Upload any image file to add texture effect to |
| textureType | select | Non | Choose the type of texture |
| blendMode | select | Non | Choose how the texture blends with the image |
| opacity | number | Non | Opacity of the texture (0.0 to 1.0) |
| scale | number | Non | Scale of the texture pattern (0.1 to 3.0) |
| intensity | number | Non | Intensity of the texture details (0.0 to 1.0) |
| outputFormat | select | Non | Choose output format or keep original |
| quality | number | Non | Output quality for lossy formats (WebP, JPEG) |
Les paramètres de type fichier doivent être téléchargés d'abord via POST /upload/image-add-texture pour obtenir filePath, puis filePath doit être passé au champ de fichier correspondant.
Format de réponse
{
"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)"
}
Documentation de MCP
Ajoutez cet outil à votre configuration de serveur MCP:
{
"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"
}
}
}
Vous pouvez chaîner plusieurs outils, par ex.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, max 20 outils.
Prend en charge les liens de fichiers URL ou la codification Base64 pour les paramètres de fichier.
Si vous rencontrez des problèmes, veuillez nous contacter à [email protected]