1Upload the BMP images that came out the wrong way round.
2Pick a quarter turn or a half turn, or type an arbitrary angle and choose a colour for the corners it will expose.
3Apply the rotation; the pixels and the orientation flag are reconciled so every viewer agrees on which way is up.
4Download the rotated BMP file.
Rotate BMP FAQ
Can I rotate by an arbitrary angle, not just 90 degrees?
+
Yes, though the two are different operations underneath. A multiple of 90 degrees rearranges existing data; any other angle has to rebuild the grid and fill the corners, so it costs a resample and usually wants a background colour choosing.
Why does my file look correct on my phone but sideways elsewhere?
+
Because the orientation is stored as an EXIF flag rather than in the pixels, and not every viewer honours it. Rotating here normalises the two — the pixels and the flag end up agreeing, so the file looks the same everywhere.
Can I rotate a whole batch in one go?
+
Yes. The same rotation is applied across every file you upload, which is the practical fix for a folder of scans or camera output that all came in the wrong way round.
How does Rotate BMP turn the file?
+
Concretely, the pixel array is transposed and written back exactly, so a rotation of a lossless image is free in fidelity terms at any right angle and costs only resampling at an arbitrary one. Quarter turns and half turns are the common case and take the cheapest path available for the format.
Can I run Rotate BMP 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 Rotate BMP cost anything?
+
No. Rotate 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 Rotate 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.
Will Rotate 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 Rotate BMP belong on a site about a photo format?
+
JPEG.to is built around the format that carries nearly every photograph in existence — thirty years old, opened by literally everything, and still the right default for a photographic image. The jobs people bring here are the ones a photograph collects over its life — too big to email, wrong dimensions for a form, wrong way up out of a phone. Rotate BMP runs on the same upload and the same account as the conversions because that is where those jobs land.
What is the sensible next step after Rotate BMP?
+
The converter on this site moves images to and from JPEG, PNG, WebP and HEIC, which is where the trade between file size and one more generation of loss gets settled. Deciding the format last rather than first is the whole point: every extra save of a photographic image is another generation, and the fewer of them you spend, the more of the picture survives.
Is this the same engine as the other converter sites?
+
Yes — the same libraries, the same workers, the same caps. The difference is which advice is on the page, and here that advice is built on one property of the format the site is named after: the .jpeg and .jpg extensions are the same bitstream, so nothing here behaves differently from a .jpg — only the filename changes.
Is anything kept, and do I need to sign in?
+
Nothing is kept and no account is needed. Uploads are removed from the workers shortly after the job finishes; nothing is looked at, listed or indexed. An account buys history and larger batches, not access.