Categories

Image Emboss Effect

Apply professional emboss effects with adjustable depth, angle, and lighting direction for 3D surface appearance

Click to upload file or drag and drop file here

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

Upload image for emboss effect

0.1 2 10

Depth of emboss effect (0.1-10, higher = deeper)

0 135 360

Lighting direction angle (0°=right, 90°=down, 135°=down-left)

Background color (hex or R,G,B). Use "none" for transparent

Output quality for lossy formats

API Documentation

Request Endpoint

POST /en/api/tools/image-emboss

Request Parameters

Parameter Name Type Required Description
imageFile file (Upload required) Yes Upload image for emboss effect
embossType select No -
depth range No Depth of emboss effect (0.1-10, higher = deeper)
angle range No Lighting direction angle (0°=right, 90°=down, 135°=down-left)
lightDirection select No -
backgroundColor color No Background color (hex or R,G,B). Use "none" for transparent
blendMode select No -
format select No -
quality number No Output quality for lossy formats

File type parameters need to be uploaded first via POST /upload/image-emboss to get filePath, then pass filePath to the corresponding file field.

Response Format

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

AI MCP Documentation

Add this tool to your MCP server configuration:

{
  "mcpServers": {
    "elysiatools-image-emboss": {
      "name": "image-emboss",
      "description": "Apply professional emboss effects with adjustable depth, angle, and lighting direction for 3D surface appearance",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=image-emboss",
      "command": "",
      "args": [],
      "env": {},
      "isActive": true,
      "type": "sse"
    }
  }
}

You can chain multiple tools, e.g.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, max 20 tools.

Supports URL file links or Base64 encoding for file parameters.

If you encounter any issues, please contact us at [email protected]