Linux Commands Examples

A great documentation place for Linux commands

brushtopbm

convert a doodle brush file into a portable bitmap

Synopsis

brushtopbm [brushfile]


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
            
xwdtopnm "$file"
;;
*.brush | *.brush.* )
brushtopbm "$file"
;;
*.img | *.img.* )
0
source
            
g3 )
g3topbm "$file"
;;
xwd )
xwdtopnm "$file"
;;
brush )
brushtopbm "$file"
0
source
            
xwdtopnm "$file"
;;
brush )
brushtopbm "$file"
;;
img )
gemtopbm "$file"
;;
pcx )

description

Reads a Xerox doodle brush file as input. Produces a portable bitmap as output.

Note that there is currently no pbmtobrush tool.


see also

pbm


author

Copyright (C) 1988 by Jef Poskanzer.

How can this site be more helpful to YOU ?


give  feedback