Home Image Brightness

Image Brightness

Lighten or darken images with an adjustable slider — 100% in your browser.

Source

Drop your image here

or click to browse

.jpg.png.webp.gif.bmp

Options

Original
Adjusted

What is image brightness?

Image brightness describes how light or dark a picture appears overall. Technically, adjusting brightness scales every pixel's red, green and blue values by the same factor — multiplying by a value greater than one lightens the image, while multiplying by a value less than one darkens it. Unlike contrast, brightness shifts every tone up or down uniformly without changing the relative distance between light and dark areas. A brightness adjustment is one of the most basic and most frequently used operations in photo editing, and it is often the first fix applied to a photo that came out too dark or too bright.

Brightness is closely related to exposure in photography: an underexposed photo looks dark and lacks detail in the shadows, while an overexposed photo looks washed out and lacks detail in the highlights. A brightness adjustment can compensate for both, although it cannot recover detail that was clipped to pure black or pure white during capture. This tool applies the brightness change entirely in your browser through the Canvas filter API, so your photos are processed locally and never uploaded to a server.

How the brightness filter works

This tool uses the browser's built-in ctx.filter = "brightness(N%)" property to scale every color channel uniformly. A value of 100% leaves the image unchanged — that is the neutral starting point of the slider. Values below 100% darken the image (50% produces a noticeably dim picture, 0% produces pure black), while values above 100% lighten it (150% gives a clearly brighter look, 200% makes the image very bright). Because the operation runs on the browser's optimized rendering engine, it is essentially instant even on large images.

The brightness slider gives you direct, intuitive control over how light or dark the result should be. For a photo that is slightly underexposed, a value around 115–130% often restores a natural look; for an overexposed photo, 70–85% can bring back some depth. Extreme values (close to 0% or 200%) are useful for special effects, silhouettes or for creating stark high-key and low-key looks. The output is then re-encoded as PNG, JPG or WebP depending on your selection.

Brightness values and their effect

The effect of the brightness slider is easy to predict because it scales every pixel by the same factor. The table below shows what each range of values does to the image:

ValueEffectTypical use
0%Pure blackSilhouette base, full darkening
25–50%Heavily darkenedLow-key mood, night look
70–90%Mildly darkenedFixing overexposed photos
100%No change — originalNeutral / reset
110–130%Mildly brightenedFixing underexposed photos
150–170%Heavily brightenedHigh-key look, soft glow
200%Maximum brightnessWashed-out effect, whiteout

Start at 100% and move the slider in small increments until the image looks right. Because the change is uniform, you can usually find the ideal value within a few tries.

When to adjust image brightness

Adjusting brightness is the right move whenever an image looks consistently too dark or too light across the whole frame. Common scenarios include:

  • Fixing underexposed photos. Brighten photos shot in low light or with insufficient exposure to reveal shadow detail.
  • Fixing overexposed photos. Darken blown-out photos to recover a more natural tonal balance.
  • Creating mood. Low brightness produces a moody, dramatic low-key look; high brightness produces a soft, airy high-key look.
  • Preparing images for print. Printed output often looks darker than the screen, so a slight brightness boost compensates.
  • Normalizing scans. Old scans and documents often come out too dark or too light; a brightness adjustment brings them back to a readable state.
  • Design consistency. Match the brightness of several images so they sit together naturally in a layout or gallery.

Whenever the overall lightness or darkness of a photo is off, a single brightness adjustment is usually the fastest way to bring it back into balance.

How to adjust image brightness

Adjusting brightness with this tool takes only a few seconds and runs entirely in your browser — no uploads, no sign-up, no watermark. The tool decodes your image locally, applies the brightness filter through the Canvas API, and lets you export the result in the format you need. Follow these steps:

  1. Upload your image. Click the upload area or drag and drop a JPG, PNG, WebP, GIF or BMP file. The image is decoded and previewed instantly.
  2. Set the brightness. Use the slider from 0% to 200%. 100% is the original; lower values darken, higher values lighten.
  3. Choose an output format. Pick PNG for lossless quality, JPG for smaller photos, or WebP for a modern balance of size and quality.
  4. Click Apply Brightness. The tool processes the image and shows the original and adjusted file sizes side by side.
  5. Download the adjusted image. Click "Download Brightness" to save the result. The original file stays untouched on your device.

Because every step runs locally in your browser using JavaScript, your image is never uploaded to a server. This makes the brightness tool completely private, fast and suitable for sensitive or confidential images.

Is this image brightness tool free?

Yes, completely free with no sign-up, watermarks or limits.

What does 100% brightness mean?

100% is the original image with no change. Values below 100% darken, values above 100% lighten.

What is the difference between brightness and contrast?

Brightness shifts all tones up or down uniformly, while contrast stretches or compresses the distance between light and dark areas.

Can brightness recover clipped highlights or shadows?

No. Detail that was captured as pure black or pure white cannot be recovered by brightness alone — it can only shift what is already there.

Are my images uploaded?

No. All processing is local. Your images never leave your browser.