Catégories

Convertisseur ICO vers JPG

Convertir les fichiers d'icônes ICO au format JPG avec des options personnalisables de qualité et de fond

Click to upload file or drag and drop file here

Maximum file size: 5MB Supported formats: image/x-icon, image/vnd.microsoft.icon

Output width in pixels (optional)

Output height in pixels (optional)

1 85 100

JPEG quality (1-100, higher = better quality)

Create progressive JPEG for faster web loading

Use MozJPEG encoder for better compression

Background color (JPG requires a background)

Documentation de l'API

Point de terminaison de la requête

POST /fr/api/tools/ico-to-jpg

Paramètres de la requête

Nom du paramètre Type Requis Description
icoFile file (Téléchargement requis) Oui -
width number Non Output width in pixels (optional)
height number Non Output height in pixels (optional)
extractSize select Non -
quality range Non JPEG quality (1-100, higher = better quality)
progressive checkbox Non Create progressive JPEG for faster web loading
mozjpeg checkbox Non Use MozJPEG encoder for better compression
backgroundColor color Non Background color (JPG requires a background)

Les paramètres de type fichier doivent être téléchargés d'abord via POST /upload/ico-to-jpg 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-ico-to-jpg": {
      "name": "ico-to-jpg",
      "description": "Convertir les fichiers d'icônes ICO au format JPG avec des options personnalisables de qualité et de fond",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=ico-to-jpg",
      "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]