Categories

Image Hard Light Blend

Apply hard light blend mode between two images for strong, intense contrast and vivid effects

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

Base image that will be blended with hard light

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

Overlay image for hard light blending

0 1 1

Opacity of the overlay image (0.0 to 1.0)

Output format for the result image (PNG recommended for transparency)

Output quality for lossy formats

Key Facts

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

Overview

The Image Hard Light Blend tool allows you to combine two images using the hard light blend mode, creating high-contrast, dramatic results by screening light areas and multiplying dark areas.

When to Use

  • When you want to add dramatic lighting effects or textures to a base image.
  • When you need to increase the overall contrast and color intensity of a composition.
  • When you are looking to create a stylized, artistic look by overlaying patterns or light leaks.

How It Works

  • Upload your base image and the overlay image you wish to blend.
  • Adjust the overlay opacity slider to control the intensity of the effect.
  • Select your preferred output format and quality settings.
  • Process the images to generate your final high-contrast composite.

Use Cases

Adding realistic light leak textures to portrait photography.
Enhancing the depth and contrast of digital illustrations.
Creating stylized graphic design posters with layered visual elements.

Examples

1. Adding Light Leaks to Portraits

Photographer
Background
A photographer wants to add a vintage, warm aesthetic to a series of outdoor portraits.
Problem
The original photos look too flat and lack a distinct artistic mood.
How to Use
Upload the portrait as the base image and a light leak texture as the overlay, then set opacity to 0.6.
Example Config
opacity: 0.6, format: 'jpeg', quality: 90
Outcome
The portrait gains a warm, high-contrast glow that feels professional and stylized.

2. Enhancing Digital Art Contrast

Digital Artist
Background
An artist is working on a character illustration that needs more punch in the highlights and shadows.
Problem
The colors appear muted and the lighting lacks intensity.
How to Use
Use the illustration as the base and a high-contrast grayscale texture as the overlay to boost the lighting dynamics.
Example Config
opacity: 0.4, format: 'png', quality: 100
Outcome
The illustration features significantly deeper shadows and brighter highlights, creating a more dramatic visual impact.

Try with Samples

image, png, jpg

Related Hubs

FAQ

What does the Hard Light blend mode do?

Hard Light acts like a combination of Multiply and Screen modes. It multiplies dark areas and screens light areas, resulting in a high-contrast, vivid effect.

Can I adjust the strength of the blend?

Yes, you can use the Overlay Opacity slider to adjust how much of the overlay image affects the base image.

What file formats are supported?

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

Which output format should I choose?

PNG is recommended if you need to preserve transparency, while JPEG or WebP are suitable for standard web use.

Is there a file size limit?

Yes, each image file must be under 10MB.

API Documentation

Request Endpoint

POST /en/api/tools/image-hard-light

Request Parameters

Parameter Name Type Required Description
imageFile1 file (Upload required) Yes Base image that will be blended with hard light
imageFile2 file (Upload required) Yes Overlay image for hard light blending
opacity range No Opacity of the overlay image (0.0 to 1.0)
format select No Output format for the result image (PNG recommended for transparency)
quality number No Output quality for lossy formats

File type parameters need to be uploaded first via POST /upload/image-hard-light 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-hard-light": {
      "name": "image-hard-light",
      "description": "Apply hard light blend mode between two images for strong, intense contrast and vivid effects",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=image-hard-light",
      "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]