mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
6ad12af958
It display graphics using ascii texts. PR: ports/5336 Submitted by: Frank Chen Hsiung Chan <frankch@waru.life.nthu.edu.tw>
17 lines
645 B
Plaintext
17 lines
645 B
Plaintext
Aview is powerful graphics viewer which utilize the aalib API and allows
|
|
viewing netpbm format (and others in the presence of netpbm or ImageMagick)
|
|
on console (using slang) and X.
|
|
There are three programs.
|
|
|
|
aview: the main program which could used to view pnm, ppm, pgm and pbm
|
|
files. It runs under X or slang.
|
|
|
|
asciiview: a shell script wraps around aview to allow wider range of image
|
|
formats to be viewed. Netpbm package is required for the conversion.
|
|
|
|
aaflip: a program to view flip animation using ascii text. Works under X
|
|
and slang.
|
|
|
|
You could press h to get help. You may also save the pics in various text
|
|
format. Thanks to aalib!
|