PixelSquishBlog

Does rotating an image lose quality?

2026-09-25

A phone photo comes out sideways, you rotate it upright, and somewhere in the back of your mind a question nags: did that just cost quality? The answer has a clean half and a subtle half, and both are worth thirty seconds.

The clean half: 90-degree turns move pixels one-to-one

Rotating by 90, 180 or 270 degrees — and flipping horizontally or vertically — is pure rearrangement. Every pixel moves to a new position; no pixel is invented, blended or averaged. This is why our rotate tool only offers right-angle steps: within them, the picture's content is mathematically untouched.

Free-angle rotation is a different animal entirely: turning by 7 degrees forces every output pixel to be interpolated from several input pixels, which softens the image — and that is why it is not on the menu here. A crooked-horizon fix belongs in an editor, taken knowingly.

The subtle half: saving the file re-encodes it

A browser tool cannot shuffle bytes inside your original file; it decodes, rotates the pixel grid, and encodes a new file. For PNG output that step is lossless — and rotation is deliberately excluded from our PNG palette compression, so no colours are touched either. For JPG output the encode is JPG-lossy as always; at the default quality the difference from one save is invisible, but it is honest to say it exists.

The practical rule: rotate once, at high quality, and you will never see the cost. What ruins images is cycles — download, edit, re-save, repeat — where each JPG save stacks its small loss on the last one.

Many photos, one turn

The tool takes a batch and turns everything by the same amount — the classic case being a camera-import folder where every shot is sideways the same way. One setting, whole folder, and the batch edit pipeline can rotate and resize in the same pass when both are needed.

What we deliberately don't do

No auto-straightening, no reading orientation hints and guessing what you meant — the image turns exactly and only as much as you asked. Ninety-degree steps, both flips, nothing that interpolates.

The short version

No sign-up, nothing uploaded — it runs in this tab.

Rotate & flip →
ToolsBlogAboutContactPrivacyTerms