Категории

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)

Документация API

Конечная точка запроса

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

Параметры запроса

Имя параметра Тип Обязательно Описание
imageFile file (Требуется загрузка) Да Upload any image file to add texture effect to
textureType select Нет Choose the type of texture
blendMode select Нет Choose how the texture blends with the image
opacity number Нет Opacity of the texture (0.0 to 1.0)
scale number Нет Scale of the texture pattern (0.1 to 3.0)
intensity number Нет Intensity of the texture details (0.0 to 1.0)
outputFormat select Нет Choose output format or keep original
quality number Нет Output quality for lossy formats (WebP, JPEG)

Параметры типа файл должны быть загружены сначала через POST /upload/image-add-texture для получения filePath, затем filePath должен быть передан в соответствующее поле файла.

Формат ответа

{
  "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)"
}
Файл: Файл

Документация MCP

Добавьте этот инструмент к конфигурации сервера 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"
    }
  }
}

Вы можете объединять несколько инструментов, например: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, максимум 20 инструментов.

Поддерживает ссылки на файлы URL или кодирование Base64 для параметров файла.

Если вы столкнулись с проблемами, пожалуйста, свяжитесь с нами по адресу [email protected]