A Picture is Worth… the Book it Came From

Developed in Java

 

The Literature Art Software recreates images with the words/contents of a given book


 

 Taking two inputs: Text & an Image, the Literature Art Software will replace clusters of pixels within a photo

with a custom made font made up of a grid of pixels. The font’s color will correspond with the pixel cluster it is replacing.

 

 Examples


Custom Font Created with Individual Pixel Placement

letter[3][1][1] = 40;

letter[3][1][2] = 40;

letter[4][1][0] = 40;

letter[4][1][1] = 40;

letter[4][1][2] = 40;

letter[5][1][0] = 40;

letter[5][1][1] = 40;

letter[5][1][2] = 40;

letter[6][1][0] = 40;

letter[6][1][1] = 40;

letter[3][1][1] = 40; letter[3][1][2] = 40; letter[4][1][0] = 40; letter[4][1][1] = 40; letter[4][1][2] = 40; letter[5][1][0] = 40; letter[5][1][1] = 40; letter[5][1][2] = 40; letter[6][1][0] = 40; letter[6][1][1] = 40;


View Next Art Project: