PNMTILE
NAME
pnmtile - replicate a portable anymap into a specified size
SYNOPSIS
pnmtile width height [pnmfile]
DESCRIPTION
Reads a portable anymap as input. Replicates it until it is the
specified size, and produces a portable anymap as output.
DEMONSTRATION
Let a.pnm be a portable anymap.
The following command will tile it in a 600x267 rectangle
pnmmerge pnmtile 600 267 a.pnm > atile.pnm
BEFORE

AFTER
SEE ALSO
pnm(5)
AUTHOR
Copyright (C) 1989 by Jef Poskanzer.
Permission to use, copy, modify, and distribute this software and its
documentation for any purpose and without fee is hereby granted,
provided that the above copyright notice appear in all copies and that
both that copyright notice and this permission notice appear in
supporting documentation. This software is provided "as is" without
express or implied warranty.