Text Images

From Publication Station
Revision as of 09:48, 2 January 2018 by Andre (talk | contribs) (Andre moved page ASCII-selfie to Text Images)

Text Images

Description

The following elective will be based on the project Excelfie by design Lucia Dossin, where selfie (images), captured by a digital camera are converted onto plain-text files (ASCII-art). In these text-based images, the sequence of pixels of the captured images is mapped onto corresponding text characters, in order to create text-based rendition of the original bit map image.

3excelfie-derivation1.png

Excelfie at Zinecamp 2017

We will work towards the implementation of the Excelfie in the Oublication Station, for which we'll use a raspberry Pi, a camera, a screen, headphones, paper and a typewriter.

announcement text

What are digital (bit-map) images? In their simpler form nothing more but sequence of pixels, each with its color value, organized into lines and rows. Such form of representing image information is uncannily similar to how text is represented digitally: a line-by-line sequence of characters, each with its corresponding value (code point). Can this similarity be used to transform pixel-based images into similar looking images made solely by text? And what happens when we reverse the process and try to get the text-based images into pixels using Optical Character Recognition software?


Organization