<?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: DNZY</title>
    <description>The latest articles on DEV Community by DNZY (@dnzy).</description>
    <link>https://dev.to/dnzy</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%2F3846722%2Fe98b66d2-1356-4d20-80ba-b841e7694299.png</url>
      <title>DEV Community: DNZY</title>
      <link>https://dev.to/dnzy</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/dnzy"/>
    <language>en</language>
    <item>
      <title>I made a simple PNG to WebP converter that can shrink 10 MB images to around 100 KB.</title>
      <dc:creator>DNZY</dc:creator>
      <pubDate>Fri, 27 Mar 2026 22:07:41 +0000</pubDate>
      <link>https://dev.to/dnzy/i-made-a-simple-png-to-webp-converter-that-can-shrink-10-mb-images-to-around-100-kb-266k</link>
      <guid>https://dev.to/dnzy/i-made-a-simple-png-to-webp-converter-that-can-shrink-10-mb-images-to-around-100-kb-266k</guid>
      <description>&lt;p&gt;I made a simple PNG → WebP converter that can shrink something like a 2 MB PNG down to ~70 KB (sometimes even smaller), while keeping the picture looking almost the same.&lt;/p&gt;

&lt;p&gt;GitHub repo:&lt;br&gt;
&lt;strong&gt;&lt;a href="https://github.com/DNZYDeniz/png-to-webp-windows" rel="noopener noreferrer"&gt;https://github.com/DNZYDeniz/png-to-webp-windows&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I built it because I wanted something very simple that doesn’t need a complicated setup: put PNGs in input, run the batch file, and get WebP files in converted.&lt;/p&gt;

&lt;p&gt;Two ways to use it&lt;/p&gt;

&lt;p&gt;Classic batch / CMD — Double-click convert_png_to_webp.bat. Plain command window, no extra installs if cwebp is already in the project. Same fast, lightweight flow as before.&lt;br&gt;
Optional desktop GUI — Run run_gui.bat for a cleaner, rounded interface (Python + CustomTkinter). Same encoder under the hood; it’s there if you want something more visual. Size and quality are easier to tweak in the GUI (target KB per file, or fixed quality -q), without editing environment variables.&lt;br&gt;
It’s lightweight, fast, and easy — for anyone who wants smaller images without wrestling with heavy tools.&lt;/p&gt;

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

&lt;p&gt;Simple .bat workflow (no GUI required)&lt;br&gt;
Optional modern GUI for quicker size / quality adjustments&lt;br&gt;
Fast conversion&lt;br&gt;
Strong file-size reduction with minimal visible quality loss&lt;br&gt;
Runs locally on your machine&lt;br&gt;
Try it:&lt;br&gt;
&lt;strong&gt;&lt;a href="https://github.com/DNZYDeniz/png-to-webp-windows" rel="noopener noreferrer"&gt;https://github.com/DNZYDeniz/png-to-webp-windows&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>productivity</category>
      <category>programming</category>
      <category>beginners</category>
      <category>github</category>
    </item>
  </channel>
</rss>
