This is a high quality camera that can capture images in Scratch and allows you to export it as a PNG file. It captures images with a resolution of 480x360 pixels in about 15 seconds. ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀Taking a Picture: 1) Click "New Photo" 2) Once the camera is ready, press space to start capturing the image. 3) Once the image is captured, right click on the image to copy or download it. Press "S" to get a savecode. 4) Triple click the save code and CTRL+C or CMD+C to copy it. 5) Press "B" to go back to the menu screen. ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀Loading a Picture: 1) Click "Load/Save" 2) Paste your savecode and hit enter. 3) Once the image has rendered, you can right-click it to copy or download it. 4) Press "B" to go back to the menu screen. ⠀Alternative Way to Download Image/Convert to ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀Base64 1) Click the "See Inside" button. 2) Show list "Scan". 3) Right-click "Scan" and click "Export". 4) Go to: https://xeltalliv.github.io/ScratchTools/List2img/#dc1 5) Click "Choose File" and upload the text file that was just downloaded from this Scratch project (should be named "Scan"). 6) Next to width, it will say "16" in an input box. On the right of that box, there is a button that says "Guess". Click that button. 7) Then, you can right click the image and save/copy etc. 8) To convert to Base64, right-click the image and click "Copy Image Address"
Note: The image taken in this project will be deleted after the project is restarted or a new image is taken. ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀How it Works: This camera works by detecting the color of each pixel on the screen, and storing it's color code in a list. The reason the screen is dark at first, but then gets brighter is because this helps it narrow down it's search, allowing it to work faster. Once the color values of each pixel is stored, a rendering script goes through each value and draws each pixel seperately. IMPORTANT: The image may appear distorted if there is movement while it is being captured. ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀Credits: and Sound effect from Pixabay Please tell me about any bugs or glitches in the comments. Please ❤️+⭐ if you enjoyed! Thank you! Update Log: [No Updates]