Try TURBOWARP for SUPER SPEED! https://turbowarp.org/624711647?stuck --------------------------------------------------------------- RECOMMENDED SETTINGS: Color Precision --> (20 - 40) Color Precision (For PRECISE Photos) --> (75 - 100) Detail (For Photos) --> (85 - 95) Detail (For Videos) --> (50 - 65) ==================================== Move your mouse to the bottom to access the interface. --------------------------------------------------------------- THE ICONS: - Click the camera icon to take a photo - Click the arrows on the right to go through your photos - Click the record button (Red Circle) to record a video - Click the stop button (Red Square) to end your recording (Move your cursor near the bottom of the screen to see it) - Click the play button (Black triangle / arrow) to play the video you recorded - Click the preview icon (Person) to show or hide the camera preview - Click the calibrate icon (Target / scope) to start / continue to calibrate the camera for better performance - Click the effect icon (Paint Palette) to access the effects menu
HOW I DID IT: The Basics: Finding Colors: Go through colors of values 0 (Black) - 16777215 (White) until you are touching that color. That color value is your output. Optimizing: Color Bank: The color bank is a list of color values that the program has seen before. Since the same colors tend to appear multiple times in an image, checking these color values before all color values will be faster. If you have to go through ALL colors to find the color value, it must be a new color value; so you should add it to the color bank when you find it. Color Precision: If you change the transparency of the camera (Meaning the color is more white (The Backdrop color)), colors will be closer together, meaning there will be less colors to look through, meaning that things run a LOT faster. The transparency of the camera is equal to 100 - color precision (I will refer to this value as "Color Leniency.") Getting Colors Back to Original State: With color leniency, the colors won't be the TRUE image's colors, instead more white colors. The math for reverting the colors was hard to figure out, but you can see it yourself under the custom block "Create Adjusted Color Bank...."