<?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: Joey</title>
    <description>The latest articles on DEV Community by Joey (@popemotetool).</description>
    <link>https://dev.to/popemotetool</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%2F4006488%2Fe53f831f-f1c1-45d2-bf3d-9aafad618142.png</url>
      <title>DEV Community: Joey</title>
      <link>https://dev.to/popemotetool</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/popemotetool"/>
    <language>en</language>
    <item>
      <title>How I Built a Free Twitch Emote Resizer Tool</title>
      <dc:creator>Joey</dc:creator>
      <pubDate>Sun, 28 Jun 2026 12:39:39 +0000</pubDate>
      <link>https://dev.to/popemotetool/how-i-built-a-free-twitch-emote-resizer-tool-4hfn</link>
      <guid>https://dev.to/popemotetool/how-i-built-a-free-twitch-emote-resizer-tool-4hfn</guid>
      <description>&lt;h1&gt;
  
  
  How I Built a Free Twitch Emote Resizer Tool
&lt;/h1&gt;

&lt;p&gt;As a Twitch streamer, I always struggled with getting my emotes sized correctly for upload. Twitch requires specific pixel dimensions: 28×28, 56×56, and 112×112 pixels. Even being one pixel off causes the upload to fail.&lt;/p&gt;

&lt;p&gt;I decided to build a free tool to solve this problem once and for all.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Problem
&lt;/h2&gt;

&lt;p&gt;Every time I created a new emote, I had to:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Open an image editor&lt;/li&gt;
&lt;li&gt;Resize to three different dimensions&lt;/li&gt;
&lt;li&gt;Export each version separately&lt;/li&gt;
&lt;li&gt;Hope I got the sizes right&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;This tedious process could take 10-15 minutes per emote.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Solution: PopEmote
&lt;/h2&gt;

&lt;p&gt;I built &lt;a href="https://popemote.com/" rel="noopener noreferrer"&gt;PopEmote&lt;/a&gt; — a free, browser-based emote resizer that does everything in one click.&lt;/p&gt;

&lt;h3&gt;
  
  
  Key Features:
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Instant resizing&lt;/strong&gt; to all three Twitch sizes&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Chat preview&lt;/strong&gt; to see how your emote looks in real chat&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Upload validation&lt;/strong&gt; to catch common issues before submitting&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;No sign-up required&lt;/strong&gt; — just upload and download&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  How It Works
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;Upload your PNG or GIF emote&lt;/li&gt;
&lt;li&gt;Preview it in a mock Twitch chat&lt;/li&gt;
&lt;li&gt;Download all three sizes at once&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The tool is built with vanilla JavaScript — no frameworks, no dependencies, no bloat. It runs entirely in the browser, so your images never leave your device.&lt;/p&gt;

&lt;h2&gt;
  
  
  Try It Free
&lt;/h2&gt;

&lt;p&gt;If you're a Twitch streamer looking for a quick way to resize your emotes, check out &lt;a href="https://popemote.com/" rel="noopener noreferrer"&gt;PopEmote&lt;/a&gt; — it's completely free and requires no account.&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>webdev</category>
      <category>tutorial</category>
      <category>streaming</category>
    </item>
  </channel>
</rss>
