<?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: Trend Savage</title>
    <description>The latest articles on DEV Community by Trend Savage (@trend_savage_0420a61e50b1).</description>
    <link>https://dev.to/trend_savage_0420a61e50b1</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%2F4108726%2F8d19774b-e97a-49e0-8b22-04f032554db7.jpg</url>
      <title>DEV Community: Trend Savage</title>
      <link>https://dev.to/trend_savage_0420a61e50b1</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/trend_savage_0420a61e50b1"/>
    <language>en</language>
    <item>
      <title>Building a 100% Client-Side Panoramic Image Splitter</title>
      <dc:creator>Trend Savage</dc:creator>
      <pubDate>Fri, 04 Sep 2026 16:35:05 +0000</pubDate>
      <link>https://dev.to/trend_savage_0420a61e50b1/building-a-100-client-side-panoramic-image-splitter-335e</link>
      <guid>https://dev.to/trend_savage_0420a61e50b1/building-a-100-client-side-panoramic-image-splitter-335e</guid>
      <description>&lt;p&gt;Building a 100% Client-Side Panoramic Image SplitterTraditional grid cutters hard-cut images down the middle, often slicing faces or focal points. FeedCarousel &lt;strong&gt;&lt;a href="https://feedcarousel.com/" rel="noopener noreferrer"&gt;feedcarousel.com&lt;/a&gt;&lt;/strong&gt; solves this by delivering a privacy-first, serverless web application that splits panoramas entirely inside the browser using HTML5 Canvas and native Web APIs.  &lt;/p&gt;

&lt;p&gt;&lt;em&gt;Privacy-First Canvas Pipeline:&lt;/em&gt; Manipulates images locally in browser memory (CanvasRenderingContext2D) with zero backend uploads. Includes automatic bicubic downsampling for large images (&amp;gt;4096px) to prevent iOS Safari memory crashes. &lt;/p&gt;

&lt;p&gt;&lt;em&gt;Focal Point Protection:&lt;/em&gt; Provides drag and keyboard-accessible divider handles (← / → keys) for non-uniform cut adjustments, keeping key subjects intact.  &lt;/p&gt;

&lt;p&gt;&lt;em&gt;Real-Time Mobile Simulator:&lt;/em&gt; Uses CSS Scroll Snap and touch events to simulate native mobile carousel physics live in the viewport.  &lt;/p&gt;

&lt;p&gt;&lt;em&gt;Local Export Engine:&lt;/em&gt; Creates ZIP archives asynchronously using JSZip and FileSaver.js, while supporting direct canvas-to-clipboard copies via navigator.clipboard.write().  &lt;/p&gt;

&lt;p&gt;Performance &amp;amp; UX: Features a 20-step state history stack (Ctrl+Z / Ctrl+Y), localStorage brand persistence, zero Cumulative Layout Shift (CLS), and full WCAG accessibility.  &lt;/p&gt;

&lt;p&gt;Try the live tool at &lt;strong&gt;&lt;a href="https://feedcarousel.com/" rel="noopener noreferrer"&gt;feedcarousel.com&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

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