home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / NETWORK / netpbm_docs.lzh / NETPBM / DOCS / pnmindex.1 < prev    next >
Text File  |  1996-11-18  |  2KB  |  55 lines

  1. .TH pnmindex 1 "9 January 1991"
  2. .IX pnmindex
  3. .SH NAME
  4. pnmindex - build a visual index of a bunch of anymaps
  5. .SH SYNOPSIS
  6. .B pnmindex
  7. .RB [ -size
  8. .IR N ]
  9. .RB [ -across
  10. .IR N ]
  11. .RB [ -colors
  12. .IR N ]
  13. .RB [ -black ]
  14. .I pnmfile
  15. .RI ...
  16. .SH DESCRIPTION
  17. This script makes small versions of a bunch of anymaps, adds
  18. labels, and concatenates them together into a collage.
  19. .IX index
  20. .IX collage
  21. .SH OPTIONS
  22. .TP
  23. .B -size
  24. Controls how big each image becomes; the default is 100x100.
  25. .TP
  26. .B -across
  27. Controls how many images are in each row; the default is 6.
  28. .TP
  29. .B -colors
  30. Controls how many colors the final index gets quantized
  31. to, if quantization is necessary; the default is 256.
  32. .TP
  33. .B -black
  34. Controls the color of the padding between the images;
  35. normally it's white and the labels are black lettering on white background,
  36. but the
  37. .B -black
  38. flag reverses this.
  39. .SH "SEE ALSO"
  40. pnmscale(1), pnmcat(1), pbmtext(1), ppmquant(1), pnm(5)
  41. .SH BUGS
  42. It's very slow.
  43. .PP
  44. It's a csh script.
  45. Csh scripts are not portable to System V.
  46. Scripts in general are not portable to non-Unix environments.
  47. .SH AUTHOR
  48. Copyright (C) 1991 by Jef Poskanzer.
  49. .\" Permission to use, copy, modify, and distribute this software and its
  50. .\" documentation for any purpose and without fee is hereby granted, provided
  51. .\" that the above copyright notice appear in all copies and that both that
  52. .\" copyright notice and this permission notice appear in supporting
  53. .\" documentation.  This software is provided "as is" without express or
  54. .\" implied warranty.
  55.