It's the first time I've heard the term "binary image" (considering I'm a programmer, well, that's a shocker). I tried it out with the fighting robots video I ripped from YouTube and the effects are quite cool. In coding, you can only have values within the range of 0 and 255 for things like the RGB values to get a desired color. Apparently, the binary image also works that way. As you can see from the video, the "brightness" is decreasing due to the values I'm using: 0(all white) -> 50 -> 100 -> 125 -> 150 -> 200(almost pitch black). Can you figure out when I changed the values?
No comments:
Post a Comment