got bored so i made an image format -- controls -- press 1 to set the image to plain red press 2 to set the image to plain green press 3 to set the image to plain blue press a to generate random noise press space to start rendering the image -- credits -- @combinecal for the split text into list script https://scratch.mit.edu/projects/611835269/ everything else by me inspired by .zni (my version has color!) also .zni uses a binary system while .mqi uses scratch pen color data to import/export, click see inside and right click on the IMAGEDATA list' this is very impractical and i wouldn't personally use this as an actual image format (only supports 256x256, no changing saturation without commands, and no supported image editors (yet)) -- known glitches -- sometimes the image renderer will draw weird straight lines while rendering an image rarity: rare fix: spam a sometimes the image renderer will stop taking input and keep rendering a block of color, usually red rarity: kinda common fix: green flag usually happens after loading a color preset psst, hey if you read this far, i'm gonna let you in on a little secret. pressing q allows you to use commands, here's a list of them pixelsize -- sets pen size saturation -- sets pen saturation transparency -- sets pen transparency brightness -- sets pen brightess var.append -- appends the end of the file with anything you choose (purely cosmetic, you can't add any data that affects the rendering)