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

  1. .TH ppmtouil 1 "31 August 1990"
  2. .IX ppmtouil
  3. .SH NAME
  4. ppmtouil - convert a portable pixmap into a Motif UIL icon file
  5. .SH SYNOPSIS
  6. .B ppmtouil
  7. .RB [ -name
  8. .IR uilname ]
  9. .RI [ ppmfile ]
  10. .SH DESCRIPTION
  11. Reads a portable pixmap as input.
  12. Produces a Motif UIL icon file as output.
  13. .IX Motif
  14. .IX UIL
  15. .IX "X window system"
  16. .PP
  17. If the program was compiled with an rgb database specified, and
  18. a RGB value from the ppm input matches a RGB value from the database,
  19. then the corresponding color name mnemonic is printed in the UIL's colormap.
  20. If no rgb database was compiled in, or if the RGB values don't match,
  21. then the color
  22. will be printed with the #RGB, #RRGGBB, #RRRGGGBBB, or #RRRRGGGGBBBB
  23. hexadecimal format.
  24. .SH OPTIONS
  25. .TP
  26. .B -name
  27. Allows you to specify the prefix string which is printed
  28. in the resulting UIL output.  If not specified, will default to the
  29. filename (without extension) of the ppmfile argument.
  30. If
  31. .B -name
  32. is not specified and no ppmfile
  33. is specified (i.e. piped input), the prefix string will default to
  34. the string "noname".
  35. .PP
  36. All flags can be abbreviated to their shortest unique prefix.
  37. .SH "SEE ALSO"
  38. ppm(5)
  39. .SH AUTHOR
  40. Converted by Jef Poskanzer from ppmtoxpm.c, which is
  41. Copyright (C) 1990 by Mark W. Snitily
  42. .\" Permission to use, copy, modify, and distribute this software and its
  43. .\" documentation for any purpose and without fee is hereby granted, provided
  44. .\" that the above copyright notice appear in all copies and that both that
  45. .\" copyright notice and this permission notice appear in supporting
  46. .\" documentation.  This software is provided "as is" without express or
  47. .\" implied warranty.
  48.