Linux Commands Examples

A great documentation place for Linux commands

ybmtopbm

convert a Bennet Yee "face" file into a portable bitmap


see also : pbmtoybm

Synopsis

ybmtopbm [facefile]


add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples

0
source
            
*Bennet* )
ybmtopbm "$file"
;;
*pixmap*image*text* )
xpmtoppm < "$file"
;;
# This has to come after all other 'text' files, or you may be
ybmtopbm "$file"
;;
*.JPEG | *.jpeg | *.jpg | *.JPG )
jpegtopnm "$file"
0
source
            
ybmtopbm "$file"
;;
xpm )
xpmtoppm < "$file"
;;
# This has to come after all other 'text' files, or you may be
0
source
            
ybmtopbm "$file"
;;
xpm )
xpmtoppm < "$file"
;;
# This has to come after all other 'text' files, or you may be

description

Reads a file acceptable to the face and xbm programs by Bennet Yee (bsy+@cs.cmu.edu). Writes a portable bitmap as output.


see also

pbmtoybm , pbm, face, face, xbm


author

Copyright (C) 1991 by Jamie Zawinski and Jef Poskanzer.

How can this site be more helpful to YOU ?


give  feedback