image.get() broken ?

edited September 2015 in p5.js

Hi All,

I'm running p5.js: https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.4.8/p5.min.js

Image.get now seems to be returning null color values?!

See Dan Shiffman's Pointilism example: http://p5js.org/examples/examples/Image_Pointillism.php

Add println(pix); and you get [null,null,null,null]

Thanks

Mike

Tagged:
Sign In or Register to comment.