Linux Commands Examples

A great documentation place for Linux commands

pi3topbm

convert an Atari Degas .pi3 file into a portable bitmap


see also : pbmtopi3 - pi1toppm - ppmtopi1

Synopsis

pi3topbm [pi3file]


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
            
*.pi1 | *.pi1.* )
pi1toppm "$file"
;;
*.pi3 | *.pi3.* )
pi3topbm "$file"
0
source
            
pi1 )
pi1toppm "$file"
;;
pi3 )
pi3topbm "$file"
;;
spu )
0
source
            
ximtoppm "$file"
;;
pi1 )
pi1toppm "$file"
;;
pi3 )
pi3topbm "$file"

description

Reads an Atari Degas .pi3 file as input. Produces a portable bitmap as output.


see also

pbmtopi3 , pbm, pi1toppm , ppmtopi1


author

Copyright (C) 1988 by David Beckemeyer (bdt!david) and Diomidis D. Spinellis.

How can this site be more helpful to YOU ?


give  feedback