LinuxCommandLibrary

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.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community