<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: hb lai</title>
    <description>The latest articles on DEV Community by hb lai (@hblai_filmlook).</description>
    <link>https://dev.to/hblai_filmlook</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3971544%2F07148009-54bc-435d-91ec-c30a2d094054.png</url>
      <title>DEV Community: hb lai</title>
      <link>https://dev.to/hblai_filmlook</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/hblai_filmlook"/>
    <language>en</language>
    <item>
      <title>The 'bad photo' look is back — here's the engineering behind it</title>
      <dc:creator>hb lai</dc:creator>
      <pubDate>Sat, 06 Jun 2026 16:46:56 +0000</pubDate>
      <link>https://dev.to/hblai_filmlook/the-bad-photo-look-is-back-heres-the-engineering-behind-it-1h59</link>
      <guid>https://dev.to/hblai_filmlook/the-bad-photo-look-is-back-heres-the-engineering-behind-it-1h59</guid>
      <description>&lt;p&gt;Every few years a visual style comes back, but this one is funny: it's literally old engineering bugs becoming features. The "2000s digicam" / CCD / disposable-camera look that's everywhere right now is just a stack of old hardware limitations — and you can recreate every one of them in code.&lt;/p&gt;

&lt;p&gt;Here's what actually made those photos look "wrong," and how each maps to something you can fake today.&lt;/p&gt;

&lt;h2&gt;
  
  
  1. Tiny sensors → noise
&lt;/h2&gt;

&lt;p&gt;Early compacts and phone cameras had minuscule sensors. Less light per pixel means more noise — that fine speckled grain in the shadows. Engineers spent ~15 years killing it with bigger sensors and computational denoising. To fake it: add per-pixel luminance noise, weighted toward the shadows.&lt;/p&gt;

&lt;h2&gt;
  
  
  2. Aggressive compression → blocky softness
&lt;/h2&gt;

&lt;p&gt;Storage was tiny and expensive, so cameras compressed hard. Low-quality JPEG smears fine detail and leaves 8×8 block artifacts. Re-encoding at low quality (or simulating DCT block quantization) gives you that soft, slightly-mushy texture.&lt;/p&gt;

&lt;h2&gt;
  
  
  3. On-board flash → the flat night look
&lt;/h2&gt;

&lt;p&gt;A bright bulb right next to the lens gives flat, head-on lighting: bright faces, hard shadows, a background that falls to black. Approximate it with a radial highlight near the subject and a steep falloff.&lt;/p&gt;

&lt;h2&gt;
  
  
  4. Narrow dynamic range → clipped highlights
&lt;/h2&gt;

&lt;p&gt;Old sensors couldn't hold bright and dark at once, so skies blew to white and shadows crushed to black. A tone curve that clips both ends reproduces it.&lt;/p&gt;

&lt;h2&gt;
  
  
  5. CCD color science → the cool cast
&lt;/h2&gt;

&lt;p&gt;CCD sensors leaned cool, sometimes slightly green. A small channel-mixer / white-balance shift toward cyan-green nails the "CCD" feeling people are nostalgic for.&lt;/p&gt;

&lt;p&gt;The fun part: do all five at once and you don't get "a filter" — you get a photo that looks like it &lt;em&gt;remembers&lt;/em&gt; something. It reads as a real moment instead of a product shot.&lt;/p&gt;

&lt;p&gt;I've been poking at a free in-browser version that does these as one-click presets (iPhone 4, CCD, disposable, Y2K). Everything runs locally on a canvas, nothing uploads: &lt;a href="https://digicamfilter.online/" rel="noopener noreferrer"&gt;digicamfilter.online&lt;/a&gt;. Useful for seeing each effect in isolation before wiring up your own.&lt;/p&gt;

&lt;p&gt;Anyway — half of "retro" aesthetics are just old constraints we worked hard to remove, switched back on by choice. Kind of poetic.&lt;/p&gt;

</description>
      <category>photography</category>
      <category>webdev</category>
      <category>design</category>
    </item>
  </channel>
</rss>
