Categories

Image Gradient Overlay

Add gradient overlay effects to images with customizable colors, directions, and blend modes

Click to upload file or drag and drop file here

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

Image to apply gradient overlay

Type of gradient to apply

Starting color of the gradient

Ending color of the gradient

Direction of linear gradient (0-360 degrees)

0 0.5 1

Opacity of the gradient overlay (0.0 to 1.0)

How to blend the gradient with the image

Output format for the result image

Output quality for lossy formats

Key Facts

Category
Design
Input Types
file, select, color, number, range
Output Type
file
Sample Coverage
4
API Ready
Yes

Overview

Enhance your visuals with the Image Gradient Overlay tool, designed to apply professional-grade color gradients directly onto your images. Customize your design by adjusting gradient types, colors, opacity, and blend modes to achieve the perfect aesthetic for web graphics, social media, or presentations.

When to Use

  • Adding a dark or colored overlay to improve text readability on top of busy images.
  • Creating stylish artistic effects for social media posts or website banners.
  • Standardizing the color palette of a collection of images for a cohesive brand look.

How It Works

  • Upload your image file in any supported format like PNG, JPEG, or WebP.
  • Select your preferred gradient type and define the start and end colors.
  • Adjust the direction, opacity, and blend mode to fine-tune the visual impact.
  • Download your processed image in your chosen output format and quality setting.

Use Cases

Improving text legibility on hero images by applying a semi-transparent dark gradient.
Creating vibrant, branded social media graphics with custom color overlays.
Applying artistic filters to photography using blend modes like 'Soft Light' or 'Color Burn'.

Examples

1. Hero Banner Text Readability

Web Designer
Background
A website hero image is too bright, making the white headline text difficult to read.
Problem
Need to darken the bottom of the image to provide contrast for the text.
How to Use
Upload the banner image, set the gradient type to linear, and use a black-to-transparent color scheme with a 0.6 opacity.
Example Config
gradientType: linear, startColor: #000000, endColor: #000000, opacity: 0.6, blendMode: over
Outcome
The image now has a subtle dark gradient at the bottom, ensuring the white text stands out clearly.

2. Stylized Social Media Post

Content Creator
Background
A collection of product photos needs a consistent, branded look for an Instagram campaign.
Problem
The photos have different lighting and need a unified color tone.
How to Use
Apply a radial gradient with brand colors using the 'Overlay' blend mode to all images.
Example Config
gradientType: radial, startColor: #FF5733, endColor: #33FF57, opacity: 0.3, blendMode: overlay
Outcome
All images now feature a consistent, professional color tint that aligns with the brand identity.

Try with Samples

image, png, jpg

Related Hubs

FAQ

What image formats are supported?

You can upload JPEG, PNG, WebP, GIF, BMP, and TIFF files.

Can I control the intensity of the gradient?

Yes, use the 'Gradient Opacity' slider to adjust the transparency of the overlay from 0.0 to 1.0.

What does the blend mode do?

The blend mode determines how the gradient colors interact with the pixels of your original image, allowing for effects like Multiply, Screen, or Overlay.

Is there a limit to the file size?

Yes, the maximum file size for uploads is 10 MB.

Can I save the result in a different format?

Yes, you can choose to export your final image as a PNG, JPEG, WebP, or AVIF file.

API Documentation

Request Endpoint

POST /en/api/tools/image-add-gradient

Request Parameters

Parameter Name Type Required Description
imageFile file (Upload required) Yes Image to apply gradient overlay
gradientType select No Type of gradient to apply
startColor color No Starting color of the gradient
endColor color No Ending color of the gradient
direction number No Direction of linear gradient (0-360 degrees)
opacity range No Opacity of the gradient overlay (0.0 to 1.0)
blendMode select No How to blend the gradient with the image
outputFormat select No Output format for the result image
quality number No Output quality for lossy formats

File type parameters need to be uploaded first via POST /upload/image-add-gradient 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-add-gradient": {
      "name": "image-add-gradient",
      "description": "Add gradient overlay effects to images with customizable colors, directions, and blend modes",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=image-add-gradient",
      "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]