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.
SEE ALSO
pnmcat(1), pnmmontage(1)
