Penguin
Annotated edit history of pgmslice(1) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 pgmslice
2 !!!pgmslice
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 OPTIONS
7 SEE ALSO
8 AUTHOR
9 ----
10 !!NAME
11
12
13 pgmslice - extract one line of pixel values out of a portable graymap
14 !!SYNOPSIS
15
16
17 __pgmslice -row__|__-col__ ''line''
18 [[''pgmfile'']
19 !!DESCRIPTION
20
21
22 Extracts one line of pixel values out of a portable graymap
23 and outputs it in a two column ascii format, with the first
24 value being the pixel's position in the line and the second
25 value the pixel's greyscale value. This is useful for making
26 cross sections through, for example, greyscale CCD
27 images.
28 !!OPTIONS
29
30
31 __-row__
32
33
34 Extract a row of pixels
35
36
37 __-col__
38
39
40 Extract a column of pixels
41 !!SEE ALSO
42
43
44 pgm(5)
45 !!AUTHOR
46
47
48 pgmslice was written by Jos Dingjan
49 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.