What JPG Is
JPEG has carried the world's photographs since 1992. It compresses by describing 8x8 blocks of pixels as frequencies and discarding the ones the eye barely registers, which works beautifully on the smooth tones of real-world photos and badly on hard-edged text. Its superpower is not the compression anymore; it's that nothing anywhere fails to open it.
One thing to know before you convert: JPEG has no alpha channel. Anything transparent in the source gets flattened onto a white background here, by design rather than by accident.
Strong
- Universal: email clients, print shops, government portals, 20-year-old software.
- Compact on photographs, with a quality dial to trade size against fidelity.
- The safe handoff format when you don't control the receiving end.
Weak
- No transparency, ever. Backgrounds become white.
- Text, logos, and sharp edges grow halos and blocky noise.
- Each re-save is a fresh round of loss; edit in PNG, export to JPG once.
The WebP escape hatch
Half the images saved off the web today arrive as WebP, and then refuse to open: Photoshop versions before 2022 error out, Illustrator and CorelDraw won't import them, and plenty of upload forms bounce them. People end up searching for a webp to jpg converter over a hundred thousand times a month for exactly this reason. Drop the WebP here, get a JPG that opens in everything, and get on with your day.
Got a .jfif file an upload form keeps rejecting? It's already JPEG under a different name; run it through and it comes out as a standard .jpg. And if the file only needs to be smaller in pixels rather than different in format, that's the resizer's job.