09-08-2023, 10:57 PM
Perfect, @dbox! That's exactly the sound it needed.
I thought it would be neat to have a routine that did the opposite of explode. Instead of exploding pixels away, have a way to assemble pixels into an image instead. Easier than I thought, just reverse explode it using the same arrays. Here's that. It runs in QBJS too but a bit slower because it's doing every pixel, not skipping any. On QB64 it's smooth, even can do a photo fairly smooth.
- Dav
I thought it would be neat to have a routine that did the opposite of explode. Instead of exploding pixels away, have a way to assemble pixels into an image instead. Easier than I thought, just reverse explode it using the same arrays. Here's that. It runs in QBJS too but a bit slower because it's doing every pixel, not skipping any. On QB64 it's smooth, even can do a photo fairly smooth.
- Dav