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 pamenlarge(1), pamscale(1), pamstretch(1), pbm(1)
24
25
26
28 Copyright (C) 1990 by Angus Duggan Copyright (C) 1989 by Jef Poskanzer.
29
30 Permission to use, copy, modify, and distribute this software and its
31 documentation for any purpose and without fee is hereby granted, pro‐
32 vided that the above copyright notice appear in all copies and that
33 both that copyright notice and this permission notice appear in sup‐
34 porting documentation. This software is provided "as is" without
35 express or implied warranty.
36
37
39 pbmpscale works best for enlargements of 2. To do enlargements greater
40 than 2, you should do as many enlargements of 2 as possible, then
41 enlarge by the remaining factor.
42
44 This manual page was generated by the Netpbm tool 'makeman' from HTML
45 source. The master documentation is at
46
47 http://netpbm.sourceforge.net/doc/pbmpscale.html
48
49netpbm documentation 03 October 2003 Pbmpscale User Manual(0)