- ✓Silo Season 3 premieres July 3 on Apple TV+, with the same intentionally dark, claustrophobic visual palette the show has used since Season 1
- ✓JPEG's quantization tables allocate fewer bits to near-black tones — the range where most of Silo's underground scenes live — causing gradation loss and muddy banding in screenshots
- ✓This is a different problem from HDR content (like House of the Dragon) — Silo doesn't need HDR handling, it needs a format that preserves subtle dark gradations that JPEG rounds away
- ✓WebP at quality 88+ preserves dark tonal gradations significantly better than JPEG at equivalent file sizes
- ✓PNG is lossless and handles Silo screenshots perfectly, but expect 4–6× larger files than WebP for the same content

Silo Season 3 lands on Apple TV+ July 3. If you haven't watched Seasons 1 and 2, the relevant technical fact is that the show is shot almost entirely underground, in a deliberately cramped, dark, grey-green environment — and those visual choices aren't accidental. The silo aesthetic is claustrophobia made visual: low ceilings, poor lighting, everything slightly desaturated. It looks great on an OLED screen. It screenshots terribly.
The reason is specific and worth understanding, because it's different from the screenshot problems with brighter, more dynamic shows.
What JPEG Actually Does to Dark Scenes
JPEG compresses images by dividing them into 8×8 pixel blocks and applying a discrete cosine transform to each block. The transform converts spatial brightness differences into frequency components, and then a quantization step rounds those components to reduce data. The quantization table — which controls how aggressively each frequency gets rounded — is calibrated for typical photographic content, where most of the "important" detail is in mid-tones.
For near-black content, the quantization table is brutal. Small differences in brightness between 8 and 16 (out of 255) — the kind of subtle shadow detail that makes a dark scene look atmospheric rather than flat — get rounded to the same value. What was a gradual fade from dark charcoal to near-black becomes a uniform block of indistinguishable dark grey. The banding is visible as distinct tonal jumps in areas that should be smooth gradients: the concrete walls of the silo, the shadowed faces of characters in dim light, the transition from lit corridor to unlit doorway.
Why This Is Different From the HDR Problem
The House of the Dragon screenshot problem — covered here recently — is about a mismatch between HDR source content and standard-range image formats. That show has extremely bright firelight and very deep blacks in the same frame, and JPEG (and WebP) flatten that range.
Silo is a different situation. The show isn't primarily trying to represent extreme highlight/shadow range — it's trying to represent nuanced darkness. The range isn't wide; it's narrow and deliberately dark. The problem isn't that JPEG can't represent HDR — it's that JPEG doesn't have enough precision in the shadow tones that Silo relies on for its visual language.
A concrete example: in a scene set in the lower silo levels, the primary lighting might be a single overhead strip light casting a narrow pool of warm white on a concrete floor, with everything else in near-black shadow. On screen that looks intentional and striking. Save it as JPEG Q80 and the near-black areas lose their subtle texture — the rough concrete, the slight moisture sheen, the gradation where the light fades out. Those details get averaged away. The same area in WebP Q88 retains noticeably more of that texture.
Format Comparison for Dark-Scene Content
| Format | Dark-range precision | File size (typical dark scene) | Recommended use |
|---|---|---|---|
| JPEG Q80 | Poor — banding common | ~180–350 KB | Not recommended for Silo-type content |
| JPEG Q95 | Acceptable | ~700 KB–1.2 MB | Only if WebP isn't an option |
| WebP Q88 | Good | ~250–450 KB | Best general-use choice for dark scenes |
| WebP Q95 | Excellent | ~500 KB–900 KB | For archiving shots you care about |
| PNG | Lossless | ~3–6 MB | Best quality, largest files |
The comparison between WebP Q88 and JPEG Q95 is the important one: they produce similar file sizes, but WebP Q88 uses a prediction-based encoding that's far better at preserving subtle tonal differences in flat, near-uniform areas. That directly benefits Silo's underground palette.
The Gamma Problem Nobody Mentions
There's a second issue specific to dark streaming content: gamma mismatch. Your streaming app renders the show with a specific display gamma (usually PQ or HLG for HDR-capable screens, BT.1886 for standard). When you take a screenshot, your OS captures the display output at that gamma, and the resulting image file has that gamma baked in. When you open the screenshot file on a different device — or when it gets tone-mapped by a social platform — the gamma can shift, making already-dark content appear even darker or more washed out.
The workaround for most users: don't screenshot on an OLED TV and expect it to look right on a phone. Screenshot from the Apple TV+ app on your phone or Mac directly, which captures the video frame at device display gamma (sRGB) rather than TV HDR gamma. The result is a file that renders consistently across most viewing contexts without needing gamma adjustment.
The Workflow for Silo Season 3 Screenshots
Step three is the one I want to emphasize. The tendency when a dark screenshot looks muddy after saving is to open it in editing and crank the brightness or pull up the shadows. Some of that is legitimate (removing the JPEG banding that made the dark areas look muddy in the first place), but most of it overcorrects. Silo is supposed to be dark. The underground levels of that silo are not supposed to be well-lit. A screenshot of a mining level with boosted shadows that reveals "hidden detail" isn't a better version of the frame — it's a different version that contradicts the show's visual intent.
Convert with the right codec first. Only correct what the codec actually broke, not what the cinematographer chose to keep dark.
What Season 3 Changes
Without spoiling direction: the shift between silo levels, the surface glimpses, and the lighting contrasts between the show's different environments are part of what makes the visual storytelling work. The contrast between underground darkness and surface brightness is loaded with meaning. A screenshot that fails in the dark range loses exactly the atmospheric half of that contrast.
Season 3 of Silo has been described by the showrunner as moving toward more surface sequences. Those will screenshot more predictably — daylight scenes, normal exposure, normal contrast. The underground sequences are the challenge. When you see a frame worth capturing, use WebP and save the compression quality.
Related reading:
- How to Screenshot House of the Dragon Season 3 Without It Looking Washed Out — the HDR version of this problem, relevant for brighter high-contrast shows
- Mastering Lossless Compression — when PNG is the right call and how to keep lossless files manageable
- Best Free Image Compressor Online — quick comparison of tools that handle WebP conversion well
Frequently asked questions
Why do my Silo screenshots look worse than the actual show?
JPEG's compression is tuned for typical photographic content, where most pixel values cluster in the mid-tone range. Silo is deliberately shot dark — a large proportion of pixels in any underground scene are in the 0–35 brightness range (near-black). JPEG quantization tables assign fewer bits to this range, treating small brightness differences as 'noise' to discard. Those small differences are exactly what creates the atmospheric shadow detail that makes the show look good. JPEG rounds them away and you get uniform dark grey instead of gradated darkness.
Does Silo use HDR like House of the Dragon?
Silo uses some HDR color grading, particularly for the surface scenes, but the problem with Silo screenshots is not primarily an HDR problem — it's a dark-range quantization problem. The underground silo scenes don't have the extreme highlight/shadow contrast that makes HDR handling critical for shows like HoD. The issue is that the darkness is incredibly nuanced and JPEG is destructive of that nuance specifically. You'd see improvement from fixing the compression before you'd see improvement from HDR-aware processing.
Continue reading
Try Optimage — it's free
Compress, convert, and optimize images in seconds. No sign-up, no limits.
Start Optimizing Free