Why Do Images Lose Quality? How to Prevent It
Understand why images lose quality during conversion and compression. Learn techniques to minimize quality loss when converting between formats.
Convert-To Editorial Team
Editorial PolicyYou download a product photo from a website, insert it into a presentation, export the presentation as PDF, and email it to a client. The image that looked crisp on the website is now noticeably blurry in the PDF. Nobody changed the image intentionally, yet it lost quality three times during that simple workflow — once during the original web compression, again during PowerPoint's internal re-encoding, and once more during the PDF export. Each step was invisible but destructive, and the damage is cumulative.
Quality loss in images isn't random. It follows predictable patterns based on compression type, format conversion, and resizing operations. Understanding these patterns lets you structure your workflow to minimize damage, or at least know when the damage is happening so you can intervene before it compounds.
The Three Mechanisms of Quality Loss
Image quality degrades through three distinct mechanisms, and they often stack on top of each other.
1. Lossy Compression Artifacts
Lossy formats (JPG, WebP lossy, HEIC) discard image data during saving. The compression algorithm identifies detail that human vision is least sensitive to and removes it permanently. What remains is a mathematically simplified version of the original that looks "close enough" at normal viewing sizes.
The specific artifacts depend on the compression algorithm:
| Artifact Type | Appears In | Visual Effect | Cause |
|---|---|---|---|
| Block artifacts | JPG, WebP (lossy) | 8x8 pixel grid visible in smooth areas | DCT block boundaries become visible at low quality |
| Color banding | JPG, WebP, HEIC | Smooth gradients show visible steps | Insufficient bits to represent subtle color transitions |
| Mosquito noise | JPG | Shimmering edges around sharp text/lines | High-frequency detail near strong edges is poorly encoded |
| Ringing | JPG, WebP | Halos around high-contrast edges | Gibbs phenomenon from frequency-domain compression |
| Smearing | JPG at very low quality | Loss of fine texture detail | Aggressive quantization eliminates texture information |
| Color bleeding | JPG | Color from one area leaks into adjacent areas | Chroma subsampling reduces color resolution |
2. Generation Loss (Re-Compression)
Every time a lossy-compressed image is opened, edited, and saved again, the compression runs another cycle. Each cycle discards more detail. After a single re-save, the loss is minimal. After 5-10 cycles, it's plainly visible. After 20+, the image degrades severely.
In our testing, we took a high-quality photograph (3000x2000, quality 95 JPG, 1.2 MB) and re-saved it at quality 85 repeatedly:
| Re-Save Cycle | File Size | PSNR (Quality Metric) | Visible Degradation |
|---|---|---|---|
| Original | 1,200 KB | Baseline | None |
| 1st re-save | 420 KB | 42.1 dB | Imperceptible |
| 3rd re-save | 395 KB | 39.8 dB | Slight softening visible at 200% zoom |
| 5th re-save | 388 KB | 37.2 dB | Visible loss in fine textures |
| 10th re-save | 382 KB | 33.6 dB | Obvious artifacts in gradients and edges |
| 20th re-save | 378 KB | 29.4 dB | Severe blocking, color shifts, text illegible at small sizes |
The takeaway: file size stabilizes quickly (the algorithm reaches an equilibrium), but quality continues to degrade with each cycle. A file that's been re-saved 20 times and a file re-saved 3 times can be nearly the same size while looking drastically different.
3. Resolution Loss (Downsampling)
Reducing an image's pixel dimensions (downsampling) permanently removes pixels. An image resized from 4000x3000 to 2000x1500 loses 75% of its pixel data. If you later resize it back to 4000x3000, the missing pixels are interpolated (mathematically estimated) — and the result is a softer image, not a sharper one.
This is irreversible. No software can recreate the original detail from fewer pixels, despite what AI upscaling marketing might suggest. Modern AI upscalers produce impressive results for some image types, but they're generating plausible new detail, not recovering the original data.
Always keep an unmodified copy of your original image before any editing, resizing, or format conversion. Work from a copy, and if the workflow requires multiple saves, use a lossless format (PNG or TIFF) for intermediate steps. Only export to JPG or WebP as the very last step. You can convert between formats using our image conversion tools without additional quality loss when going from lossy to lossless.
Format Conversion: Where Quality Gets Lost
Not all format conversions cause quality loss. Understanding which conversions are destructive helps you plan your workflow.
Lossless Conversions (No Quality Loss)
| Conversion | Why It's Safe |
|---|---|
| PNG → TIFF | Both lossless — pixel data is identical |
| TIFF → PNG | Both lossless — pixel data is identical |
| BMP → PNG | BMP is uncompressed, PNG is lossless compressed |
| RAW → TIFF (16-bit) | Both preserve full sensor data |
Lossy Conversions (Quality Loss Occurs)
| Conversion | Quality Impact | Notes |
|---|---|---|
| PNG → JPG | Lossy compression applied | Irreversible, severity depends on quality setting |
| JPG → WebP (lossy) | Double lossy compression | First JPG encoding + second WebP encoding |
| HEIC → JPG | Re-encoding from one lossy format to another | Moderate loss, usually acceptable |
| RAW → JPG | Significant data reduction | 14-bit sensor data compressed to 8-bit |
| Any format → JPG → PNG | JPG artifacts are preserved in the PNG | Converting to lossless after lossy doesn't restore quality |
The Critical Misconception
Converting a JPG to PNG does not improve quality. The PNG faithfully preserves whatever data the JPG contains — including all its compression artifacts. The file size increases (because PNG doesn't discard data), but the visual quality is identical. Going from JPG to PNG is like photocopying a photocopy in high resolution — the copy is faithful, but the original damage is preserved.
Similarly, "upscaling" a small JPG thumbnail to a larger PNG doesn't add real detail. The interpolation algorithms (bilinear, bicubic, Lanczos) create new pixels by averaging neighboring values, producing a mathematically smooth but perceptually soft result.
Common Workflow Mistakes That Destroy Quality
Mistake 1: Using JPG for Screenshots and Graphics
Screenshots, logos, diagrams, and UI mockups contain sharp edges, solid colors, and small text — exactly the content that JPG compression handles worst. A screenshot saved as JPG at quality 80 shows visible artifacts around every letter, icon, and interface element.
Always use PNG for screenshots and graphics with text. The file is larger, but the quality is perfect. If file size matters, WebP lossless is the better alternative — smaller files than PNG with identical quality.
Mistake 2: Downloading Low-Resolution Images and Upscaling
If a website only offers a 400x300 pixel thumbnail, that's all the data that exists. Downloading it and resizing to 1920x1080 produces a blurry 1920x1080 image. The 400x300 original had 120,000 pixels of information; the upscaled version has 2,073,600 pixels, but 94% of them are interpolated.
Mistake 3: Multiple Rounds of Editing in a Lossy Format
A social media manager edits a product photo in Canva (which exports as JPG), downloads it, uploads it to another tool for cropping (which re-exports as JPG), then adds a text overlay in a third tool (another JPG export). Each tool applies JPG compression independently, and after three rounds, the image has noticeably more artifacts than if the entire workflow happened in a single tool with one JPG export at the end.
Mistake 4: Ignoring Chroma Subsampling
JPG compression uses a technique called chroma subsampling (typically 4:2:0) that reduces color resolution to half the spatial resolution. This is invisible for photographs but causes visible color bleeding around high-contrast edges — particularly red text on white backgrounds or thin colored lines in charts.
For images with important color detail at edges (charts, graphics, red-on-white text), use 4:4:4 chroma subsampling when saving as JPG, or avoid JPG entirely and use PNG.
Measuring Quality Loss: PSNR, SSIM, and Perceived Quality
Engineers use metrics to quantify quality loss objectively:
| Metric | Range | What It Measures | Limitation |
|---|---|---|---|
| PSNR (Peak Signal-to-Noise Ratio) | 20-50+ dB | Mathematical pixel-level difference | Doesn't correlate well with human perception |
| SSIM (Structural Similarity) | 0-1 | Structural pattern similarity | Better correlation with perception than PSNR |
| VMAF (Video Multi-method Assessment) | 0-100 | Perceptual quality (developed by Netflix) | Primarily for video, computationally expensive |
| MOS (Mean Opinion Score) | 1-5 | Human subjective ratings | Requires actual human evaluation |
For practical purposes: SSIM above 0.95 is generally imperceptible to most viewers. PSNR above 40 dB is considered "very good." Below 30 dB PSNR (or 0.85 SSIM), most people notice degradation without being told to look for it.
How to Minimize Quality Loss in Practice
For Photographers
- Shoot RAW (not JPG in camera)
- Edit in a RAW processor (Lightroom, Capture One)
- Export TIFF or PNG for archiving
- Export JPG at quality 90-95 only for final delivery
- Never re-edit the exported JPG — go back to the RAW file
For Web Developers
- Source highest-quality originals available
- Use WebP as primary format (JPG to WebP converter)
- Compress once, at the final display size — no re-compression
- Use
srcsetto serve different sizes per device (don't upscale small images) - Set quality 75-85 for photos, use lossless WebP for graphics/screenshots
For Office Workers
- Keep original files separate from shared/emailed versions
- Compress images before inserting into presentations (PowerPoint re-compresses internally otherwise)
- When extracting images from PDFs or presentations, expect reduced quality
- Use PNG for any image containing text (charts, diagrams, screenshots)
When Quality Loss Is Acceptable
Not every image needs maximum quality. A 100x100 pixel avatar displayed at thumbnail size doesn't benefit from pristine quality settings. A background texture on a website can tolerate more compression than a hero product shot. The key is matching the quality investment to the visibility and importance of each image.
Image files contain EXIF metadata that may include GPS coordinates, camera serial numbers, and timestamps. Quality-preserving operations like format conversion maintain this metadata. If you're sharing images publicly and want to remove tracking metadata, use our image compression tool with metadata stripping enabled. Files are processed by CloudConvert, a GDPR-compliant and ISO 27001 certified service, and automatically deleted within 15 minutes after conversion. Convert-To.co does not store your files on its own servers.
Related Tools and Resources
- Image Compressor — reduce file size with controlled quality settings
- Resize Image — change dimensions for specific use cases
- JPG to PNG Converter — convert to lossless format for editing
- JPG to WebP Converter — optimize images for web delivery
- WebP to JPG Converter — convert WebP for universal compatibility
- JPG format guide — technical details about JPEG compression
- PNG format guide — understanding lossless image storage
- JPG vs PNG vs WebP — choosing the right format to avoid unnecessary quality loss
- Image Resolution Explained: DPI vs PPI — understand resolution and its impact on quality
- Lossy vs Lossless Compression — compression fundamentals
Tags
Related Guides
Preserving Excel Formatting When Converting to and from PDF
Troubleshoot Excel formatting issues during PDF conversion. Learn how to maintain tables, formulas, and layouts across formats.
ExplainerImage Resolution Explained: DPI vs PPI
Understand image resolution, DPI, and PPI. Learn how resolution affects print quality and screen display.
ExplainerLossy vs Lossless Compression: What You Need to Know
Learn the difference between lossy and lossless compression for images and audio. Understand when quality loss matters and when it doesn't.
TroubleshootingWhy PDF Formatting Breaks During Conversion (and How to Fix It)
Troubleshoot common PDF formatting issues when converting to Word or other formats. Learn why layouts break and how to preserve formatting.
Try It Now
Ready to use Resize Image? Convert your files for free with our online tool.
Use Resize Image →Try It Now
Ready to use JPG to WEBP? Convert your files for free with our online tool.
Use JPG to WEBP →Try It Now
Ready to use Compress Image? Convert your files for free with our online tool.
Use Compress Image →