Categorias

Add Texture Effect

Add various texture overlays to images with customizable blend modes and intensity

Click to upload file or drag and drop file here

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

Upload any image file to add texture effect to

Choose the type of texture

Choose how the texture blends with the image

Opacity of the texture (0.0 to 1.0)

Scale of the texture pattern (0.1 to 3.0)

Intensity of the texture details (0.0 to 1.0)

Choose output format or keep original

Output quality for lossy formats (WebP, JPEG)

Documentação da API

Ponto final da solicitação

POST /pt/api/tools/image-add-texture

Parâmetros da solicitação

Nome do parâmetro Tipo Requerido Descrição
imageFile file (Upload necessário) Sim Upload any image file to add texture effect to
textureType select Não Choose the type of texture
blendMode select Não Choose how the texture blends with the image
opacity number Não Opacity of the texture (0.0 to 1.0)
scale number Não Scale of the texture pattern (0.1 to 3.0)
intensity number Não Intensity of the texture details (0.0 to 1.0)
outputFormat select Não Choose output format or keep original
quality number Não Output quality for lossy formats (WebP, JPEG)

Os parâmetros de tipo arquivo precisam ser carregados primeiro via POST /upload/image-add-texture para obter filePath, depois filePath deve ser passado ao campo de arquivo correspondente.

Formato de resposta

{
  "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)"
}
Arquivo: Arquivo

Documentação de MCP

Adicione este ferramenta à sua configuração de servidor 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"
    }
  }
}

Você pode encadear várias ferramentas, ex: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, máx 20 ferramentas.

Suporta links de arquivos URL ou codificação Base64 para parâmetros de arquivo.

Se você encontrar algum problema, por favor, entre em contato conosco em [email protected]