1Pbmpscale User Manual(0) Pbmpscale User Manual(0)
2
3
4
6 pbmpscale - enlarge a PBM image with edge smoothing
7
8
10 pbmpscale N [pbmfile]
11
12
14 This program is part of Netpbm(1).
15
16 pbmpscale reads a PBM image as input, and outputs a PBM image enlarged
17 N times. pbmpscale does this enlargement by pixel replication, with
18 some additional smoothing of corners and edges.
19
20
21
23 There are no command line options defined specifically for pbmpscale,
24 but it recognizes the options common to all programs based on libnetpbm
25 (See
26 Common Options ⟨index.html#commonoptions⟩ .)
27
28
30 pamenlarge(1), pamscale(1), pamstretch(1), pbm(1)
31
32
33
35 Copyright (C) 1990 by Angus Duggan Copyright (C) 1989 by Jef Poskanzer.
36
37 Permission to use, copy, modify, and distribute this software and its
38 documentation for any purpose and without fee is hereby granted, pro‐
39 vided that the above copyright notice appear in all copies and that
40 both that copyright notice and this permission notice appear in sup‐
41 porting documentation. This software is provided "as is" without
42 express or implied warranty.
43
44
46 pbmpscale works best for enlargements of 2. To do enlargements greater
47 than 2, you should do as many enlargements of 2 as possible, then
48 enlarge by the remaining factor.
49
51 This manual page was generated by the Netpbm tool 'makeman' from HTML
52 source. The master documentation is at
53
54 http://netpbm.sourceforge.net/doc/pbmpscale.html
55
56netpbm documentation 03 October 2003 Pbmpscale User Manual(0)