LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

pbmnoise

creates random noise images

TLDR

Create random noise bitmap
$ pbmnoise [100] [100] > [noise.pbm]
copy
Set density
$ pbmnoise -ratio=[0.5] [100] [100] > [noise.pbm]
copy
Set random seed
$ pbmnoise -randomseed=[12345] [100] [100] > [noise.pbm]
copy

SYNOPSIS

pbmnoise [options] width height

DESCRIPTION

pbmnoise creates random noise images. Generates random black and white pixels.The tool produces noise patterns. Part of Netpbm.

PARAMETERS

WIDTH

Image width.
HEIGHT
Image height.
-ratio RATIO
Black pixel ratio (0-1).
-randomseed SEED
Random seed.

INSTALL

sudo apt install netpbm
copy
sudo dnf install netpbm
copy
sudo pacman -S netpbm
copy
sudo apk add netpbm
copy
sudo zypper install netpbm
copy
brew install netpbm
copy
nix profile install nixpkgs#netpbm
copy

CAVEATS

Part of Netpbm. Random output. Reproducible with seed.

HISTORY

pbmnoise is part of Netpbm for generating random bitmap noise.

SEE ALSO

pbm(5), pgmnoise(1), netpbm(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid