Stalgia Grigg

Results 66 comments of Stalgia Grigg

I also have this problem. A bit confused. I started with about a thousand sequential .jpgs which then became .npz files when I processed the data in Step 3. I...

I fixed my problem. Had a slight issue with how I set up the directories. Thanks for the code and help!

So stoked for these additions! There is a lot to respond to here but I'll start by adding thoughts on two points: > Should we support WebGL with textOutput() and...

Hm odd! I am not able to recreate on Mac 10.15.2 using the online editor and Firefox 72.0.2. This sketch just prints the text in the console for me: ```...

I am able to replicate this on Windows 10.0.18362 with Firefox 74.0.

Thank you! I am able to reproduce. If anyone is able to run some performance tests and narrow down where this performance loss is occurring that would be great.

I think that this could occur at the renderer level. What do you think @AidanNelson ?

Thanks all! It looks like the call to`loadPixels` in `_copyHelper` was added in [this commit.](https://github.com/processing/p5.js/commit/7a9d866b40a185c50096a0fc5616c605e0bdcdf9). As @micuat points out the behavior inside of `loadPixels` has changed since that commit.

When I test on Mac OS 10.15.7 with Firefox 84.0.2 the image is transparent with the `.map` modification of its pixels. For example in [this slight modification of your example](https://editor.p5js.org/stalgiag/sketches/hMJIW-tHH),...

Definitely should be a white square and yes it seems to happen on both the canvas and the image when using `map`.