mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
d29c754dc3
A text based tool for creating and manipulating GIF images PR: 10210 Submitted by: Michael Haro <mharo@area51.fremont.ca.us>
8 lines
422 B
Plaintext
8 lines
422 B
Plaintext
tgd reads text files and writes GIF files. Typically, in a Unix
|
|
environment, it would be at the end of a pipe: my_program | tgd. It
|
|
can also be invoked on a file: tgd my_text_file. By using the special
|
|
file handle stdout, it can be used in WWW applications to push images
|
|
to a browser. It was born out of a desire to learn the gd graphics
|
|
library and Perl simultaneously (but it can be used with any scripting
|
|
language).
|