Custom image loader based on POSIX/ANSI escapes, brython.js & xterm.js functionality:
Hello,
Today, what you're seeing is not the usual way of rendering an image, on the browser. What you're seeing is a terminal that looks like a linux terminal that's been stripped down and loads the essential for processing characters and their color spaces.
Every character you see in the image is a normal character, just as the ones you're reading right now. The difference is that the escapes allowed for early terminal discernment of color (0 to 256 color schema ). In this case, this takes reapplies the principle but scales down the size of each cell. But, as an added benefit, this makes it slightly harder to replicate a photo, due to it being comprised of terminal escapes and random characters.
Simply put, your photo is harder to copy/steal.
Comments
Post a Comment