Catégories

Outil de Filigrane

Ajoutez des filigranes de texte aux images avec position, couleur, taille et transparence personnalisables

Click to upload file or drag and drop file here

Maximum file size: 10MB Supported formats: image/jpeg, image/png, image/webp, image/gif, image/bmp, image/tiff

Documentation de l'API

Point de terminaison de la requête

POST /fr/api/tools/image-watermark

Paramètres de la requête

Nom du paramètre Type Requis Description
imageFile file (Téléchargement requis) Oui -
watermarkText text Oui -
position select Oui -
fontSize number Non -
fontColor color Non -
opacity number Non -
rotation number Non -
backgroundColor color Non -
backgroundOpacity number Non -

Les paramètres de type fichier doivent être téléchargés d'abord via POST /upload/image-watermark 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)"
}
Fichier: Fichier

Documentation de MCP

Ajoutez cet outil à votre configuration de serveur MCP:

{
  "mcpServers": {
    "elysiatools-image-watermark": {
      "name": "image-watermark",
      "description": "Ajoutez des filigranes de texte aux images avec position, couleur, taille et transparence personnalisables",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=image-watermark",
      "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]