updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / ppmascii / ppmascii.install
blobcd2ec90794adbba8faea70b0794ac346b798e900
1 post_install() {
3 cat << EOF
4 ==> Note: See http://www.floodgap.com/software/ppmascii/ on instructions on how to use ppmascii.
5 ==> The general use is to "pipe" the ppm image through the script, for example:
7 ==> tifftopnm image.tiff | ppmascii -invert
8 ==> convert image.png -colorspace Gray -colors 16 -antialias ppm:- | ppmascii -x2 -photo -winx=4
10 EOF
13 # vim:set ts=2 sw=2 et: