1Gemtopnm User Manual(0) Gemtopnm User Manual(0)
2
3
4
6 gemtopnm - convert a GEM .img file into a PNM image
7
8
10 gemtopnm [-d] [gemfile]
11
12
14 This program is part of Netpbm(1).
15
16 gemtopnm reads a GEM .img file, either the one plane (black/white) or
17 four plane (16 color) varieety, as input and produces a PBM or PPM file
18 as output, depending on whether the input is one or four plane.
19
20 The input file is gemfile if you specify that argument, or Standard
21 Input otherwise. Output is to Standard Output.
22
23
25 -d Produce output describing the contents of the .img file.
26
27
28
29
31 pbmtogem(1), pnm(1)
32
33
35 Copyright (C) 1988 Diomidis D. Spinellis (dds@cc.ic.ac.uk).
36
38 This manual page was generated by the Netpbm tool 'makeman' from HTML
39 source. The master documentation is at
40
41 http://netpbm.sourceforge.net/doc/gemtopnm.html
42
43netpbm documentation 30 April 2000 Gemtopnm User Manual(0)