What it does: this program takes any image you give to it and converts it into a painting using image scanning and brushstrokes. ⚠ Use turbo mode! (Shift + flag) ⚠ How to use: import an image into the 'Images' sprite. After the flag clicked block, change the costume to whichever one you imported. Click the flag and wait a bit. Once the % variable reaches 100, your painted image will appear. This scanning process can take anywhere from 20 seconds to 5 minutes depending on how powerful your device is and how bright and varied the image is. Alternate title: Impressionist Art Generator Faster on Turbowarp: https://turbowarp.org/712481196/fullscreen?turbo&hqpen Technical details: in each of the 4000 brushstroke iterations, it goes to a random spot on the screen, samples for possible RGB paint colors, raycasts to the nearest RGB color edge, then takes the distance of that raycast and draws a brushstroke of that length using all of the previously sampled paint colors.