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 / ppmtomitsu.1 < prev    next >
Text File  |  1996-11-18  |  3KB  |  83 lines

  1. .TH ppmtomitsu 1 "29 Jan 1992"
  2. .IX ppmtomitsu
  3. .SH NAME
  4. ppmtomitsu - convert a portable pixmap to a Mitsubishi S340-10 file
  5. .SH SYNOPSIS
  6. .B ppmtomitsu
  7. .RB [-sharpness
  8. .IR val ]
  9. .RB [ -enlarge
  10. .IR val ]
  11. .RB [ -media
  12. .IR string ]
  13. .RB [ -copy
  14. .IR val ]
  15. .RB [ -dpi300 ]
  16. .RB [ -tiny ]
  17. .RI [ ppmfile ]
  18. .SH DESCRIPTION
  19. Reads a portable pixmap as input and converts it into a format suitable
  20. to be printed by a Mitsubishi S340-10 printer, or any other Mitsubishi
  21. color sublimation printer.
  22. .PP
  23. The Mitsubishi S340-10 Color Sublimation printer supports 24bit color.
  24. Images of the available sizes take so long to transfer that there is a
  25. fast method, employing a lookuptable, that ppmtomitsu will use if there
  26. is a maximum of 256 colors in the pixmap.
  27. ppmtomitsu will try to position your image to the center of the paper,
  28. and will rotate your image for you if xsize is larger than ysize.
  29. If your image is larger than the media allows, ppmtomitsu will quit
  30. with an error message. (We decided that the media were too expensive
  31. to have careless users produce misprints.) 
  32. Once data transmission has started, the job can't be stopped in a
  33. sane way without resetting the printer.
  34. The printer understands putting together images in the printers memory;
  35. ppmtomitsu doesn't utilize this as pnmcat etc provide the same functionality
  36. and let you view the result on-screen, too.
  37. The S340-10 is the lowest common denominator printer; for higher
  38. resolution printers there's the dpi300 option. The other printers also
  39. support higher values for enlarge eg, but I don't think that's essential
  40. enough to warrant a change in the program.
  41. .TP
  42. .BI -sharpness " 1-4"
  43.  'sharpness' designation. Default is to use the current sharpness.
  44. .TP
  45. .BI -enlarge " 1-3"
  46. Enlarge by a factor; Default is 1 (no enlarge)
  47. .TP
  48. .BI -media " A, A4, AS, A4S"
  49. Designate the media you're using. Default is 1184 x 1350, which will fit
  50. on any media. A is 1216 x 1350, A4 is 1184 x 1452, AS is 1216 x 1650 and 
  51. A4S is 1184 x 1754. A warning: If you specify a different media than the
  52. printer currently has, the printer will wait until you put in the correct
  53. media or switch it off.
  54. .TP
  55. .BI -copy " 1-9"
  56. The number of copies to produce. Default is 1.
  57. .TP
  58. .BI -dpi300
  59. Double the number of allowed pixels for a S3600-30 Printer in S340-10
  60. compatibility mode. (The S3600-30 has 300 dpi).
  61. .TP
  62. .BI -tiny
  63. Memory-safing, but always slow. The printer will get the data line-by-line
  64. in 24bit. It's probably a good idea to use this if your machine starts
  65. paging a lot without this option.
  66. .SH REFERENCES
  67. Mitsubishi Sublimation Full Color Printer S340-10 Specifications of
  68. Parallel Interface LSP-F0232F
  69. .SH "SEE ALSO"
  70. ppmquant(1), pnmscale(1), ppm(5)
  71. .SH BUGS
  72. We didn't find any - yet. (Besides, they're called features anyway :-)
  73. If you should find one, my email-adress is below.
  74. .SH AUTHOR
  75. Copyright (C) 1992, 93 by S.Petra Zeidler, MPIfR Bonn, Germany.
  76. (spz@specklec.mpifr-bonn.mpg.de)
  77. .\" Permission to use, copy, modify, and distribute this software and its
  78. .\" documentation for any purpose and without fee is hereby granted, provided
  79. .\" that the above copyright notice appear in all copies and that both that
  80. .\" copyright notice and this permission notice appear in supporting
  81. .\" documentation.  This software is provided "as is" without express or
  82. .\" implied warranty.
  83.