It converts the image into frequency domain, and reduces precision of the frequency data, with a special case when the data rounds down to zero.
However, whole-image blur crosses the 8x8 block boundaries, so it isn't perfectly aligned with the blur that JPEG uses. Lowering quality setting in JPEG (or using custom quantisation tables) will be more effective.
There's also a fundamental information-theoretic foundation for this — lower frequencies carry less information.
It converts the image into frequency domain, and reduces precision of the frequency data, with a special case when the data rounds down to zero.
However, whole-image blur crosses the 8x8 block boundaries, so it isn't perfectly aligned with the blur that JPEG uses. Lowering quality setting in JPEG (or using custom quantisation tables) will be more effective.
There's also a fundamental information-theoretic foundation for this — lower frequencies carry less information.