blob: 31220736e155508bf914697c29465a3d310ffa02 (
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
|
<!DOCTYPE doctype PUBLIC "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<meta http-equiv="Content-Type"
content="text/html; charset=iso-8859-1">
<meta http-equiv="content-type"
content="text/html; charset=ISO-8859-1">
<meta name="author" content="Graeme Gill">
<meta name="GENERATOR"
content="Mozilla/4.73 [en] (WinNT; I) [Netscape]">
<title>fakeread</title>
</head>
<body>
<h2> <b>xicc/fakeCMY</b></h2>
<h3> Summary</h3>
Using a CMYK <a href="File_Formats.html#ICC">ICC</a> profile, create a
<a href="File_Formats.html#.ti3">.ti3</a> file containing device CMY to
colorimetric
values. This can then be used to create a CMY profile, that can be
linked
with the original CMYK profile to form a CMY to CMYK separation
transform.
<h3> Usage</h3>
<small><span style="font-family: monospace;">fakeCMY [</span><i
style="font-family: monospace;">options</i><span
style="font-family: monospace;">] </span><i
style="font-family: monospace;">cmykprofile.</i><span
style="font-family: monospace;">icm </span><i
style="font-family: monospace;">fakecmy</i><span
style="font-family: monospace;">.ti3
</span><br style="font-family: monospace;">
<span style="font-family: monospace;"> -v
Verbose mode </span><br style="font-family: monospace;">
<span style="font-family: monospace;"> -r </span><i
style="font-family: monospace;">res</i><span
style="font-family: monospace;">
Set the resolution of the resulting </span><a
style="font-family: monospace;" href="File_Formats.html#.ti3">.ti3</a><span
style="font-family: monospace;">
file (default 3). </span><br style="font-family: monospace;">
<span style="font-family: monospace;"> -l </span><i
style="font-family: monospace;">tlimit</i><span
style="font-family: monospace;">
Set a total ink limit, 0 .. 400% (estimate by default)</span><br
style="font-family: monospace;">
<span style="font-family: monospace;"> -l </span><i
style="font-family: monospace;">klimit</i><span
style="font-family: monospace;">
Set a black ink limit, 0 .. 100% (estimate by default) </span><br
style="font-family: monospace;">
<span style="font-family: monospace;"> </span><i
style="font-family: monospace;">profile.</i><span
style="font-family: monospace;">icm
CMYK </span><a style="font-family: monospace;"
href="File_Formats.html#ICC">ICC</a><span
style="font-family: monospace;"> input profile to
use </span><br style="font-family: monospace;">
<span style="font-family: monospace;"> </span><i
style="font-family: monospace;">outfile</i><span
style="font-family: monospace;">.ti3
Name for output </span><a style="font-family: monospace;"
href="File_Formats.html#.ti3">.ti3</a><span
style="font-family: monospace;"> file </span></small><br>
<h3> Comments</h3>
This tool is a means of producing a CMY to CMYK separation. A fake
CMY profile is created from the output of fakeCMY, and this is then
linked to
the original CMYK profile using <a href="collink.html">collink</a>, to
create
a separation containing the desired black generation. <br>
</body>
</html>
|