1Upload the BMP images you want resized — work from the largest original you have rather than from a copy you already shrank once.
2Type a target width, a target height or a percentage, and leave the aspect-ratio lock on unless you deliberately want stretching.
3Run the resize; every file in the batch is taken to the same target in a single pass.
4Download the resized BMP file, or the whole set together as one archive.
Resize BMP FAQ
Can I keep the aspect ratio, or force exact dimensions?
+
Both. Lock the ratio and one dimension is derived from the other, which is what you want almost always. Unlock it and you get exactly the numbers you typed, at the cost of stretching — useful for a fixed slot, wrong for a photograph.
Does the source format affect the result of a resize?
+
It does. 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. That is what decides whether shrinking the file is purely a question of pixels or also a question of re-encoding.
What is the most common mistake when resizing BMP images?
+
Upscaling. Enlarging cannot invent detail that was never captured, so the result is a soft version of the original at a bigger size. Always resize down from the largest source you have, and resize once rather than in stages.
What dimensions should I actually target?
+
Match the slot it will live in. A full-width web hero rarely needs more than 1920 pixels wide, a content image 1200, a thumbnail 400, and doubling those numbers covers high-DPI screens. Anything beyond that is bytes nobody sees.
Will Resize BMP 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.
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 Resize BMP cost anything?
+
No. Resize BMP 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.
What can I upload to Resize BMP?
+
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.
Why does a PDF site host Resize BMP?
+
PDF.to exists because PDF is where documents go to be shared and the worst place to keep them while they are still being worked on, so nearly every job here is about getting something into or out of that state deliberately. A document rarely arrives in the state it needs to leave in: it is too big, in the wrong order, locked, or a scan with no text in it. Resize BMP sits on the same upload and the same account as the conversions because those jobs turn up together.
What should I do with the result once Resize BMP is finished?
+
The converter on this site moves documents between PDF, Word, images, plain text and eBook formats in either direction, so whatever comes out of a tool here has somewhere to go next without a second upload. Running that after Resize BMP rather than before keeps the document structure intact through the step that is most likely to flatten it.
Is Resize BMP here the same tool the sibling sites run?
+
The engines are shared — the same document toolchain, the same workers, the same limits. What a PDF site adds is a view on when a file should stay a document and when it genuinely wants to become something else, which is the decision most tools quietly make for you. It also starts from one fact about the format this site is named after: a PDF is an object graph, not a page image, so text stays selectable and vectors stay sharp no matter what happens to the raster content inside it.
Do I need an account, and does anything get kept?
+
No account, and nothing is kept: uploads are deleted from the workers shortly after the job finishes, nothing is read and nothing is indexed. Free accounts exist for history and batch size, not for access.