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 / anytopnm.1 next >
Text File  |  1996-11-18  |  1KB  |  32 lines

  1. .TH anytopnm 1 "27 July 1990"
  2. .IX anytopnm
  3. .SH NAME
  4. anytopnm - attempt to convert an unknown type of image file to a portable anymap
  5. .SH SYNOPSIS
  6. .B anytopnm
  7. .I file
  8. .SH DESCRIPTION
  9. Uses the
  10. .I file
  11. program, possibly augmented by the magic numbers file
  12. included with PBMPLUS, to try to figure out what type of image file it is.
  13. .IX "magic numbers"
  14. If that fails (very few image formats have magic numbers),
  15. looks at the filename extension.
  16. If that fails, punts.
  17. .PP
  18. The type of the output file depends on the input file.
  19. .SH "SEE ALSO"
  20. pnmfile(1), pnm(5), file(1)
  21. .SH BUGS
  22. It's a script.
  23. Scripts are not portable to non-Unix environments.
  24. .SH AUTHOR
  25. Copyright (C) 1991 by Jef Poskanzer.
  26. .\" Permission to use, copy, modify, and distribute this software and its
  27. .\" documentation for any purpose and without fee is hereby granted, provided
  28. .\" that the above copyright notice appear in all copies and that both that
  29. .\" copyright notice and this permission notice appear in supporting
  30. .\" documentation.  This software is provided "as is" without express or
  31. .\" implied warranty.
  32.