<?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: member_250fe3f1</title>
    <description>The latest articles on DEV Community by member_250fe3f1 (@member_250fe3f1).</description>
    <link>https://dev.to/member_250fe3f1</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%2F3983712%2F99fcc6cb-af80-4157-aa2b-dafb58ef3579.png</url>
      <title>DEV Community: member_250fe3f1</title>
      <link>https://dev.to/member_250fe3f1</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/member_250fe3f1"/>
    <language>en</language>
    <item>
      <title>Shrinkray: a free, 100% in-browser image compressor (no uploads, open source)</title>
      <dc:creator>member_250fe3f1</dc:creator>
      <pubDate>Sun, 14 Jun 2026 11:10:01 +0000</pubDate>
      <link>https://dev.to/member_250fe3f1/shrinkray-a-free-100-in-browser-image-compressor-no-uploads-open-source-4fa2</link>
      <guid>https://dev.to/member_250fe3f1/shrinkray-a-free-100-in-browser-image-compressor-no-uploads-open-source-4fa2</guid>
      <description>&lt;p&gt;&lt;em&gt;TL;DR — I built &lt;a href="https://github.com/CopilrGiiiTh/shrinkray" rel="noopener noreferrer"&gt;Shrinkray&lt;/a&gt;: a free, open-source image compressor &amp;amp; converter that runs **100% in your browser&lt;/em&gt;&lt;em&gt;. No uploads, no servers, no tracking. Your images never leave your device.&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  The problem
&lt;/h2&gt;

&lt;p&gt;Most "free" online image compressors upload your photos to a server you don't control. For screenshots, IDs, receipts, or product shots, that's a privacy risk you don't need to take.&lt;/p&gt;

&lt;h2&gt;
  
  
  Shrinkray
&lt;/h2&gt;

&lt;p&gt;Shrinkray does everything &lt;strong&gt;client-side&lt;/strong&gt; using the Canvas API. Nothing is ever uploaded.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Features&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;🔒 100% local — files never leave your browser&lt;/li&gt;
&lt;li&gt;🖼️ Convert between WebP / JPEG / PNG / AVIF&lt;/li&gt;
&lt;li&gt;🎚️ Quality slider + optional resize&lt;/li&gt;
&lt;li&gt;📦 Batch mode — drop a whole folder, download all as a zip&lt;/li&gt;
&lt;li&gt;📋 Paste from clipboard&lt;/li&gt;
&lt;li&gt;📊 Per-image and total savings %&lt;/li&gt;
&lt;li&gt;⚡ Installable PWA, works offline&lt;/li&gt;
&lt;li&gt;🆓 MIT licensed, zero build step (vanilla JS)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;In my tests it gets ~85–90% size reduction on photo-like PNGs by converting to WebP, with no visible quality loss.&lt;/p&gt;

&lt;h2&gt;
  
  
  How it works
&lt;/h2&gt;

&lt;p&gt;Drag images in → pick a format and quality → Shrinkray re-encodes each one with &lt;code&gt;canvas.toBlob()&lt;/code&gt; and shows you exactly how much you saved. Everything happens on the main thread in plain JavaScript — no frameworks, no dependencies beyond JSZip (CDN) for the "download all" zip.&lt;/p&gt;

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

&lt;ul&gt;
&lt;li&gt;⭐ Code &amp;amp; README: &lt;a href="https://github.com/CopilrGiiiTh/shrinkray" rel="noopener noreferrer"&gt;https://github.com/CopilrGiiiTh/shrinkray&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;🚀 &lt;strong&gt;Live demo:&lt;/strong&gt; &lt;a href="https://copilrgiiith.github.io/shrinkray/" rel="noopener noreferrer"&gt;https://copilrgiiith.github.io/shrinkray/&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It's fully open source — issues, stars, and PRs welcome. Would love feedback on which formats/options you'd want next (thinking: drag-to-reorder, EXIF stripping toggle, and an AVIF quality preset).&lt;/p&gt;

&lt;p&gt;Built with vanilla JS and a lot of &lt;code&gt;canvas.toBlob()&lt;/code&gt;. 🦈&lt;/p&gt;

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