<?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: Lurline</title>
    <description>The latest articles on DEV Community by Lurline (@lurline_244691a114512c06e).</description>
    <link>https://dev.to/lurline_244691a114512c06e</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%2F3745249%2Fd45170fe-73dd-47ee-9000-797f3f6a20e9.png</url>
      <title>DEV Community: Lurline</title>
      <link>https://dev.to/lurline_244691a114512c06e</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/lurline_244691a114512c06e"/>
    <language>en</language>
    <item>
      <title>Building Pixelbead: a free, browser-based photo to bead pattern maker</title>
      <dc:creator>Lurline</dc:creator>
      <pubDate>Tue, 02 Jun 2026 14:13:18 +0000</pubDate>
      <link>https://dev.to/lurline_244691a114512c06e/building-pixelbead-a-free-browser-based-photo-to-bead-pattern-maker-51jo</link>
      <guid>https://dev.to/lurline_244691a114512c06e/building-pixelbead-a-free-browser-based-photo-to-bead-pattern-maker-51jo</guid>
      <description>&lt;h2&gt;
  
  
  Building Pixelbead: turning photos into printable bead patterns
&lt;/h2&gt;

&lt;p&gt;I built &lt;a href="https://www.pixelbead.art/?utm_source=devto&amp;amp;utm_medium=organic_article&amp;amp;utm_campaign=launch_jun_2026" rel="noopener noreferrer"&gt;Pixelbead&lt;/a&gt; because I wanted a simple way to turn photos and illustrations into fuse bead patterns without creating an account or uploading private images to a server.&lt;/p&gt;

&lt;p&gt;The tool is aimed at hobbyists who work with Perler beads, Hama beads, Artkal beads, MARD beads, and similar fuse beads.&lt;/p&gt;

&lt;h2&gt;
  
  
  What it does
&lt;/h2&gt;

&lt;p&gt;Pixelbead converts an image into a printable bead grid directly in the browser.&lt;/p&gt;

&lt;p&gt;Current features:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Local image processing in the browser&lt;/li&gt;
&lt;li&gt;Brand palettes for Perler, Hama, Artkal, and MARD&lt;/li&gt;
&lt;li&gt;Grid size and color count controls&lt;/li&gt;
&lt;li&gt;CIEDE2000-based perceptual color matching&lt;/li&gt;
&lt;li&gt;Manual color editing with undo and redo&lt;/li&gt;
&lt;li&gt;PNG and PDF pattern export&lt;/li&gt;
&lt;li&gt;Materials list CSV export&lt;/li&gt;
&lt;li&gt;Share card export&lt;/li&gt;
&lt;li&gt;Mobile-friendly editor layout&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The important privacy choice is that uploaded images are processed locally. The image itself is not sent to my server for conversion.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fyytiqwvzncdzzcar1ack.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fyytiqwvzncdzzcar1ack.png" alt=" " width="800" height="582"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Why client-side processing
&lt;/h2&gt;

&lt;p&gt;For this kind of tool, the original image is often personal: pets, family photos, gifts, portraits, fan art drafts, or craft references. I wanted the default flow to avoid server-side image upload entirely.&lt;/p&gt;

&lt;p&gt;The conversion pipeline runs in the browser:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Load the image into Canvas.&lt;/li&gt;
&lt;li&gt;Resize it into the selected bead grid.&lt;/li&gt;
&lt;li&gt;Compare sampled colors against selected bead palettes.&lt;/li&gt;
&lt;li&gt;Generate a grid, color counts, and export files.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Heavy conversion work runs in a Web Worker so changing grid width, color count, or palette settings does not freeze the interface.&lt;/p&gt;

&lt;h2&gt;
  
  
  Color matching tradeoffs
&lt;/h2&gt;

&lt;p&gt;The current implementation uses CIEDE2000-style perceptual color comparison rather than a simple RGB distance. It helps produce more practical results for craft planning, but it is still a planning tool rather than a guarantee.&lt;/p&gt;

&lt;p&gt;Real bead output can differ because of:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;monitor color differences&lt;/li&gt;
&lt;li&gt;bead batch differences&lt;/li&gt;
&lt;li&gt;lighting conditions&lt;/li&gt;
&lt;li&gt;ironing results&lt;/li&gt;
&lt;li&gt;limited availability of exact colors&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;That is why the export includes color codes and bead counts, but the user still needs to check real bead availability before making a large project.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fqktqqbbvnpbm6w0zjec4.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fqktqqbbvnpbm6w0zjec4.png" alt=" " width="799" height="359"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Export workflow
&lt;/h2&gt;

&lt;p&gt;The most useful workflow so far is:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Upload a photo.&lt;/li&gt;
&lt;li&gt;Pick a bead brand palette.&lt;/li&gt;
&lt;li&gt;Adjust grid size and color count.&lt;/li&gt;
&lt;li&gt;Manually fix important areas.&lt;/li&gt;
&lt;li&gt;Export a printable PDF.&lt;/li&gt;
&lt;li&gt;Export a materials CSV before buying beads.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;I recently added a share card export as well, because people often want to show the generated pattern before starting the craft.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Flyz0q0z46j9y8w9iic5p.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Flyz0q0z46j9y8w9iic5p.png" alt=" " width="800" height="367"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What I am looking for
&lt;/h2&gt;

&lt;p&gt;I would like feedback from developers and craft users on:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;whether the editor feels clear on mobile&lt;/li&gt;
&lt;li&gt;whether the PDF export is practical enough for printing&lt;/li&gt;
&lt;li&gt;which bead brands or color sets should be improved next&lt;/li&gt;
&lt;li&gt;whether the manual painting workflow is easy to understand&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Live tool:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.pixelbead.art/?utm_source=devto&amp;amp;utm_medium=organic_article&amp;amp;utm_campaign=launch_jun_2026" rel="noopener noreferrer"&gt;https://www.pixelbead.art/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you try it with a real craft image, I would appreciate feedback on where the output feels confusing or hard to use.&lt;/p&gt;

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