en

Threshold Image

Convert an image to pure black and white locally - a hard cutoff, no dithering, format preserved. No upload.

Threshold

Your files

    Running locally on your device ...

    0%

    Your files never left your device

      Is my file uploaded?

      No. Everything runs in your browser - your file never leaves your device. How this is verifiable

      No upload100% local
      Your content stays with youno third-party access
      Servers in GermanyGDPR by design
      Independently auditedTLS A+ · HTTP headers A+

      Thresholding converts an image to pure black and white using a single hard cutoff: each pixel becomes black or white depending on whether its brightness is below or above the midpoint. Unlike dithering, there is no dot pattern - edges are clean and solid, the classic high-contrast line-art look.

      A thresholded image is useful for line art, stencils, high-contrast logos, scanned text or a stark graphic style. The output keeps your original format and dimensions - a PNG stays a PNG (with transparency), a JPEG stays a JPEG.

      Everything runs entirely locally in your browser on a canvas (no upload, even offline) - your image never leaves your device. Thresholding converts to greyscale first, so colour is discarded; for a softer, shaded black and white use dithering instead. Animated images are flattened to a single frame.

      Specifications

      Specifications
      Input formatsJPG, JPEG, PNG, WEBP
      Output formatJPG
      Batch processingYes
      ProcessingLocally in your browser (JavaScript)
      File uploadNone

      In 3 steps

      1. Drop or tap your image (PNG, JPEG or WebP).
      2. It is converted to greyscale and split into black or white at the midpoint.
      3. Download the black-and-white image (several at once as a ZIP).

      Limitations: Converts an image to pure 1-bit black and white with an adjustable threshold (default: midpoint 128; no error diffusion, so no dot pattern - clean hard edges). The original format and dimensions are preserved (PNG keeps transparency; JPEG flattens onto white). Colour is discarded. Animated inputs are reduced to a single frame.

      FAQ

      Is my image uploaded?

      No. The effect runs entirely locally in the browser on a canvas - even offline. Your image never leaves your device.

      How is this different from dithering?

      Thresholding uses one hard cutoff, giving clean solid black and white shapes. Dithering spreads the error into a dot pattern that simulates grey shades. Use the "Dither image" tool for that look.

      Is colour kept?

      No. The image is converted to greyscale before the cutoff, so the result is pure black and white.

      Does it keep my format and size?

      Yes. A PNG stays a PNG (with transparency), a JPEG stays a JPEG, and the dimensions are unchanged.

      Related tools