about summary refs log tree commit diff
path: root/pgmnoise.html
blob: fc6018a9091e207958b2fae22a9e1fd66bd75906 (plain) (blame)
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD><TITLE>Pgmnoise User Manual</TITLE></HEAD>
<BODY>
<H1>pgmnoise</H1>
Updated: 23 November 2008
<BR>
<A HREF="#index">Table Of Contents</A>

<H2>NAME</H2>

pgmnoise - create a PGM image made up of white noise

<H2 id="synopsis">SYNOPSIS</H2>

<B>pgmnoise</B> <I>width</i> <i>height</I>

[<b>-randomseed=</b><i>integer</i>]

<P>Minimum unique abbreviations of option are acceptable.  You may use
double hyphens instead of single hyphen to denote options.  You may use
white space in place of the equals sign to separate an option name
from its value.


<H2 id="description">DESCRIPTION</H2>

<p>This program is part of <a href="index.html">Netpbm</a>.

<p><B>pgmnoise</b> creates a PGM image that is made up of pixels
of random brightness.  The maxval is 255.

<p>You specify the dimensions of the image with the <i>width</i>
and <i>height</i> arguments.

<p>The randomness in the image is limited before Netpbm 10.37 (December
2006) -- if you run the program twice in the same second, you may get
identical output.

<h2 id="options">OPTIONS</h2>

<dl>
<dt><b>-randomseed=</b><i>integer</i>

<dd>This is the seed for the random number generator that generates the
pixels.

<p>Use this to ensure you get the same image on separate invocations.

<p>By default, <b>pgmnoise</b> uses a seed derived from the time of day
and process ID, which gives you fairly uncorrelated results in multiple
invocations.

<p>This option was new in Netpbm 10.45 (December 2008).

</dl>

<H2 id="seealso">SEE ALSO</H2>

<A HREF="pgm.html">pgm</A>

<H2 id="author">AUTHOR</H2>

Copyright (C) 1993 by Frank Neumann

<HR>
<H2 id="index">Table Of Contents</H2>
<UL>
<LI><A HREF="#synopsis">SYNOPSIS</A>
<LI><A HREF="#description">DESCRIPTION</A>
<LI><A HREF="#options">OPTIONS</A>
<LI><A HREF="#seealso">SEE ALSO</A>
<LI><A HREF="#author">AUTHOR</A>
</UL>
</BODY>
</HTML>