JPG files use lossy compression optimized for photographs, presenting small file sizes while upholding visual standard.
Common Uses
Sharing photographs online and via email
Displaying images on websites
Storing digital photos optimally
JPG Conversion FAQ
What is a JPG file?
+
JPG is a lossy raster image format. The encoder discards visual information the human eye is less sensitive to in exchange for dramatically smaller file sizes than equivalent lossless formats. Recompressing a JPG repeatedly causes cumulative quality loss, so always edit from a lossless master where possible.
Does re-saving a JPG make it worse every time?
+
Yes, and that is the one thing worth knowing about the format. Each save re-runs the lossy encoder over an image that has already been through it, so artefacts compound — visible as blocking around text and haloes on hard edges after a handful of generations. Edit from a lossless master and export to JPG once, at the end, rather than repeatedly opening and re-saving the same file. JPG is lossy: the image is transformed with a DCT, quantised, and entropy-coded, with a quality knob controlling how much is discarded.
Why do camcorders and capture cards still produce JPG?
+
Because the format is simple enough to write in real time on modest hardware, and because a generation of capture equipment was designed around it and never updated. The device is not making a quality judgement, it is writing what its firmware knows. That is also why these files are large for what they contain and why converting them is usually the first thing anyone does. JPG is the JPEG standard from 1992, served under the .jpg, .jpeg and .jfif extensions alike, and after three decades it is still the format most cameras and most websites use for photographs.
Why did my transparent background turn white in the JPG?
+
Because JPG has no alpha channel to keep it in. Every pixel has to be a solid colour, so transparency is composited against a background — white by default — the moment the file is written. Nothing is recoverable afterwards. If the image needs to sit on a coloured page or over a photograph, convert to a format that stores transparency instead. JPG has no transparency, degrades further every time it is re-saved, and produces visible blocking on flat colour and sharp text.
Can JPG hold CMYK colour for print?
+
It can, which is why files from print workflows sometimes look strange on screen: the colours are specified in ink percentages for a press rather than in light for a monitor. Most web-facing formats are RGB only, so a conversion has to translate, and the translation is approximate — saturated cyan and orange shift most. For anything heading to a printer, keep the original alongside whatever you convert.
Does it matter that JPG is over thirty years old?
+
Age itself is not the problem — several formats from that era are still perfectly good, precisely because everything has had decades to implement them. What matters is what the era assumed: small files, modest processors, no network, and features nobody needed yet. Where those assumptions still fit, the format is fine. Where they do not, that is the reason to convert.
Is camera and location metadata kept when I convert a JPG?
+
It is carried across where the target format supports it — camera model, exposure, capture time, and GPS coordinates if the device recorded them. That last one is worth a thought before publishing: a photo straight off a phone can carry the exact location it was taken. Strip the metadata during conversion when the image is going somewhere public.
Can I use JPG directly on a web page?
+
Yes — every current browser renders it natively, so it needs no fallback copy and no conversion at publish time. The remaining question is weight rather than support: the same picture in a modern web format is frequently a third of the size at the same visible quality, which is worth doing on anything that appears above the fold. JPG compresses natural photographs superbly and is readable by literally every device, browser and printer in existence.
When should I convert JPG to another format?
+
Convert JPG to PNG, WebP or TIFF when you need an image with no further lossy compression — for archival, for editing, or when the target medium (print, banner ad, product photo) demands maximum fidelity.
Will converting JPG reduce image quality?
+
Converting JPG to a lossless format like PNG locks in the current pixels with no further loss. Converting JPG to another lossy format causes generational quality loss because the new encoder re-encodes already-lossy data — keep the source if you plan to edit further.