Linux Commands Examples

A great documentation place for Linux commands

hipstopgm

convert a HIPS file into a portable graymap

Synopsis

hipstopgm [hipsfile]


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
            
*.hips | *.hips.* )
hipstopgm "$file"
;;
*.fits | *.fits.* )
fitstopnm "$file"
0
source
            
fstopgm "$file"
;;
hips )
hipstopgm "$file"
;;
fits )
fitstopnm "$file"
0
source
            
fs )
fstopgm "$file"
;;
hips )
hipstopgm "$file"
;;
fits )

description

Reads a HIPS file as input. Produces a portable graymap as output.

If the HIPS file contains more than one frame in sequence, hipstopgm will concatenate all the frames vertically.

HIPS is a format developed at the Human Information Processing Laboratory, NYU.


see also

pgm


author

Copyright (C) 1989 by Jef Poskanzer.

How can this site be more helpful to YOU ?


give  feedback