topical media & game development 
  
 
 
 
 
  
    
    
  
 graphic-canvas-util-pixastic-histogram.htm / htm
  <script type=text/javascript src=graphic-canvas-util-pixastic-pixastic-jquery.js></script>
  <script type=text/javascript src=graphic-canvas-util-pixastic-pixastic-custom.js></script>
  <script type="text/javascript">
  var hist = {};
  function process(img) {
       img2=Pixastic.process(img, "histogram", {
                  average:false,paint:true,color:"rgb(255,0,0)",returnValue:{}
          });
  
       img2.onmouseout = function() { Pixastic.revert(this); }
          }
  </script>
  <img src="walk.jpg" onmouseover="process(this);"/>
  
  
  
(C) Æliens 
20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher. 
In case of other copyright issues, contact the author.