pnmtile
Create tiled patterns from PNM images
TLDR
Create tiled pattern from image
$ pnmtile [640] [480] [input.pnm] > [output.pnm]
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
sudo dnf install netpbm
sudo pacman -S netpbm
sudo apk add netpbm
sudo zypper install netpbm
brew install netpbm
nix profile install nixpkgs#netpbm
SEE ALSO
pnmcat(1), pnmmontage(1)