drag & drop, click, or paste from clipboard

Drop to add

Grayscale and Black-and-White Conversion — Batch

Enhydra RPO offers two distinct conversion modes. Grayscale maps each pixel to its luminance value, preserving the full tonal range from near-white to near-black — shadows, midtones, and highlights all survive. Black-and-white with threshold forces every pixel to either pure black or pure white based on a cutoff value you set: right for scanned documents, line drawings, and hand-written notes where gray is noise, not content.

Both modes work on batches of up to 200 photos and stack with format conversion, resize, and compression in one pass.

Grayscale for photography and creative work

Luminance is calculated from RGB values using a perceptual weighting that reflects how the human eye responds to color — green channels carry the most weight, blue the least. The result looks natural rather than flat, because the weighting matches subjective brightness rather than arithmetic average.

Photographers preparing shots for black-and-white print, designers stripping color from texture assets, and developers generating grayscale versions for UI components all use this mode. The output format is unchanged: a color JPG produces a grayscale JPG. PNG files with an alpha channel retain transparency after conversion.

Hard B/W threshold for documents and scans

Flatbed scans and phone-camera photos of documents often contain faint gray backgrounds, coffee-stain artifacts, and uneven illumination across the page. Standard grayscale preserves all of that noise. The threshold mode eliminates it: every pixel whose luminance is above the threshold becomes white; everything below becomes black.

The slider lets you tune the cutoff until the output reads cleanly. A higher threshold pushes more of the image to black — useful for faint pencil drawings. A lower threshold preserves lighter marks while dropping background noise. For architectural blueprints, hand-written notes, and printed text, this mode produces sharp, clean output that OCR software and printers handle better than a noisy grayscale version.

Stacking with other tools

Grayscale conversion is one step in the pipeline. Convert a folder of colored product photos to grayscale WebP at 800 px wide compressed to 80 KB — set grayscale mode, select WebP as output, resize width to 800, and target 80 KB. One run, one encode per photo, no intermediate steps.

FAQ

What is the difference between grayscale and the threshold black-and-white mode?

Grayscale preserves all tonal values between black and white. Threshold mode forces every pixel to pure black or pure white using a cutoff luminance value — there are no intermediate grays in the output.

Is the threshold mode useful for scanned text documents?

Yes. It removes gray background noise and uneven lighting artifacts from scans, leaving crisp black text on a white field. Adjust the threshold slider until the background drops out cleanly.

Does grayscale conversion affect transparent PNGs?

The alpha channel is preserved. Transparent areas remain transparent; only the color data of the visible pixels is converted to grayscale.

Can I apply grayscale and compress to a smaller file size in the same run?

Yes. Grayscale, format conversion, resize, and compression all run in one pipeline. Grayscale images often compress significantly smaller than their color counterparts.