GO TO THIS PROJECT TO TEST VIDEO RENDERING: https://scratch.mit.edu/projects/891155036/ This project runs faster on Turbowarp ターボワープ推奨(Scratchでも動作はします) https://turbowarp.org/869219945 Press the green flag, and draw something. When you're done, press space key. it will create a millions of dataset in the list "Binary". Right click the list, and export it. You will get a quite big txt file(about 500kb). Go to the website below and upload the txt file you got to generate the image. You'll be surprised! Right click on image to save the image, file type is webp. 旗を押して、適当に絵を描いてください。描き終わったらスペースキーを押して、数秒待ってください。そうすると大量の要素が入った"binary"というリストが表示されます。中を見るを押して、右クリックして、書き出ししてください。1MB程度のtxtファイルがダウンロードされます。下のウェブサイトに行って、先ほどのtxtファイルをアップロードするとブラウザ上に画像が表示されるはずです。右クリックで保存できます。ファイル形式はwebpです。 https://frezledz.github.io/SCtomedia/ 注意:追加ファイルを読み込むのに30MBほどの通信を行います。モバイルデータ上などで使用している方はご注意ください。 Warning : It will transfer about 30MB to load additional files, be careful if you're on mobile network. Painter is trash but don't judge me with it
Griffpatch for the revolutionary color detecting tutorial I learned how the BMP image is written in hex and I just recreated the simmilar system on scratch. This is how I made this project. Update v0.1: It looks(most likely) huge image file can't be hundled well on scratch and make it base64. (Up to about 480x268?) I decided to do these processes on javascript. 4/8/2023 Update v0.2: I solved the problem above by proccecing data on javascript. Now it works nicely, on Turbowarp. I will try to make it able to run it on scratch. 8/8/2023 Update v0.3: Now this projects works on Scratch, and I added file converting system using FFmpeg.wasm on website, so it'll be able to render videos in the future... 26/8/2023 Note : Next version of this project technically can render videos, but the chance of crashing browser(Yes, not tab, browser) is way too high to upload here, so I decided not to update it until I solve this problem