summaryrefslogtreecommitdiffstats
path: root/upstream/opensuse-tumbleweed/man1/ppmtomitsu.1
blob: ebbc6021a242fc0f671dd4a277d550b47e6635dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
\
.\" This man page was generated by the Netpbm tool 'makeman' from HTML source.
.\" Do not hand-hack it!  If you have bug fixes or improvements, please find
.\" the corresponding HTML page on the Netpbm website, generate a patch
.\" against that, and send it to the Netpbm maintainer.
.TH "Ppmtomitsu User Manual" 0 "24 March 2009" "netpbm documentation"

.SH NAME

ppmtomitsu - convert a PPM image to a Mitsubishi S340-10 file

.UN synopsis
.SH SYNOPSIS

\fBppmtomitsu\fP

[-sharpness \fIval\fP]

[\fB-enlarge\fP \fIval\fP]

[\fB-media\fP \fIstring\fP]

[\fB-copy\fP \fIval\fP]

[\fB-dpi300\fP]

[\fB-tiny\fP]

[\fIppmfile\fP]

.UN description
.SH DESCRIPTION
.PP
This program is part of
.BR "Netpbm" (1)\c
\&.
.PP
\fBppmtomitsu\fP reads a PPM image as input and converts it into a
format suitable to be printed by a Mitsubishi S340-10 printer, or any
other Mitsubishi color sublimation printer.
.PP
The Mitsubishi S340-10 Color Sublimation printer can print in 24 bit color.
Images of the available sizes take so long to transfer that there is a fast
method, employing a lookup table, that \fBppmtomitsu\fP uses if there are no
more than 256 colors in the image.  \fBppmtomitsu\fP tries to position your
image at the center of the paper, and will rotate your image for you if
xs\fIize\fP is larger than y\fIsize\fP.  If your image is larger than the
media allows, \fBppmtomitsu\fP fails. (We decided that the media were too
expensive to have careless users produce misprints).  Once data transmission
has started, the job can't be stopped in a sane way without resetting the
printer.  The printer understands putting together images in the
printer's memory; \fBppmtomitsu\fP doesn't use this function because
\fBpamcat\fP etc provide the same functions and let you view the result
on-screen, too.  The S340-10 is the lowest common denominator printer; for
higher resolution printers there is the dpi300 option. The other printers are
also capable of higher values for \fIenlarge\fP, etc., but I don't think that
is valuable enough to warrant a change in the program.
.PP
For proper results, the input maxval must be 255.  Use \fBpamdepth\fP
to ensure that it is.
.PP
Before Netpbm 10.40 (September 2007), all Netpbm PPM programs, including
\fBppmtomitsu\fP, see a PBM image as having maxval 1, so \fBppmtomitsu\fP
does not function properly with PBM input.  You can use \fBppmtoppm\fP
together with \fBpamdepth\fP to turn your PBM input into maxval 255
PPM input that \fBppmtomitsu\fP will use properly.

.UN options
.SH OPTIONS
.PP
In addition to the options common to all programs based on libnetpbm
(most notably \fB-quiet\fP, see 
.UR index.html#commonoptions
 Common Options
.UE
\&), \fBppmtomitsu\fP recognizes the following
command line options:


.TP
\fB-sharpness\fP \fI1-4\fP
"sharpness" designation.  Default is  to use the current sharpness.

.TP
\fB-enlarge\fP \fI1-3\fP
Enlarge by a factor; Default is 1 (no enlarge)

.TP
\fB-media\fP {\fBA\fP|\fBA4\fP|\fBAS\fP|\fBA4S\fP}
Designate the media you're using.  Default is 1184 x 1350, which will
fit on any media.  A is 1216 x 1350, A4 is 1184 x 1452, AS is 1216 x
1650 and A4S is 1184 x 1754.  A warning: If you specify a different
media than the printer currently has, the printer will wait until you
put in the correct media or switch it off.

.TP
\fB-copy\fP \fI1-9\fP
The number of copies to produce.  Default is 1.

.TP
\fB-dpi300\fP
Double the number of allowed pixels for a S3600-30 Printer in S340-10
compatibility mode.  (The S3600-30 has 300 dpi).

.TP
\fB-tiny\fP
Memory-saving, but always slow. The printer will get the data
line-by-line in 24bit. It's probably a good idea to use this if your
machine starts paging a lot without this option.



.UN references
.SH REFERENCES

Mitsubishi Sublimation Full Color Printer S340-10 Specifications of
Parallel Interface LSP-F0232F

.UN seealso
.SH SEE ALSO
.BR "pnmquant" (1)\c
\&, 
.BR "pamscale" (1)\c
\&, 
.BR "ppm" (5)\c
\&

.UN author
.SH AUTHOR

Copyright (C) 1992, 93 by S.Petra Zeidler, MPIfR Bonn, Germany.  (\fIspz@specklec.mpifr-bonn.mpg.de\fP)
.SH DOCUMENT SOURCE
This manual page was generated by the Netpbm tool 'makeman' from HTML
source.  The master documentation is at
.IP
.B http://netpbm.sourceforge.net/doc/ppmtomitsu.html
.PP