You know what I said about wanting to make it detect every colour? Well now it does! (...nearly.)
It uses
@frodewin's colour detector to detect colours:
https://scratch.mit.edu/projects/13412067/
And an optimization from
@HTV04's screen scanner:
https://scratch.mit.edu/projects/273108529/
It also takes resolution into account for screen scanning so it can scan and colour check less pixels on lower resolutions. While this does mean the final image can't be resolution adjusted on the fly, it does save a lot of processing time since the new colour scanning does take a while.
===== Changes =====
23/02/2022:
MASSIVE OPTIMIZATION MAKES SCANNING LOADS FASTER!!
I added a colour caching system to keep track of all previously scanned colours per pixel, and oh my goodness the scan is like 100x quicker now what!!
Older:
Now supports sprite rotation! :D
Improved the pen size so now images should look sharper.
The image resolution is now stored in the first letter of the screen scan list, and the project verifies if the image is complete before displaying it.