Penguin
Blame: pnmenlarge(1)
EditPageHistoryDiffInfoLikePages
Annotated edit history of pnmenlarge(1) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 pnmenlarge
2 !!!pnmenlarge
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 SEE ALSO
7 AUTHOR
8 ----
9 !!NAME
10
11
12 pnmenlarge - read a portable anymap and enlarge it N times
13 !!SYNOPSIS
14
15
16 __pnmenlarge__ ''N'' [[''pnmfile'']
17 !!DESCRIPTION
18
19
20 Reads a portable anymap as input. Replicates its pixels
21 ''N'' times, and produces a portable anymap as
22 output.
23
24
25 ''pnmenlarge'' can only enlarge by integer factors. The
26 slower but more general ''pnmscale'' can enlarge or
27 reduce by arbitrary factors, and ''pbmreduce'' can reduce
28 by integer factors, but only for bitmaps.
29
30
31 If you enlarge by a factor of 3 or more, you should probably
32 add a ''pnmsmooth'' step; otherwise, you can see the
33 original pixels in the resulting image.
34 !!SEE ALSO
35
36
37 pbmreduce(1), pnmscale(1), pnmsmooth(1), pnm(5)
38 !!AUTHOR
39
40
41 Copyright (C) 1989 by Jef Poskanzer.
42 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.