blob: 3395da90a7a39e8df8483be54ff47b5da5f4f9e1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
|
\
.\" This man page was generated by the Netpbm tool 'makeman' from HTML source.
.\" Do not hand-hack it! If you have bug fixes or improvements, please find
.\" the corresponding HTML page on the Netpbm website, generate a patch
.\" against that, and send it to the Netpbm maintainer.
.TH "Pamstretch-gen User Manual" 0 "10 April 2000" "netpbm documentation"
.UN lbAB
.SH NAME
pamstretch-gen - use pamstretch and pamscale to scale by non-integer values
.UN lbAC
.SH SYNOPSIS
\fBpamstretch-gen\fP \fIN\fP [\fIpnmfile\fP]
.UN lbAD
.SH DESCRIPTION
.PP
This program is part of
.BR "Netpbm" (1)\c
\&.
\fBpamstretch-gen\fP is a program which uses
.BR "pamstretch" (1)\c
\&,
.BR "pnmfile" (1)\c
\&, and
.BR "pamscale" (1)\c
\& to smoothly scale up a PNM file
by any ratio; it's like a more general version of pamstretch (hence
the name). But other than the `any ratio' bit, it's much the same as
pamstretch. :-)
.UN lbAE
.SH LIMITATIONS
The program uses \fBawk\fP just to make some simple floating-point
calculations, which is probably overkill. But using \fBdc\fP makes
my head hurt.
.UN lbAF
.SH SEE ALSO
.BR "pamstretch" (1)\c
\&,
.BR "pamscale" (1)\c
\&
.UN lbAG
.SH AUTHOR
Russell Marks (\fIrussell.marks@ntlworld.com\fP).
.SH DOCUMENT SOURCE
This manual page was generated by the Netpbm tool 'makeman' from HTML
source. The master documentation is at
.IP
.B http://netpbm.sourceforge.net/doc/pamstretch-gen.html
.PP
|