Categories

Image Motion Blur Kernel

Apply motion blur kernel to simulate camera movement or object motion in specified direction

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 motion blur kernel

Direction of motion blur (0°=horizontal, 90°=vertical, 45°=diagonal)

Length of motion blur effect in pixels

Strength of motion blur effect (0.1-5.0)

Additional processing on the motion blurred output

Key Facts

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

Overview

The Image Motion Blur Kernel tool allows you to simulate realistic camera movement or object motion by applying a directional blur effect to your images. By adjusting the angle, length, and intensity, you can create professional-grade motion effects that add depth and dynamic energy to your visual content.

When to Use

  • Adding a sense of speed to static images of vehicles or athletes.
  • Simulating camera panning effects to emphasize motion in a scene.
  • Creating artistic, stylized visual effects for graphic design projects.

How It Works

  • Upload your image file in a supported format like PNG, JPEG, or WebP.
  • Set the motion direction in degrees and choose the blur length in pixels.
  • Adjust the intensity and select an output mode to refine the final aesthetic.
  • Process the image to generate and download your motion-blurred result.

Use Cases

Enhancing sports photography to highlight the speed of a runner or cyclist.
Creating cinematic background blur for product showcase images.
Applying vintage or dramatic filters to motion-blurred artistic compositions.

Examples

1. Simulating High-Speed Racing

Graphic Designer
Background
A static photo of a race car looks too stationary for a promotional banner.
Problem
The image lacks the dynamic energy required to convey high speed.
How to Use
Upload the car photo, set the direction to 0° for horizontal motion, and select a long blur length.
Example Config
direction: 0, length: 21, intensity: 1.5, outputMode: 'dramatic'
Outcome
The car appears to be moving rapidly across the frame with a dramatic, high-contrast finish.

2. Creating Artistic Panning Effects

Background
A portrait of a person standing in a park feels flat and lacks visual interest.
Problem
The background needs to be blurred to draw focus to the subject while adding a sense of movement.
How to Use
Upload the portrait, set the direction to 90° for a vertical panning effect, and use a medium blur length.
Example Config
direction: 90, length: 11, intensity: 1.0, outputMode: 'normal'
Outcome
The background features a smooth vertical motion blur, making the subject stand out with a professional, cinematic look.

Try with Samples

image, png, jpg

Related Hubs

FAQ

What image formats are supported?

The tool supports JPEG, PNG, WebP, GIF, BMP, and TIFF formats.

How do I control the direction of the blur?

Use the 'Motion Direction' input to set the angle in degrees, where 0° is horizontal and 90° is vertical.

What does the intensity setting do?

The intensity setting adjusts the strength of the blur effect, allowing you to fine-tune how pronounced the motion appears.

Can I change the look of the output?

Yes, the 'Output Mode' option allows you to apply presets like Enhanced, Vintage, or Dramatic to alter the final color and brightness.

Is there a limit to the file size?

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

API Documentation

Request Endpoint

POST /en/api/tools/image-motion-blur-kernel

Request Parameters

Parameter Name Type Required Description
imageFile file (Upload required) Yes Image to apply motion blur kernel
direction number No Direction of motion blur (0°=horizontal, 90°=vertical, 45°=diagonal)
length select No Length of motion blur effect in pixels
intensity number No Strength of motion blur effect (0.1-5.0)
outputMode select No Additional processing on the motion blurred output

File type parameters need to be uploaded first via POST /upload/image-motion-blur-kernel 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-motion-blur-kernel": {
      "name": "image-motion-blur-kernel",
      "description": "Apply motion blur kernel to simulate camera movement or object motion in specified direction",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=image-motion-blur-kernel",
      "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]