Penguin
Annotated edit history of pnmsplit(1) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 pnmsplit
2 !!!pnmsplit
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 SEE ALSO
7 ----
8 !!NAME
9
10
11 pnmsplit - split a multi-image PNM file into multiple single-image files
12 !!SYNOPSIS
13
14
15 __pnmsplit__ [[''pnmfile''[[
16 ''output_file_pattern'']]
17 !!DESCRIPTION
18
19
20 Reads a Netpbm file as input. Copies each image in the input
21 into a separate file, in the same format.
22
23
24 ''pnmfile'' is the file specification of the input file,
25 or __-__ to indicate Standard Input. The default is
26 Standard Input.
27
28
29 ''output_file_pattern'' tells how to name the output
30 files. It is the file specification of the output file,
31 except that the first occurence of
32 ''pnmsplit__
33 fails.
34
35
36 The default output file pattern is
37
38
39 Note that to do the reverse operation (combining multiple
40 single-image PNM files into a multi-image one), there is no
41 special Netpbm program. Just use __cat__.
42 !!SEE ALSO
43
44
45 pnm(5), cat(1)
46 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.