svip / imgtotext

Image to CSS text dump

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Program to convert image files into a textual description of the image by
exporting it as the CSS values for each pixel.  Developed for a graphics
artist friend of mine.

Requires:

* Python Image Library

Usage:

Takes input file (image) as it first argument and writes to the outfile
(text file), given as the second argument or to stdout if no outfile is
given.

About

Image to CSS text dump


Languages

Language:Python 100.0%