<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Comments on snippet: 'Generate (Image) Noise with Canvas'</title>
    <description>Snipplr comments feed</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Tue, 07 Apr 2026 23:28:03 +0000</lastBuildDate>
    <item>
      <title>tomasdev said on 15/Nov/2010</title>
      <link>https://snipplr.com/view/44066/generate-image-noise-with-canvas</link>
      <description>&lt;p&gt;If you do&#13;
`       var num=Math.random() * 255;&#13;
         r = Math.floor( num );&#13;
         g = Math.floor( num );&#13;
         b = Math.floor( num );`&#13;
&#13;
You can make a grayscale or monochromatic noise.&#13;
And also, you should not generate canvas larger than 2 digits. Because it's going to hang the browser for some seconds! (I've tried 350 and my laptop died about 3 secs)&lt;/p&gt;</description>
      <pubDate>Mon, 15 Nov 2010 11:39:09 UTC</pubDate>
      <guid>https://snipplr.com/view/44066/generate-image-noise-with-canvas</guid>
    </item>
  </channel>
</rss>
