Last change
on this file since 1328 was
1328,
checked in by Sam Hocevar, 14 years ago
|
- Wrote manual pages for img2irc, cacaplay and cacaserver.
|
File size:
749 bytes
|
Line | |
---|
1 | .TH img2irc 1 "2006-11-10" "libcaca" |
---|
2 | .SH NAME |
---|
3 | img2irc \- convert images to IRC coloured files |
---|
4 | .SH SYNOPSIS |
---|
5 | .B img2irc IMAGE [COLUMNS] |
---|
6 | .RI |
---|
7 | .SH DESCRIPTION |
---|
8 | .B img2irc |
---|
9 | convert images to colour ASCII characters and outputs them to text using |
---|
10 | mIRC colour codes. |
---|
11 | .PP |
---|
12 | .B img2irc |
---|
13 | can load the most widespread image formats: PNG, JPEG, GIF, PNG, BMP etc. |
---|
14 | By default the output text is 60 columns wide; this value can be changed |
---|
15 | by appending a second argument to the commandline. |
---|
16 | .SH EXAMPLES |
---|
17 | img2irc hello.jpg > hello.txt |
---|
18 | |
---|
19 | img2irc hello.jpg 40 > tinyhello.txt |
---|
20 | .SH BUGS |
---|
21 | This program could be merged into |
---|
22 | .B cacaview |
---|
23 | or expanded to support multiple output formats. |
---|
24 | .SH SEE ALSO |
---|
25 | cacaview(1) |
---|
26 | .SH AUTHOR |
---|
27 | This manual page was written by Sam Hocevar <sam@zoy.org>. |
---|
Note: See
TracBrowser
for help on using the repository browser.