<?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: Arhan Ahmad</title>
    <description>The latest articles on DEV Community by Arhan Ahmad (@arhan_ahmad_a67ef7bd2b992).</description>
    <link>https://dev.to/arhan_ahmad_a67ef7bd2b992</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%2F4010774%2F192502fa-ff38-45ee-a6ad-f12613f6d8e2.png</url>
      <title>DEV Community: Arhan Ahmad</title>
      <link>https://dev.to/arhan_ahmad_a67ef7bd2b992</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/arhan_ahmad_a67ef7bd2b992"/>
    <language>en</language>
    <item>
      <title>Building a Privacy-First Image Compressor with WebAssembly</title>
      <dc:creator>Arhan Ahmad</dc:creator>
      <pubDate>Wed, 01 Jul 2026 10:45:32 +0000</pubDate>
      <link>https://dev.to/arhan_ahmad_a67ef7bd2b992/building-a-privacy-first-image-compressor-with-webassembly-1dfg</link>
      <guid>https://dev.to/arhan_ahmad_a67ef7bd2b992/building-a-privacy-first-image-compressor-with-webassembly-1dfg</guid>
      <description>&lt;p&gt;Most "free" image compressors upload your files to a server, cap you at 10 images, or watermark your output. I wanted something different.&lt;/p&gt;

&lt;p&gt;So I compiled Mozilla's mozJPEG, Google's libwebp, and libaom (AVIF) to WebAssembly using Emscripten. Each image compresses on a separate Web Worker, saturating all CPU cores. On an 8-core laptop, 8 images compress simultaneously. A batch of 200 photos finishes in seconds.&lt;/p&gt;

&lt;p&gt;No uploads. No limits. No data ever leaves your device.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Try it:&lt;/strong&gt; &lt;a href="https://toolboximage.com" rel="noopener noreferrer"&gt;https://toolboximage.com&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webassembly</category>
      <category>javascript</category>
      <category>webdev</category>
      <category>performance</category>
    </item>
  </channel>
</rss>
