2Pick your effects — grayscale, sepia, invert, blur, sharpen, brightness, contrast and saturation — and set the strength of each.
3Apply them all in a single pass rather than running the tool repeatedly, which is what accumulates visible damage.
4Download the filtered BMP file, and keep your original: it is the only undo you have.
BMP Filters FAQ
How does BMP Filters apply an effect?
+
Concretely, the per-pixel transform is applied and written back losslessly, so you can iterate on a look as many times as you like without accumulating any compression damage. You pick the effect and its strength and the transform is applied to the whole file at once.
Which effects are available?
+
Grayscale, sepia, invert, blur, sharpen, and brightness, contrast and saturation adjustment. They can be combined, and combining them in one pass is better than running the tool repeatedly.
Does the source format change how a filter looks?
+
It can. BMP is essentially raw uncompressed RGB rows with a small header, so it is perfectly lossless and enormous — often 10-20x the size of the same image as PNG. Colour depth and the palette model in particular decide how smoothly a gradient or a blur can be represented.
Anything specific to BMP to keep in mind?
+
Yes — because nothing is compressed, a BMP is fast to read and edit but punishing to upload, and it carries no metadata to preserve. That is often the difference between an effect looking clean and looking banded.
Can I undo a filter after downloading?
+
No — the effect is baked into the output pixels, which is the point of applying it. Keep the original file; that is your undo. Grayscale and blur in particular discard information that genuinely cannot be recovered.
Can I apply the same look to a whole set?
+
Yes. One filter configuration is applied across the batch, which is how you get a visually consistent gallery rather than a set of individually-tweaked images that almost match.
What can I upload to BMP Filters?
+
PNG, BMP and TIFF are the lossless raster formats this handles directly, and lossy sources (JPG, WebP, GIF) work too if you want them in the same batch. Multi-page TIFFs are detected and handled page by page.
Is there a file size limit on BMP Filters?
+
Yes: free accounts process images up to 25 MB each; lossless sources hit that ceiling sooner than photographs do, because nothing has been thrown away yet. If you are over it, converting to PNG first is often enough on its own — a BMP is routinely ten to twenty times the size of the identical image as PNG.
Will BMP Filters lower the quality of my BMP images?
+
No. A lossless source round-trips bit-exactly, so unless you explicitly ask for a lossy output format the pixels that come back are the pixels that went in. That is the whole reason to keep working in this family while you are still editing.
Can I run BMP Filters on several BMP images at once?
+
Yes — upload the set and they process in parallel under one set of settings. Lossless files are larger, so a big batch is bound by your upload speed rather than by the processing itself.
Does the alpha channel survive?
+
Yes. PNG and TIFF carry a full 8-bit alpha channel and it is preserved end to end. It is only flattened if you deliberately target a format that has no alpha, in which case transparent pixels are composited onto white.
Does BMP Filters cost anything?
+
No. BMP Filters runs free without an account and adds no watermark. Files are removed from the workers shortly after you download, and nothing about the image is retained.