Pnmindex User Manual(1) | General Commands Manual | Pnmindex User Manual(1) |
pnmindex - build a visual index of a bunch of PNM images
pnmindex
[-size=N]
[-across=N]
[-black]
[-title=title]
[-quant|-noquant]
[-colors=N]
pnmfile ...
You can use the minimum unique abbreviation of the options. You can use two hyphens instead of one. You can separate an option name from its value with white space instead of an equals sign.
This program is part of Netpbm(1).
pnmindex creates an index image containing thumbnail (small) versions of a bunch of PNM files you supply (akin to a photographic "contact sheet").
pnmindex labels each thumbnail and, optionally, contains a title.
If you just want to concatenate some images together in a grid, use pamundice for that.
If you want to take apart the image you generated with pnmindex, use pamdice or pamcut.
The program can generate large temporary files. By default, these go in directory /tmp, but you can usse the TMPDIR environment variable to have them somewhere else.
In addition to the options common to all programs based on
libnetpbm (most notably -quiet, see
Common Options ), pnmindex recognizes the following command line
options:
If the input image is already smaller than this, its size remains the same in the output.
The value must be at least 1.
The default is 100.
The value must be at least 1.
The default is 6.
The title value must be in ASCII. Characters that are not valid ASCII are not rendered.
Default is no title.
This value is meaningless if you specify the -noquant option or if no input image is PPM.
The default is 256.
Before Netpbm 11.05 (December 2023), the Netpbm common option -plain was not implemented.
.UN seealso
pamscale(1), pamcat(1), pbmtext(1), pnmquant(1), pamcut(1), pamdice(1), pamundice(1), pnmtile(1), pnm(1)
Copyright (C) 1991 by Jef Poskanzer.
-title and -noquant added 2000 by John Heidemann.
This manual page was generated by the Netpbm tool 'makeman' from HTML source. The master documentation is at
23 November 2023 | netpbm documentation |