Image Filters

Apply grayscale, sepia, contrast, blur and hue shifts to a photo, then export the PNG and copy the matching CSS.

Image Filters runs entirely in your browser. Your photo is filtered on your device and never uploaded.

Open the Image Optimizer

关于 Image Filters

Canvas understands the same filter grammar CSS does, which makes this tool unusually honest: the preview, the exported PNG and the copyable CSS declaration all come from one filter string, so they can never drift apart. Ten one-tap looks cover the usual ground — black and white, vintage, noir, faded, punchy — and nine sliders sit underneath for anything else. Only the sliders you move appear in the output, which keeps the CSS short enough to paste straight into a stylesheet. Filters apply to the image at full resolution rather than the scaled preview, so what you download matches what you see. Your picture is processed in your browser and never uploaded.

功能特性

如何使用 Image Filters

  1. Drop an image into the tool
  2. Tap a preset, or move the sliders yourself
  3. Check the preview at full resolution
  4. Download the PNG, or copy the CSS to reuse the look on the web

示例

输入

Black & white preset

输出

filter: contrast(110%) grayscale(100%);

The same string drives the canvas export and the CSS you copy.

常见错误与故障排除

常见问题

How do I make an image black and white?
Use the black and white preset, or push the grayscale slider to 100%. Adding a little contrast — around 110% — usually stops a desaturated photo looking flat.
Does applying filters reduce image quality?
The filter itself works at full resolution and the export is a lossless PNG, so nothing is thrown away. The only loss comes from the original file if it was already a compressed JPEG.
Can I use the same filters in CSS on my website?
Yes — that is what the copyable declaration is for. Applying the CSS to an <img> gives an identical result in the browser, without shipping a second copy of the image.
What does hue rotate actually do?
It shifts every colour around the colour wheel by the number of degrees you set, leaving brightness and saturation alone. Small shifts warm or cool a photo; large ones produce deliberately unnatural colour.
Is my photo uploaded anywhere?
No. The image is decoded, filtered and re-encoded by your own browser, so it never leaves your device — which matters for photographs of documents or people.

相关工具

全部 ArrayKit 工具