
Convert your images to Typographic text with the help of textorizer.
If you don't want to compile the code on your Mac you can use the online version
providing you have pictures that are on-line of course.
The picture above was created with the first version of textorizer.
To compile it you need to first install the libpng library.
So the first step is to install and unpack the libpng-1.2.23.tar.gz
click on the file once downloaded, to unpack it.
Then Open Terminal and type the line below:
This will build and install the library. At some stage it will ask you for super user password to install the library.
Next to compile texturizer you need to change the source code (use stdlib.h instead of malloc .h ) so you can comment it out as follows:
#ifdef linux
#include <malloc.h>
#endif
Then compile it.
Then to execute it type:
./textorizer
It should then display the lines below:
textorizer version $Id: textorizer.c,v 1.5 2006/03/01 14:16:15 mf Exp $
usage: ./textorizer [options]
-s
-o
-i
-w
The output will be an out.svg file if you do not specify one.
So the command will use the MustangSide.png as the image and use
mustang.txt as the text. The output file will be out.svg which you can convert
to another format using a web browser. The textorizer eps version works better for file conversion and requires no tweaks to the code.
./textorizer -i MustangSide.png -w mustang.txt
Enjoy.

4 comments:
Spot on, though I had to comment out malloc.h as well.
What timing on your post too - I've been dogging this all weekend. I am no code monkey, a photographer, so this is a victory.
Looking forward to using this as layered effect with my photos. Thanks!
no probs, updated the post as the malloc.h was mistaken as a blogger html tag. Thanks for the feedback.
Couldn't find a trackback, gave you props with my first Textorizer posting. Many thanks.
Nice one! enjoyed the link
Post a Comment