
Grayscale

Original


Preview filters and effects
Show how a filter changes mood, tone, color, and contrast before applying it.
- Visual effect
Filter demos are most useful when every filter uses the same source image for easy comparison.
Convert color into tone without turning the image into a harsh two color threshold.
or drag and drop images here
Fast async jobs
No install required
Temporary files
Batch uploads

Grayscale

Original


Show how a filter changes mood, tone, color, and contrast before applying it.
Filter demos are most useful when every filter uses the same source image for easy comparison.
.png, .jpg, .jpeg, .webp
same_as_input, jpg, png, webp
/filter
Submit files to /filter, poll the job endpoint, then download outputs programmatically.
Convert color into tone without turning the image into a harsh two-color threshold.
Grayscale remaps each pixel to a luminance-style value, so color contrast becomes brightness contrast. The exact look depends on whether the processor uses perceptual weighting, a color-space conversion, or a simple channel mix.
Runs quickly because it is a per-pixel color transform. It scales mostly with megapixels, not with the strength setting.
Blends between the original color image and the grayscale result.
Removes metadata from generated output when supported.
No. Grayscale keeps many tones between black and white. A black-and-white threshold reduces the image to two tones.
Colors with similar luminance can collapse to similar gray values. Add labels or contrast when the distinction matters.
Convert color into tone without turning the image into a harsh two-color threshold.
Use clear source images and preview at final output size before publishing.
Artifacts, excessive processing, color changes, or metadata changes can occur depending on settings and output format.
Metadata behavior depends on export settings. Strip personal metadata for public sharing and preserve ICC profiles when color matters.
Yes. Upload an image, apply the filter through ImageHQ, and download the processed result from the browser.
No. Filter pages are frontend SEO routes that submit to the compact POST /v1/filter API.
MDN Web Docs - browser_documentation
ImageMagick - library_documentation
W3C WAI - standards_body
MDN Web Docs - browser_documentation
W3C - official_spec