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 / pnmcat.1 < prev    next >
Text File  |  1996-11-18  |  2KB  |  53 lines

  1. .TH pnmcat 1 "12 March 1989"
  2. .IX pnmcat
  3. .SH NAME
  4. pnmcat - concatenate portable anymaps
  5. .SH SYNOPSIS
  6. .B pnmcat
  7. .RB [ -white | -black ]
  8. .BR -leftright | -lr
  9. .RB [ -jtop | -jbottom ]
  10. .I pnmfile pnmfile
  11. .RI ...
  12. .br
  13. .B pnmcat
  14. .RB [ -white | -black ]
  15. .BR -topbottom | -tb
  16. .RB [ -jleft | -jright ]
  17. .I pnmfile pnmfile
  18. .RI ...
  19. .SH DESCRIPTION
  20. Reads portable anymaps as input.
  21. Concatenates them either left to right or top to bottom, and produces a
  22. portable anymap as output.
  23. .IX concatenation
  24. .SH OPTIONS
  25. .PP
  26. If the anymaps are not all the same height (left-right) or width (top-bottom),
  27. the smaller ones have to be justified with the largest.
  28. By default, they get centered, but you can specify one side or the other
  29. with one of the -j* flags.
  30. So,
  31. .B -topbottom -jleft
  32. would stack the anymaps on top of each other, flush with the left edge.
  33. .PP
  34. The
  35. .B -white
  36. and
  37. .B -black
  38. flags specify what color to use to fill in the extra space
  39. when doing this justification.
  40. If neither is specified, the program makes a guess.
  41. .PP
  42. All flags can be abbreviated to their shortest unique prefix.
  43. .SH "SEE ALSO"
  44. pnm(5)
  45. .SH AUTHOR
  46. Copyright (C) 1989 by Jef Poskanzer.
  47. .\" Permission to use, copy, modify, and distribute this software and its
  48. .\" documentation for any purpose and without fee is hereby granted, provided
  49. .\" that the above copyright notice appear in all copies and that both that
  50. .\" copyright notice and this permission notice appear in supporting
  51. .\" documentation.  This software is provided "as is" without express or
  52. .\" implied warranty.
  53.