LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

pnmtile

Create tiled patterns from PNM images

TLDR

Create tiled pattern from image
$ pnmtile [640] [480] [input.pnm] > [output.pnm]
copy

SYNOPSIS

pnmtile width height [file]

DESCRIPTION

pnmtile creates an image by tiling (repeating) the input image to fill the specified dimensions. Useful for creating backgrounds. Part of Netpbm toolkit.

PARAMETERS

width

Output width in pixels.
height
Output height in pixels.

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

SEE ALSO

Copied to clipboard
Kai