<?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: Krissana_ham</title>
    <description>The latest articles on DEV Community by Krissana_ham (@ham_snap_c9f34bca7dfdc1fe).</description>
    <link>https://dev.to/ham_snap_c9f34bca7dfdc1fe</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%2F4136553%2F8435bd99-eaac-44b7-8b9b-7d51add36347.jpg</url>
      <title>DEV Community: Krissana_ham</title>
      <link>https://dev.to/ham_snap_c9f34bca7dfdc1fe</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ham_snap_c9f34bca7dfdc1fe"/>
    <language>en</language>
    <item>
      <title>How I built an in-browser RAW photo editor with zero server uploads (WebGL/Client-side)</title>
      <dc:creator>Krissana_ham</dc:creator>
      <pubDate>Mon, 21 Sep 2026 23:33:52 +0000</pubDate>
      <link>https://dev.to/ham_snap_c9f34bca7dfdc1fe/how-i-built-an-in-browser-raw-photo-editor-with-zero-server-uploads-webglclient-side-27dl</link>
      <guid>https://dev.to/ham_snap_c9f34bca7dfdc1fe/how-i-built-an-in-browser-raw-photo-editor-with-zero-server-uploads-webglclient-side-27dl</guid>
      <description>&lt;p&gt;Most photo editing tools rely on heavy desktop software or cloud-based processing. I wanted to see how far we could push browser-native graphics performance for heavy RAW media.&lt;br&gt;
​That’s why I built JPEGForce—a 100% client-side RAW photo editor that runs directly in the browser.&lt;br&gt;
​Key Highlights &amp;amp; Tech Stack:&lt;br&gt;
​100% On-Device Processing: Powered by WebGL. Image parsing and color grading happen entirely on the user's local GPU.&lt;br&gt;
​Absolute Privacy: Photos never touch a backend server or cloud storage. Zero byte transfer of user images.&lt;br&gt;
​Format Support: Handles uncompressed RAW files (.CR2, .NEF, .ARW, .DNG, Fuji, etc.).&lt;br&gt;
​Cross-Platform: Lightweight enough to run smoothly on Chromebooks, Linux, and older machines without installing software.&lt;br&gt;
​Why Build This?&lt;br&gt;
​The goal was to solve two major friction points: the resource bloat of subscription desktop apps and the privacy/latency issues of cloud photo editors. By leveraging modern client-side pipelines, we eliminate server bandwidth costs while keeping user data private.&lt;br&gt;
​Search JPEGForce on Google to test the editor directly with your own RAW files.&lt;br&gt;
​I’d love to hear your thoughts on the architecture, performance, or potential edge cases!&lt;/p&gt;

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