# HSYNC Glitch # inspired by http://flickr.com/photos/mikrosopht, via hysysk # 2007-11-06 t.koyachi require "java" include_class "processing.core.PApplet" include_class "processing.core.PImage" class Sketch < PApplet def setup _height = 160 _width = 160 size _width, _height background 255 no_stroke frameRate 3 imgsrc = loadImage('utamaru160_meagne.PNG') # _height = imgsrc.height # _width = imgsrc.