<?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: Sanico, Ronan M.</title>
    <description>The latest articles on DEV Community by Sanico, Ronan M. (@sanico_ronanm_ddd07067).</description>
    <link>https://dev.to/sanico_ronanm_ddd07067</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2795739%2Ffff57117-c134-4970-8876-5572476993e2.png</url>
      <title>DEV Community: Sanico, Ronan M.</title>
      <link>https://dev.to/sanico_ronanm_ddd07067</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sanico_ronanm_ddd07067"/>
    <language>en</language>
    <item>
      <title>I built a free browser-based film photo editor in 4 months — here's what I learned about color math</title>
      <dc:creator>Sanico, Ronan M.</dc:creator>
      <pubDate>Tue, 30 Jun 2026 01:21:47 +0000</pubDate>
      <link>https://dev.to/sanico_ronanm_ddd07067/i-built-a-free-browser-based-film-photo-editor-in-4-months-heres-what-i-learned-about-color-math-1401</link>
      <guid>https://dev.to/sanico_ronanm_ddd07067/i-built-a-free-browser-based-film-photo-editor-in-4-months-heres-what-i-learned-about-color-math-1401</guid>
      <description>&lt;p&gt;I've always loved the look of film photography, the warmth of Kodak &lt;br&gt;
Portra, the gritty contrast of Ilford HP5, the washed-out nostalgia &lt;br&gt;
of a disposable camera. But every tool that tried to replicate these &lt;br&gt;
looks either cost money, required an account, or slapped a watermark &lt;br&gt;
on your photo.&lt;/p&gt;

&lt;p&gt;So I built Polaroma. A free, browser-based film and analog photo editor. &lt;br&gt;
No account, no subscription, no watermarks. Everything runs locally in &lt;br&gt;
your browser, your photos never touch a server.&lt;/p&gt;

&lt;h2&gt;
  
  
  The hardest part: getting the math right
&lt;/h2&gt;

&lt;p&gt;This is where I spent most of my 4 months.&lt;/p&gt;

&lt;p&gt;Film presets aren't just "add some warmth and call it Kodak." Real film &lt;br&gt;
stocks have specific color responses, shadows behave differently from &lt;br&gt;
highlights, grain has texture and structure, and the way light bleeds &lt;br&gt;
into dark areas is very particular.&lt;/p&gt;

&lt;p&gt;I had to study actual film stock characteristics and translate them into &lt;br&gt;
precise pixel matrix operations. Every preset in Polaroma is a carefully &lt;br&gt;
engineered set of mathematical transformations — color curves, channel &lt;br&gt;
mixing, luminance mapping, applied directly in the browser using &lt;br&gt;
canvas APIs.&lt;/p&gt;

&lt;p&gt;The goal was zero AI, zero guessing. Just clean, deterministic math that &lt;br&gt;
produces the same organic result every time.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I ended up building
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;20+ hand-crafted presets — film stocks, VHS, CRT, Polaroid, Y2K 
digicam, avant-garde styles&lt;/li&gt;
&lt;li&gt;Full manual controls — exposure, highlights, shadows, tint, grain, 
chromatic aberration&lt;/li&gt;
&lt;li&gt;Instant rendering — no cloud processing, everything happens in 
milliseconds&lt;/li&gt;
&lt;li&gt;Privacy-first — your images never leave your device&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What I'd do differently
&lt;/h2&gt;

&lt;p&gt;I underestimated how long the preset calibration would take. I thought &lt;br&gt;
the UI would be the hard part, it wasn't. Getting a Fuji Velvia preset &lt;br&gt;
to actually &lt;em&gt;feel&lt;/em&gt; like Fuji Velvia, rather than just looking vaguely &lt;br&gt;
green and contrasty, took way longer than expected.&lt;/p&gt;

&lt;p&gt;If I were starting over, I'd build a calibration testing pipeline earlier &lt;br&gt;
instead of eyeballing adjustments one by one.&lt;/p&gt;

&lt;h2&gt;
  
  
  Try it out
&lt;/h2&gt;

&lt;p&gt;If you shoot photos, edit content, or just like making things look cool,&lt;br&gt;
give it a try at &lt;a href="https://www.polaroma.online" rel="noopener noreferrer"&gt;polaroma.online&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Would love feedback from fellow devs, especially on the rendering approach. &lt;br&gt;
Always curious how others have tackled color science in the browser. &lt;/p&gt;

</description>
      <category>webdev</category>
      <category>showdev</category>
      <category>buildinpublic</category>
      <category>javascript</category>
    </item>
  </channel>
</rss>
