How to convert an image to grayscale in the browser
The tool draws your image onto an HTML canvas with the grayscale filter applied, then exports the canvas as a PNG. All of it happens in your tab, so the image never leaves your device.
The maths behind it is the standard luminance conversion, weighting green heavily and blue barely at all, which matches how human vision responds to those wavelengths. It is why a properly converted grayscale image looks correct rather than muddy.
- Choose an image with the file picker (JPEG, PNG, WebP, GIF, or anything else your browser can decode).
- Wait for the preview canvas to render the grayscale result.
- Check the shadows: if a strongly red or blue subject has gone too dark, plan to follow up with the brightness or contrast tool.
- Click Download PNG to save the result.
- Rename the file if you need to, since the download is named after the tool rather than your source file.