-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathFormat.html
More file actions
110 lines (110 loc) · 2.77 KB
/
Format.html
File metadata and controls
110 lines (110 loc) · 2.77 KB
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta content="HTML Tidy for Linux/x86 (vers 1st March 2003), see www.w3.org"
name="generator" />
<title>Format Option</title>
<link rel="StyleSheet" href="style/magick.css" type="text/css" />
</head>
<body bgcolor="#FFFFFF" text="#000000" link="#0085C0"
vlink="#800080" alink="#0085C0">
<center><img src="images/magick.png" align="bottom" width="114"
height="113" /></center>
<hr />
<p>When reading your image, the format is determined implicitedly
typically by the first few bytes of the file. However in some
cases, the format cannot be determined. This is true for raw image
formats such as RGB, GRAY, or CMYK. Typically you will only need to
specify an explicit image format for raw images. Otherwise, do not
explicitly choose the image format and it will be determined
automatically for you.</p>
<p>These formats behave uniquely</p>
<pre class="text">
gradient
plasma
xc
</pre>
<p>in that the filename is a color or color range. For example, if
you select the <tt>plasma</tt> format, you might define the
filename as</p>
<pre class="text">
blue-yellow
</pre>
<p>Or suppose you want a red canvas that is 512 pixels in width and
480 pixels in height. Set Filename to <tt>red</tt>, Size to
<tt>512x480</tt>, and Format to <tt>xc</tt>.</p>
<p>For the pattern format, choose from these patterns (set the
filename to one of these names):</p>
<pre class="text">
bricks
checkerboard
circles
crosshatch30
crosshatch45
crosshatch
fishscales
gray0
gray100
gray10
gray15
gray20
gray25
gray30
gray35
gray40
gray45
gray50
gray55
gray5
gray60
gray65
gray70
gray75
gray80
gray85
gray90
gray95
hexagons
horizontal
horizontalsaw
hs_bdiagonal
hs_cross
hs_diagcross
hs_fdiagonal
hs_horizontal
hs_vertical
left30
left45
leftshingle
octagons
right30
right45
rightshingle
smallfishscales
verticalbricks
verticalleftshingle
vertical
verticalrightshingle
verticalsaw
</pre>
<p>Two additional formats include a granite texture and the
netscape color cube:</p>
<pre class="text">
granite
netscape
</pre>
<p>You might want to convert your image to a differing image
format. Just select the appropriate format from the scroll list on
the <em>Output</em> tool page and press <b>output</b>. For a
complete list of image formats supported by <b>ImaegMagick
Studio</b> see
<a href="https://imagemagick.org/www/formats.html"
target="help">this page</a>.</p>
<hr />
<p>
<a href="scripts/MagickStudio.cgi/?Action=mogrify&ToolType=Comment&SessionID=null&Path=null"
target="Comment"><img alt="[comment]" src="images/mail.png"
border="0" /></a></p>
</body>
</html>