Catégories

Extracteur d'Images GIF

Extraire des images individuelles de fichiers GIF avec des options de format de sortie et de nommage personnalisables

Click to upload file or drag and drop file here

Maximum file size: 50MB Supported formats: image/gif

Documentation de l'API

Point de terminaison de la requête

POST /fr/api/tools/gif-to-frames

Paramètres de la requête

Nom du paramètre Type Requis Description
gifFile file (Téléchargement requis) Oui -
outputFormat select Non -
frameRange select Non -
startFrame number Non -
endFrame number Non -
frameStep number Non -
quality number Non -
backgroundColor select Non -
customBackgroundColor color Non -
customWidth number Non -
customHeight number Non -
maintainAspectRatio checkbox Non -
namingPattern select Non -
paddingLength number Non -

Les paramètres de type fichier doivent être téléchargés d'abord via POST /upload/gif-to-frames 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-gif-to-frames": {
      "name": "gif-to-frames",
      "description": "Extraire des images individuelles de fichiers GIF avec des options de format de sortie et de nommage personnalisables",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=gif-to-frames",
      "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]