After months of hard work I’m happy to finally release Dataface
Click to download
Special thanks go to various hackers at fizzPOP for all of their help, GB for programming help and Scribbleboy for general guidance. You can view of preview of the font here on Flickr.
There will soon be a lovely writeup of how it was done and the tools to use to create your own. Until then, I hope you enjoy Dataface!
It looks different from my previous updates as I’m using a different method for glitching the typeface. This may change yet again if a script that I’m working on decides to work.
On 8th April I took a self-prescribed zine making day. Ever since the Gallery Of Owls meetup last year I’ve been increasingly interested in zines as a means of communication and the DIY scene as a whole. After many failed ideas I finally settled on showing the journey of a pixel and how it can be mutated through different ways of manipulating it, specifically through glitch art.
What is presented is the simple manipulation of the cover image over twelve pages.
In my never-ending quest to explore glitch art off the screen, what then intrigued me was how I could print this. I then had the idea to print these images onto of printed material. In this way we see how glitches can alter our perception of already existing media. Does it add to or detract from the original intent or is it even noticeable?
To pay homage to zine culture I’ve use pages from some of the zines that I’ve collected over the years as well as found papers that have been clogging up my inbox.
You may remember from my earlier blog post that I’ve been working on a databent typeface. It was mentioned a fair while back now, but I have been doing bits of work on it every now and then. Here’s a bit of my progress so far:
Ass you can see some of the characters are more recognisable than others. In fact, looking at it again I can’t really remember what some of them were. As I’m planning on having most characters mapped out, in upper and lower case, progress will be a bit slow, so I’ll aim for April for a completed font.
Myself and Mez recently finished a script called Echobender that automatically databends images.
Click to download
To use it you’ll need:
A computer with Linux installed. I don’t have a Windows or Mac PC so I can’t test it on those
Sox. On Ubuntu you can install it via “sudo apt-get install sox”
Convert, which is part of ImageMagick. On Ubuntu you can install it via “apt-get install imagemagick”
Once you have those installed just execute ./echobender.sh from the terminal and then drop a .jpg or .bmp file into it. The output will be in a folder called “echo”.
If you look closely at the script you can see a way to convert any data into an image! I’ll leave that one up to you… Here’s the source code for all those interested: