github.com/kaydxh/golang@v0.0.131/pkg/gocv/cgo/third_path/graphics-magick/share/doc/GraphicsMagick/www/composite.html (about) 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 2 "http://www.w3.org/TR/html4/loose.dtd"> 3 <html> 4 <head> 5 <meta HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=us-ascii"> 6 <title>GraphicsMagick GM Utility</title> 7 <style type=text/css> 8 <!-- 9 @page { size: 8.5in 11in } 10 TD P { color: #000000; font-family: "Verdana", "Arial", "Helvetica", sans-serif; font-size: 12pt } 11 P { color: #000000; font-family: "Verdana", "Arial", "Helvetica", sans-serif; font-size: 12pt } 12 A:link { color: #00B04F } 13 A:visited { color: #007B37 } 14 --> 15 </style> 16 17 </head> 18 <body LANG="en-US" TEXT="#000000" LINK="#00B04F" VLINK="#007B37" BGCOLOR="#ffffff"> 19 <a name="top"></a> 20 <table border=0 cellpadding=10 cellspacing=0 style="margin-top:-17px" width="100%"><tr><td> 21 <br> <br> 22 <table BORDER=0 WIDTH="100%"> 23 <tr> 24 <td ALIGN=LEFT bgcolor="#FFFFFF"><img 25 SRC="images/right_triangle.png" ALT=">" BORDER=0 26 height=14 width=15><b><font face="Helvetica, Arial"><font 27 color="#00B04F"><font size="+1"> 28 <a NAME="composite"></a>gm composite 29 </font></font></font></b></td></tr></table> 30 <table width="94%" border="0" cellspacing="0" cellpadding="8"> 31 <tr><td width="3%"><br></td><td> 32 <table BORDER=0 WIDTH="100%"> 33 <tr> 34 <td ALIGN=LEFT bgcolor="#FFFFFF"><img 35 SRC="images/right_triangle.png" ALT=">" BORDER=0 36 height=14 width=15><b><font face="Helvetica, Arial"><font 37 color="#00B04F"><font size="+1"> 38 <a NAME="comp-top"></a>NAME 39 </font></font></font></b></td></tr></table> 40 <table width="94%" border="0" cellspacing="0" cellpadding="8"> 41 <tr><td width="3%"><br></td><td> 42 composite - composite images together. 43 </td></tr></table> 44 <table BORDER=0 WIDTH="100%"> 45 <tr> 46 <td ALIGN=LEFT bgcolor="#FFFFFF"><img 47 SRC="images/right_triangle.png" ALT=">" BORDER=0 48 height=14 width=15><b><font face="Helvetica, Arial"><font 49 color="#00B04F"><font size="+1"> 50 <a NAME="comp-contents"></a>Contents 51 </font></font></font></b></td></tr></table> 52 <table width="94%" border="0" cellspacing="0" cellpadding="8"> 53 <tr><td width="3%"><br></td><td> 54 <dl> 55 <dt> 56 <a href="#comp-syno">Synopsis</a> 57 </dt> 58 <dt> 59 <a href="#comp-desc">Description</a> 60 </dt> 61 <dt> 62 <a href="#comp-exam">Examples</a> 63 </dt> 64 <dt> 65 <a href="#comp-opti">Options</a> 66 </dt> 67 </dl> 68 </td></tr></table> 69 <table BORDER=0 WIDTH="100%"> 70 <tr> 71 <td ALIGN=LEFT bgcolor="#FFFFFF"><img 72 SRC="images/right_triangle.png" ALT=">" BORDER=0 73 height=14 width=15><b><font face="Helvetica, Arial"><font 74 color="#00B04F"><font size="+1"> 75 <a NAME="comp-syno"></a>Synopsis 76 </font></font></font></b></td></tr></table> 77 <table width="94%" border="0" cellspacing="0" cellpadding="8"> 78 <tr><td width="3%"><br></td><td> 79 <p> 80 <strong>gm composite</strong> <strong>[</strong> <em>options</em> <strong>... ]</strong> 81 <em>change-image base-image</em> 82 <strong>[</strong> <em>mask-image</em> <strong>]</strong> <em>output-image</em> 83 <br> <br> 84 </td></tr></table> 85 <table BORDER=0 WIDTH="100%"> 86 <tr> 87 <td ALIGN=LEFT bgcolor="#FFFFFF"><img 88 SRC="images/right_triangle.png" ALT=">" BORDER=0 89 height=14 width=15><b><font face="Helvetica, Arial"><font 90 color="#00B04F"><font size="+1"> 91 <a NAME="comp-desc"></a>Description 92 </font></font></font></b></td></tr></table> 93 <table width="94%" border="0" cellspacing="0" cellpadding="8"> 94 <tr><td width="3%"><br></td><td> 95 <p> 96 <strong>composite</strong> composites (combines) images to create new images. 97 <p><em>base-image</em> is the base image and <em>change-image</em> contains the changes. 98 <em>ouput-image</em> is the result, and normally has the same dimensions 99 as <em>base-image</em>. 100 <br> <br> 101 <p> 102 The optional <em>mask-image</em> can be used to provide opacity information 103 for <em>change-image</em> when it has none or if you want a different mask. 104 A mask image is typically grayscale and the same size as 105 <strong>base-image</strong>. If <em>mask-image</em> is not grayscale, it is converted 106 to grayscale and the resulting intensities are used as opacity 107 information. 108 </td></tr></table> 109 <table BORDER=0 WIDTH="100%"> 110 <tr> 111 <td ALIGN=LEFT bgcolor="#FFFFFF"><img 112 SRC="images/right_triangle.png" ALT=">" BORDER=0 113 height=14 width=15><b><font face="Helvetica, Arial"><font 114 color="#00B04F"><font size="+1"> 115 <a NAME="comp-exam"></a>Examples 116 </font></font></font></b></td></tr></table> 117 <table width="94%" border="0" cellspacing="0" cellpadding="8"> 118 <tr><td width="3%"><br></td><td> 119 <p> 120 To composite an image of a cockatoo with a perch, use: 121 <pre> 122 gm composite cockatoo.miff perch.ras composite.miff 123 </pre> 124 <p> 125 To compute the difference between images in a series, use: 126 <pre> 127 gm composite -compose difference series.2 series.1 difference.miff 128 </pre> 129 <p> 130 To composite an image of a cockatoo with a perch starting at location (100,150), 131 use: 132 <pre> 133 gm composite -geometry +100+150 cockatoo.miff perch.ras composite.miff 134 </pre> 135 <p> 136 To tile a logo across your image of a cockatoo, use 137 <pre> 138 gm convert +shade 30x60 cockatoo.miff mask.miff 139 gm composite -compose bumpmap -tile logo.png 140 cockatoo.miff mask.miff composite.miff 141 </pre> 142 <p> 143 To composite a red, green, and blue color plane into a single composite image, 144 try 145 <pre> 146 gm composite -compose CopyGreen green.png red.png red-green.png 147 gm composite -compose CopyBlue blue.png red-green.png composite.png 148 </pre> 149 </td></tr></table> 150 <p> 151 <i><a href="#top">Back to Contents</a></i> 152 </p> 153 <table BORDER=0 WIDTH="100%"> 154 <tr> 155 <td ALIGN=LEFT bgcolor="#FFFFFF"><img 156 SRC="images/right_triangle.png" ALT=">" BORDER=0 157 height=14 width=15><b><font face="Helvetica, Arial"><font 158 color="#00B04F"><font size="+1"> 159 <a NAME="comp-opti"></a>Options 160 </font></font></font></b></td></tr></table> 161 <table width="94%" border="0" cellspacing="0" cellpadding="8"> 162 <tr><td width="3%"><br></td><td> 163 <p> 164 Options are processed in command line order. Any option you specify on 165 the command line remains in effect only for the image that follows. All 166 options are reset to their default values after each image is read. 167 <p> 168 For a more detailed description of each option, see 169 Options, above. 170 <a href="GraphicsMagick.html"><em>GraphicsMagick(1)</em></a>. 171 <br> <br> 172 <table BORDER=0 WIDTH="94%"> 173 <tr> 174 <td width="3%"><br></td> 175 <td ALIGN=LEFT BGCOLOR="#FFFFFF"> 176 <img SRC="images/right_triangle_option.png" 177 ALT=">" BORDER=0 height=14 178 width=15><b><font face="Helvetica, Arial" 179 ><font color="#00B04F"><font size="+1"> 180 <a href="GraphicsMagick.html#details-authenticate">-authenticate</a> <i><string></i> 181 </font></font></font></b></td></tr></table> 182 <table width="90%" border="0" cellspacing="0" cellpadding="8"> <tr><td width="6%"><br></td><td>decrypt image with this password</td></tr></table> 183 <table BORDER=0 WIDTH="94%"> 184 <tr> 185 <td width="3%"><br></td> 186 <td ALIGN=LEFT BGCOLOR="#FFFFFF"> 187 <img SRC="images/right_triangle_option.png" 188 ALT=">" BORDER=0 height=14 189 width=15><b><font face="Helvetica, Arial" 190 ><font color="#00B04F"><font size="+1"> 191 <a href="GraphicsMagick.html#details-background">-background</a> <i><color></i> 192 </font></font></font></b></td></tr></table> 193 <table width="90%" border="0" cellspacing="0" cellpadding="8"> <tr><td width="6%"><br></td><td>the background color</td></tr></table> 194 <table BORDER=0 WIDTH="94%"> 195 <tr> 196 <td width="3%"><br></td> 197 <td ALIGN=LEFT BGCOLOR="#FFFFFF"> 198 <img SRC="images/right_triangle_option.png" 199 ALT=">" BORDER=0 height=14 200 width=15><b><font face="Helvetica, Arial" 201 ><font color="#00B04F"><font size="+1"> 202 <a href="GraphicsMagick.html#details-blue-primary">-blue-primary</a> <i><x>,<y></i> 203 </font></font></font></b></td></tr></table> 204 <table width="90%" border="0" cellspacing="0" cellpadding="8"> <tr><td width="6%"><br></td><td>blue chromaticity primary point</td></tr></table> 205 <table BORDER=0 WIDTH="94%"> 206 <tr> 207 <td width="3%"><br></td> 208 <td ALIGN=LEFT BGCOLOR="#FFFFFF"> 209 <img SRC="images/right_triangle_option.png" 210 ALT=">" BORDER=0 height=14 211 width=15><b><font face="Helvetica, Arial" 212 ><font color="#00B04F"><font size="+1"> 213 <a href="GraphicsMagick.html#details-colors">-colors</a> <i><value></i> 214 </font></font></font></b></td></tr></table> 215 <table width="90%" border="0" cellspacing="0" cellpadding="8"> <tr><td width="6%"><br></td><td>preferred number of colors in the image</td></tr></table> 216 <table BORDER=0 WIDTH="94%"> 217 <tr> 218 <td width="3%"><br></td> 219 <td ALIGN=LEFT BGCOLOR="#FFFFFF"> 220 <img SRC="images/right_triangle_option.png" 221 ALT=">" BORDER=0 height=14 222 width=15><b><font face="Helvetica, Arial" 223 ><font color="#00B04F"><font size="+1"> 224 <a href="GraphicsMagick.html#details-colorspace">-colorspace</a> <i><value></i> 225 </font></font></font></b></td></tr></table> 226 <table width="90%" border="0" cellspacing="0" cellpadding="8"> <tr><td width="6%"><br></td><td>the type of colorspace</td></tr></table> 227 <table BORDER=0 WIDTH="94%"> 228 <tr> 229 <td width="3%"><br></td> 230 <td ALIGN=LEFT BGCOLOR="#FFFFFF"> 231 <img SRC="images/right_triangle_option.png" 232 ALT=">" BORDER=0 height=14 233 width=15><b><font face="Helvetica, Arial" 234 ><font color="#00B04F"><font size="+1"> 235 <a href="GraphicsMagick.html#details-comment">-comment</a> <i><string></i> 236 </font></font></font></b></td></tr></table> 237 <table width="90%" border="0" cellspacing="0" cellpadding="8"> <tr><td width="6%"><br></td><td>annotate an image with a comment</td></tr></table> 238 <table BORDER=0 WIDTH="94%"> 239 <tr> 240 <td width="3%"><br></td> 241 <td ALIGN=LEFT BGCOLOR="#FFFFFF"> 242 <img SRC="images/right_triangle_option.png" 243 ALT=">" BORDER=0 height=14 244 width=15><b><font face="Helvetica, Arial" 245 ><font color="#00B04F"><font size="+1"> 246 <a href="GraphicsMagick.html#details-compose">-compose</a> <i><operator></i> 247 </font></font></font></b></td></tr></table> 248 <table width="90%" border="0" cellspacing="0" cellpadding="8"> <tr><td width="6%"><br></td><td>the type of image composition</td></tr></table> 249 <table BORDER=0 WIDTH="94%"> 250 <tr> 251 <td width="3%"><br></td> 252 <td ALIGN=LEFT BGCOLOR="#FFFFFF"> 253 <img SRC="images/right_triangle_option.png" 254 ALT=">" BORDER=0 height=14 255 width=15><b><font face="Helvetica, Arial" 256 ><font color="#00B04F"><font size="+1"> 257 <a href="GraphicsMagick.html#details-compress">-compress</a> <i><type></i> 258 </font></font></font></b></td></tr></table> 259 <table width="90%" border="0" cellspacing="0" cellpadding="8"> <tr><td width="6%"><br></td><td>the type of image compression</td></tr></table> 260 <table BORDER=0 WIDTH="94%"> 261 <tr> 262 <td width="3%"><br></td> 263 <td ALIGN=LEFT BGCOLOR="#FFFFFF"> 264 <img SRC="images/right_triangle_option.png" 265 ALT=">" BORDER=0 height=14 266 width=15><b><font face="Helvetica, Arial" 267 ><font color="#00B04F"><font size="+1"> 268 -debug <i><events></i> 269 </font></font></font></b></td></tr></table> 270 <table width="90%" border="0" cellspacing="0" cellpadding="8"> <tr><td width="6%"><br></td><td>enable debug printout</td></tr></table> 271 <table BORDER=0 WIDTH="94%"> 272 <tr> 273 <td width="3%"><br></td> 274 <td ALIGN=LEFT BGCOLOR="#FFFFFF"> 275 <img SRC="images/right_triangle_option.png" 276 ALT=">" BORDER=0 height=14 277 width=15><b><font face="Helvetica, Arial" 278 ><font color="#00B04F"><font size="+1"> 279 <a href="GraphicsMagick.html#details-define">-define</a> <i><key></i>{<i>=<value></i>}<i>,...</i> 280 </font></font></font></b></td></tr></table> 281 <table width="90%" border="0" cellspacing="0" cellpadding="8"> <tr><td width="6%"><br></td><td>add coder/decoder specific options</td></tr></table> 282 <table BORDER=0 WIDTH="94%"> 283 <tr> 284 <td width="3%"><br></td> 285 <td ALIGN=LEFT BGCOLOR="#FFFFFF"> 286 <img SRC="images/right_triangle_option.png" 287 ALT=">" BORDER=0 height=14 288 width=15><b><font face="Helvetica, Arial" 289 ><font color="#00B04F"><font size="+1"> 290 <a href="GraphicsMagick.html#details-density">-density</a> <i><width>x<height></i> 291 </font></font></font></b></td></tr></table> 292 <table width="90%" border="0" cellspacing="0" cellpadding="8"> <tr><td width="6%"><br></td><td>horizontal and vertical resolution in pixels of the image</td></tr></table> 293 <table BORDER=0 WIDTH="94%"> 294 <tr> 295 <td width="3%"><br></td> 296 <td ALIGN=LEFT BGCOLOR="#FFFFFF"> 297 <img SRC="images/right_triangle_option.png" 298 ALT=">" BORDER=0 height=14 299 width=15><b><font face="Helvetica, Arial" 300 ><font color="#00B04F"><font size="+1"> 301 <a href="GraphicsMagick.html#details-depth">-depth</a> <i><value></i> 302 </font></font></font></b></td></tr></table> 303 <table width="90%" border="0" cellspacing="0" cellpadding="8"> <tr><td width="6%"><br></td><td>depth of the image</td></tr></table> 304 <table BORDER=0 WIDTH="94%"> 305 <tr> 306 <td width="3%"><br></td> 307 <td ALIGN=LEFT BGCOLOR="#FFFFFF"> 308 <img SRC="images/right_triangle_option.png" 309 ALT=">" BORDER=0 height=14 310 width=15><b><font face="Helvetica, Arial" 311 ><font color="#00B04F"><font size="+1"> 312 <a href="GraphicsMagick.html#details-displace">-displace</a> <i><horizontal scale>x<vertical scale></i> 313 </font></font></font></b></td></tr></table> 314 <table width="90%" border="0" cellspacing="0" cellpadding="8"> <tr><td width="6%"><br></td><td>shift image pixels as defined by a displacement map</td></tr></table> 315 <table BORDER=0 WIDTH="94%"> 316 <tr> 317 <td width="3%"><br></td> 318 <td ALIGN=LEFT BGCOLOR="#FFFFFF"> 319 <img SRC="images/right_triangle_option.png" 320 ALT=">" BORDER=0 height=14 321 width=15><b><font face="Helvetica, Arial" 322 ><font color="#00B04F"><font size="+1"> 323 <a href="GraphicsMagick.html#details-display">-display</a> <i><host:display[.screen]></i> 324 </font></font></font></b></td></tr></table> 325 <table width="90%" border="0" cellspacing="0" cellpadding="8"> <tr><td width="6%"><br></td><td>specifies the X server to contact</td></tr></table> 326 <table BORDER=0 WIDTH="94%"> 327 <tr> 328 <td width="3%"><br></td> 329 <td ALIGN=LEFT BGCOLOR="#FFFFFF"> 330 <img SRC="images/right_triangle_option.png" 331 ALT=">" BORDER=0 height=14 332 width=15><b><font face="Helvetica, Arial" 333 ><font color="#00B04F"><font size="+1"> 334 <a href="GraphicsMagick.html#details-dispose">-dispose</a> <i><method></i> 335 </font></font></font></b></td></tr></table> 336 <table width="90%" border="0" cellspacing="0" cellpadding="8"> <tr><td width="6%"><br></td><td>GIF disposal method</td></tr></table> 337 <table BORDER=0 WIDTH="94%"> 338 <tr> 339 <td width="3%"><br></td> 340 <td ALIGN=LEFT BGCOLOR="#FFFFFF"> 341 <img SRC="images/right_triangle_option.png" 342 ALT=">" BORDER=0 height=14 343 width=15><b><font face="Helvetica, Arial" 344 ><font color="#00B04F"><font size="+1"> 345 <a href="GraphicsMagick.html#details-dissolve">-dissolve</a> <i><percent></i> 346 </font></font></font></b></td></tr></table> 347 <table width="90%" border="0" cellspacing="0" cellpadding="8"> <tr><td width="6%"><br></td><td>dissolve an image into another by the given percent</td></tr></table> 348 <table BORDER=0 WIDTH="94%"> 349 <tr> 350 <td width="3%"><br></td> 351 <td ALIGN=LEFT BGCOLOR="#FFFFFF"> 352 <img SRC="images/right_triangle_option.png" 353 ALT=">" BORDER=0 height=14 354 width=15><b><font face="Helvetica, Arial" 355 ><font color="#00B04F"><font size="+1"> 356 <a href="GraphicsMagick.html#details-dither">-dither</a> 357 </font></font></font></b></td></tr></table> 358 <table width="90%" border="0" cellspacing="0" cellpadding="8"> <tr><td width="6%"><br></td><td>apply Floyd/Steinberg error diffusion to the image</td></tr></table> 359 <table BORDER=0 WIDTH="94%"> 360 <tr> 361 <td width="3%"><br></td> 362 <td ALIGN=LEFT BGCOLOR="#FFFFFF"> 363 <img SRC="images/right_triangle_option.png" 364 ALT=">" BORDER=0 height=14 365 width=15><b><font face="Helvetica, Arial" 366 ><font color="#00B04F"><font size="+1"> 367 <a href="GraphicsMagick.html#details-encoding">-encoding</a> <i><type></i> 368 </font></font></font></b></td></tr></table> 369 <table width="90%" border="0" cellspacing="0" cellpadding="8"> <tr><td width="6%"><br></td><td>specify the text encoding</td></tr></table> 370 <table BORDER=0 WIDTH="94%"> 371 <tr> 372 <td width="3%"><br></td> 373 <td ALIGN=LEFT BGCOLOR="#FFFFFF"> 374 <img SRC="images/right_triangle_option.png" 375 ALT=">" BORDER=0 height=14 376 width=15><b><font face="Helvetica, Arial" 377 ><font color="#00B04F"><font size="+1"> 378 <a href="GraphicsMagick.html#details-endian">-endian</a> <i><type></i> 379 </font></font></font></b></td></tr></table> 380 <table width="90%" border="0" cellspacing="0" cellpadding="8"> <tr><td width="6%"><br></td><td>specify endianness (MSB, LSB, or Native) of image</td></tr></table> 381 <table BORDER=0 WIDTH="94%"> 382 <tr> 383 <td width="3%"><br></td> 384 <td ALIGN=LEFT BGCOLOR="#FFFFFF"> 385 <img SRC="images/right_triangle_option.png" 386 ALT=">" BORDER=0 height=14 387 width=15><b><font face="Helvetica, Arial" 388 ><font color="#00B04F"><font size="+1"> 389 <a href="GraphicsMagick.html#details-filter">-filter</a> <i><type></i> 390 </font></font></font></b></td></tr></table> 391 <table width="90%" border="0" cellspacing="0" cellpadding="8"> <tr><td width="6%"><br></td><td>use this type of filter when resizing an image</td></tr></table> 392 <table BORDER=0 WIDTH="94%"> 393 <tr> 394 <td width="3%"><br></td> 395 <td ALIGN=LEFT BGCOLOR="#FFFFFF"> 396 <img SRC="images/right_triangle_option.png" 397 ALT=">" BORDER=0 height=14 398 width=15><b><font face="Helvetica, Arial" 399 ><font color="#00B04F"><font size="+1"> 400 <a href="GraphicsMagick.html#details-font">-font</a> <i><name></i> 401 </font></font></font></b></td></tr></table> 402 <table width="90%" border="0" cellspacing="0" cellpadding="8"> <tr><td width="6%"><br></td><td>use this font when annotating the image with text</td></tr></table> 403 <table BORDER=0 WIDTH="94%"> 404 <tr> 405 <td width="3%"><br></td> 406 <td ALIGN=LEFT BGCOLOR="#FFFFFF"> 407 <img SRC="images/right_triangle_option.png" 408 ALT=">" BORDER=0 height=14 409 width=15><b><font face="Helvetica, Arial" 410 ><font color="#00B04F"><font size="+1"> 411 <a href="GraphicsMagick.html#details-geometry">-geometry</a> <i><width>x<height></i>{<i>+-</i>}<i><x></i>{<i>+-</i>}<i><y></i>{<i>%</i>}<i></i>{<i>@</i>}<i></i>{<i>!</i>}<i></i>{<i>^</i>}<i></i>{<i><</i>}<i></i>{<i>></i>}<i></i> 412 </font></font></font></b></td></tr></table> 413 <table width="90%" border="0" cellspacing="0" cellpadding="8"> <tr><td width="6%"><br></td><td>Specify dimension, offset, and resize options.</td></tr></table> 414 <table BORDER=0 WIDTH="94%"> 415 <tr> 416 <td width="3%"><br></td> 417 <td ALIGN=LEFT BGCOLOR="#FFFFFF"> 418 <img SRC="images/right_triangle_option.png" 419 ALT=">" BORDER=0 height=14 420 width=15><b><font face="Helvetica, Arial" 421 ><font color="#00B04F"><font size="+1"> 422 <a href="GraphicsMagick.html#details-gravity">-gravity</a> <i><type></i> 423 </font></font></font></b></td></tr></table> 424 <table width="90%" border="0" cellspacing="0" cellpadding="8"> <tr><td width="6%"><br></td><td>direction primitive gravitates to when annotating the image.</td></tr></table> 425 <table BORDER=0 WIDTH="94%"> 426 <tr> 427 <td width="3%"><br></td> 428 <td ALIGN=LEFT BGCOLOR="#FFFFFF"> 429 <img SRC="images/right_triangle_option.png" 430 ALT=">" BORDER=0 height=14 431 width=15><b><font face="Helvetica, Arial" 432 ><font color="#00B04F"><font size="+1"> 433 <a href="GraphicsMagick.html#details-green-primary">-green-primary</a> <i><x>,<y></i> 434 </font></font></font></b></td></tr></table> 435 <table width="90%" border="0" cellspacing="0" cellpadding="8"> <tr><td width="6%"><br></td><td>green chromaticity primary point</td></tr></table> 436 <table BORDER=0 WIDTH="94%"> 437 <tr> 438 <td width="3%"><br></td> 439 <td ALIGN=LEFT BGCOLOR="#FFFFFF"> 440 <img SRC="images/right_triangle_option.png" 441 ALT=">" BORDER=0 height=14 442 width=15><b><font face="Helvetica, Arial" 443 ><font color="#00B04F"><font size="+1"> 444 -help 445 </font></font></font></b></td></tr></table> 446 <table width="90%" border="0" cellspacing="0" cellpadding="8"> <tr><td width="6%"><br></td><td>print usage instructions</td></tr></table> 447 <table BORDER=0 WIDTH="94%"> 448 <tr> 449 <td width="3%"><br></td> 450 <td ALIGN=LEFT BGCOLOR="#FFFFFF"> 451 <img SRC="images/right_triangle_option.png" 452 ALT=">" BORDER=0 height=14 453 width=15><b><font face="Helvetica, Arial" 454 ><font color="#00B04F"><font size="+1"> 455 <a href="GraphicsMagick.html#details-interlace">-interlace</a> <i><type></i> 456 </font></font></font></b></td></tr></table> 457 <table width="90%" border="0" cellspacing="0" cellpadding="8"> <tr><td width="6%"><br></td><td>the type of interlacing scheme</td></tr></table> 458 <table BORDER=0 WIDTH="94%"> 459 <tr> 460 <td width="3%"><br></td> 461 <td ALIGN=LEFT BGCOLOR="#FFFFFF"> 462 <img SRC="images/right_triangle_option.png" 463 ALT=">" BORDER=0 height=14 464 width=15><b><font face="Helvetica, Arial" 465 ><font color="#00B04F"><font size="+1"> 466 <a href="GraphicsMagick.html#details-label">-label</a> <i><name></i> 467 </font></font></font></b></td></tr></table> 468 <table width="90%" border="0" cellspacing="0" cellpadding="8"> <tr><td width="6%"><br></td><td>assign a label to an image</td></tr></table> 469 <table BORDER=0 WIDTH="94%"> 470 <tr> 471 <td width="3%"><br></td> 472 <td ALIGN=LEFT BGCOLOR="#FFFFFF"> 473 <img SRC="images/right_triangle_option.png" 474 ALT=">" BORDER=0 height=14 475 width=15><b><font face="Helvetica, Arial" 476 ><font color="#00B04F"><font size="+1"> 477 <a href="GraphicsMagick.html#details-limit">-limit</a> <i><type> <value></i> 478 </font></font></font></b></td></tr></table> 479 <table width="90%" border="0" cellspacing="0" cellpadding="8"> <tr><td width="6%"><br></td><td>Disk, File, Map, Memory, Pixels, Width, Height or Threads resource limit</td></tr></table> 480 <table BORDER=0 WIDTH="94%"> 481 <tr> 482 <td width="3%"><br></td> 483 <td ALIGN=LEFT BGCOLOR="#FFFFFF"> 484 <img SRC="images/right_triangle_option.png" 485 ALT=">" BORDER=0 height=14 486 width=15><b><font face="Helvetica, Arial" 487 ><font color="#00B04F"><font size="+1"> 488 <a href="GraphicsMagick.html#details-log">-log</a> <i><string></i> 489 </font></font></font></b></td></tr></table> 490 <table width="90%" border="0" cellspacing="0" cellpadding="8"> <tr><td width="6%"><br></td><td>Specify format for debug log</td></tr></table> 491 <table BORDER=0 WIDTH="94%"> 492 <tr> 493 <td width="3%"><br></td> 494 <td ALIGN=LEFT BGCOLOR="#FFFFFF"> 495 <img SRC="images/right_triangle_option.png" 496 ALT=">" BORDER=0 height=14 497 width=15><b><font face="Helvetica, Arial" 498 ><font color="#00B04F"><font size="+1"> 499 <a href="GraphicsMagick.html#details-matte">-matte</a> 500 </font></font></font></b></td></tr></table> 501 <table width="90%" border="0" cellspacing="0" cellpadding="8"> <tr><td width="6%"><br></td><td>store matte channel if the image has one</td></tr></table> 502 <table BORDER=0 WIDTH="94%"> 503 <tr> 504 <td width="3%"><br></td> 505 <td ALIGN=LEFT BGCOLOR="#FFFFFF"> 506 <img SRC="images/right_triangle_option.png" 507 ALT=">" BORDER=0 height=14 508 width=15><b><font face="Helvetica, Arial" 509 ><font color="#00B04F"><font size="+1"> 510 -monitor 511 </font></font></font></b></td></tr></table> 512 <table width="90%" border="0" cellspacing="0" cellpadding="8"> <tr><td width="6%"><br></td><td>show progress indication</td></tr></table> 513 <table BORDER=0 WIDTH="94%"> 514 <tr> 515 <td width="3%"><br></td> 516 <td ALIGN=LEFT BGCOLOR="#FFFFFF"> 517 <img SRC="images/right_triangle_option.png" 518 ALT=">" BORDER=0 height=14 519 width=15><b><font face="Helvetica, Arial" 520 ><font color="#00B04F"><font size="+1"> 521 -monochrome 522 </font></font></font></b></td></tr></table> 523 <table width="90%" border="0" cellspacing="0" cellpadding="8"> <tr><td width="6%"><br></td><td>transform the image to black and white</td></tr></table> 524 <table BORDER=0 WIDTH="94%"> 525 <tr> 526 <td width="3%"><br></td> 527 <td ALIGN=LEFT BGCOLOR="#FFFFFF"> 528 <img SRC="images/right_triangle_option.png" 529 ALT=">" BORDER=0 height=14 530 width=15><b><font face="Helvetica, Arial" 531 ><font color="#00B04F"><font size="+1"> 532 <a href="GraphicsMagick.html#details-negate">-negate</a> 533 </font></font></font></b></td></tr></table> 534 <table width="90%" border="0" cellspacing="0" cellpadding="8"> <tr><td width="6%"><br></td><td>replace every pixel with its complementary color</td></tr></table> 535 <table BORDER=0 WIDTH="94%"> 536 <tr> 537 <td width="3%"><br></td> 538 <td ALIGN=LEFT BGCOLOR="#FFFFFF"> 539 <img SRC="images/right_triangle_option.png" 540 ALT=">" BORDER=0 height=14 541 width=15><b><font face="Helvetica, Arial" 542 ><font color="#00B04F"><font size="+1"> 543 <a href="GraphicsMagick.html#details-page">-page</a> <i><width>x<height></i>{<i>+-</i>}<i><x></i>{<i>+-</i>}<i><y></i>{<i>%</i>}<i></i>{<i>!</i>}<i></i>{<i><</i>}<i></i>{<i>></i>}<i></i> 544 </font></font></font></b></td></tr></table> 545 <table width="90%" border="0" cellspacing="0" cellpadding="8"> <tr><td width="6%"><br></td><td>size and location of an image canvas</td></tr></table> 546 <table BORDER=0 WIDTH="94%"> 547 <tr> 548 <td width="3%"><br></td> 549 <td ALIGN=LEFT BGCOLOR="#FFFFFF"> 550 <img SRC="images/right_triangle_option.png" 551 ALT=">" BORDER=0 height=14 552 width=15><b><font face="Helvetica, Arial" 553 ><font color="#00B04F"><font size="+1"> 554 <a href="GraphicsMagick.html#details-profile">-profile</a> <i><filename></i> 555 </font></font></font></b></td></tr></table> 556 <table width="90%" border="0" cellspacing="0" cellpadding="8"> <tr><td width="6%"><br></td><td>add ICM, IPTC, or generic profile to image</td></tr></table> 557 <table BORDER=0 WIDTH="94%"> 558 <tr> 559 <td width="3%"><br></td> 560 <td ALIGN=LEFT BGCOLOR="#FFFFFF"> 561 <img SRC="images/right_triangle_option.png" 562 ALT=">" BORDER=0 height=14 563 width=15><b><font face="Helvetica, Arial" 564 ><font color="#00B04F"><font size="+1"> 565 <a href="GraphicsMagick.html#details-quality">-quality</a> <i><value></i> 566 </font></font></font></b></td></tr></table> 567 <table width="90%" border="0" cellspacing="0" cellpadding="8"> <tr><td width="6%"><br></td><td>JPEG/MIFF/PNG/TIFF compression level</td></tr></table> 568 <table BORDER=0 WIDTH="94%"> 569 <tr> 570 <td width="3%"><br></td> 571 <td ALIGN=LEFT BGCOLOR="#FFFFFF"> 572 <img SRC="images/right_triangle_option.png" 573 ALT=">" BORDER=0 height=14 574 width=15><b><font face="Helvetica, Arial" 575 ><font color="#00B04F"><font size="+1"> 576 <a href="GraphicsMagick.html#details-recolor">-recolor</a> <i><matrix></i> 577 </font></font></font></b></td></tr></table> 578 <table width="90%" border="0" cellspacing="0" cellpadding="8"> <tr><td width="6%"><br></td><td>apply a color translation matrix to image channels</td></tr></table> 579 <table BORDER=0 WIDTH="94%"> 580 <tr> 581 <td width="3%"><br></td> 582 <td ALIGN=LEFT BGCOLOR="#FFFFFF"> 583 <img SRC="images/right_triangle_option.png" 584 ALT=">" BORDER=0 height=14 585 width=15><b><font face="Helvetica, Arial" 586 ><font color="#00B04F"><font size="+1"> 587 <a href="GraphicsMagick.html#details-red-primary">-red-primary</a> <i><x>,<y></i> 588 </font></font></font></b></td></tr></table> 589 <table width="90%" border="0" cellspacing="0" cellpadding="8"> <tr><td width="6%"><br></td><td>red chromaticity primary point</td></tr></table> 590 <table BORDER=0 WIDTH="94%"> 591 <tr> 592 <td width="3%"><br></td> 593 <td ALIGN=LEFT BGCOLOR="#FFFFFF"> 594 <img SRC="images/right_triangle_option.png" 595 ALT=">" BORDER=0 height=14 596 width=15><b><font face="Helvetica, Arial" 597 ><font color="#00B04F"><font size="+1"> 598 <a href="GraphicsMagick.html#details-render">-render</a> 599 </font></font></font></b></td></tr></table> 600 <table width="90%" border="0" cellspacing="0" cellpadding="8"> <tr><td width="6%"><br></td><td>render vector operations</td></tr></table> 601 <table BORDER=0 WIDTH="94%"> 602 <tr> 603 <td width="3%"><br></td> 604 <td ALIGN=LEFT BGCOLOR="#FFFFFF"> 605 <img SRC="images/right_triangle_option.png" 606 ALT=">" BORDER=0 height=14 607 width=15><b><font face="Helvetica, Arial" 608 ><font color="#00B04F"><font size="+1"> 609 <a href="GraphicsMagick.html#details-repage">-repage</a> <i> <width>x<height>+xoff+yoff[!]</i> 610 </font></font></font></b></td></tr></table> 611 <table width="90%" border="0" cellspacing="0" cellpadding="8"> <tr><td width="6%"><br></td><td>Adjust image page offsets</td></tr></table> 612 <table BORDER=0 WIDTH="94%"> 613 <tr> 614 <td width="3%"><br></td> 615 <td ALIGN=LEFT BGCOLOR="#FFFFFF"> 616 <img SRC="images/right_triangle_option.png" 617 ALT=">" BORDER=0 height=14 618 width=15><b><font face="Helvetica, Arial" 619 ><font color="#00B04F"><font size="+1"> 620 <a href="GraphicsMagick.html#details-resize">-resize</a> <i><width>x<height></i>{<i>%</i>}<i></i>{<i>@</i>}<i></i>{<i>!</i>}<i></i>{<i><</i>}<i></i>{<i>></i>}<i></i> 621 </font></font></font></b></td></tr></table> 622 <table width="90%" border="0" cellspacing="0" cellpadding="8"> <tr><td width="6%"><br></td><td>resize an image</td></tr></table> 623 <table BORDER=0 WIDTH="94%"> 624 <tr> 625 <td width="3%"><br></td> 626 <td ALIGN=LEFT BGCOLOR="#FFFFFF"> 627 <img SRC="images/right_triangle_option.png" 628 ALT=">" BORDER=0 height=14 629 width=15><b><font face="Helvetica, Arial" 630 ><font color="#00B04F"><font size="+1"> 631 <a href="GraphicsMagick.html#details-rotate">-rotate</a> <i><degrees></i>{<i><</i>}<i></i>{<i>></i>}<i></i> 632 </font></font></font></b></td></tr></table> 633 <table width="90%" border="0" cellspacing="0" cellpadding="8"> <tr><td width="6%"><br></td><td>rotate the image</td></tr></table> 634 <table BORDER=0 WIDTH="94%"> 635 <tr> 636 <td width="3%"><br></td> 637 <td ALIGN=LEFT BGCOLOR="#FFFFFF"> 638 <img SRC="images/right_triangle_option.png" 639 ALT=">" BORDER=0 height=14 640 width=15><b><font face="Helvetica, Arial" 641 ><font color="#00B04F"><font size="+1"> 642 <a href="GraphicsMagick.html#details-sampling-factor">-sampling-factor</a> <i><horizontal_factor>x<vertical_factor></i> 643 </font></font></font></b></td></tr></table> 644 <table width="90%" border="0" cellspacing="0" cellpadding="8"> <tr><td width="6%"><br></td><td>chroma subsampling factors</td></tr></table> 645 <table BORDER=0 WIDTH="94%"> 646 <tr> 647 <td width="3%"><br></td> 648 <td ALIGN=LEFT BGCOLOR="#FFFFFF"> 649 <img SRC="images/right_triangle_option.png" 650 ALT=">" BORDER=0 height=14 651 width=15><b><font face="Helvetica, Arial" 652 ><font color="#00B04F"><font size="+1"> 653 <a href="GraphicsMagick.html#details-scene">-scene</a> <i><value></i> 654 </font></font></font></b></td></tr></table> 655 <table width="90%" border="0" cellspacing="0" cellpadding="8"> <tr><td width="6%"><br></td><td>set scene number</td></tr></table> 656 <table BORDER=0 WIDTH="94%"> 657 <tr> 658 <td width="3%"><br></td> 659 <td ALIGN=LEFT BGCOLOR="#FFFFFF"> 660 <img SRC="images/right_triangle_option.png" 661 ALT=">" BORDER=0 height=14 662 width=15><b><font face="Helvetica, Arial" 663 ><font color="#00B04F"><font size="+1"> 664 <a href="GraphicsMagick.html#details-set">-set</a> <i><attribute> <value></i> 665 </font></font></font></b></td></tr></table> 666 <table width="90%" border="0" cellspacing="0" cellpadding="8"> <tr><td width="6%"><br></td><td>set an image attribute</td></tr></table> 667 <table BORDER=0 WIDTH="94%"> 668 <tr> 669 <td width="3%"><br></td> 670 <td ALIGN=LEFT BGCOLOR="#FFFFFF"> 671 <img SRC="images/right_triangle_option.png" 672 ALT=">" BORDER=0 height=14 673 width=15><b><font face="Helvetica, Arial" 674 ><font color="#00B04F"><font size="+1"> 675 <a href="GraphicsMagick.html#details+set">+set</a> <i><attribute></i> 676 </font></font></font></b></td></tr></table> 677 <table width="90%" border="0" cellspacing="0" cellpadding="8"> <tr><td width="6%"><br></td><td>unset an image attribute</td></tr></table> 678 <table BORDER=0 WIDTH="94%"> 679 <tr> 680 <td width="3%"><br></td> 681 <td ALIGN=LEFT BGCOLOR="#FFFFFF"> 682 <img SRC="images/right_triangle_option.png" 683 ALT=">" BORDER=0 height=14 684 width=15><b><font face="Helvetica, Arial" 685 ><font color="#00B04F"><font size="+1"> 686 <a href="GraphicsMagick.html#details-sharpen">-sharpen</a> <i><radius></i>{<i>x<sigma></i>}<i></i> 687 </font></font></font></b></td></tr></table> 688 <table width="90%" border="0" cellspacing="0" cellpadding="8"> <tr><td width="6%"><br></td><td>sharpen the image</td></tr></table> 689 <table BORDER=0 WIDTH="94%"> 690 <tr> 691 <td width="3%"><br></td> 692 <td ALIGN=LEFT BGCOLOR="#FFFFFF"> 693 <img SRC="images/right_triangle_option.png" 694 ALT=">" BORDER=0 height=14 695 width=15><b><font face="Helvetica, Arial" 696 ><font color="#00B04F"><font size="+1"> 697 <a href="GraphicsMagick.html#details-size">-size</a> <i><width>x<height></i>{<i>+offset</i>}<i></i> 698 </font></font></font></b></td></tr></table> 699 <table width="90%" border="0" cellspacing="0" cellpadding="8"> <tr><td width="6%"><br></td><td>width and height of the image</td></tr></table> 700 <table BORDER=0 WIDTH="94%"> 701 <tr> 702 <td width="3%"><br></td> 703 <td ALIGN=LEFT BGCOLOR="#FFFFFF"> 704 <img SRC="images/right_triangle_option.png" 705 ALT=">" BORDER=0 height=14 706 width=15><b><font face="Helvetica, Arial" 707 ><font color="#00B04F"><font size="+1"> 708 <a href="GraphicsMagick.html#details-stegano">-stegano</a> <i><offset></i> 709 </font></font></font></b></td></tr></table> 710 <table width="90%" border="0" cellspacing="0" cellpadding="8"> <tr><td width="6%"><br></td><td>hide watermark within an image</td></tr></table> 711 <table BORDER=0 WIDTH="94%"> 712 <tr> 713 <td width="3%"><br></td> 714 <td ALIGN=LEFT BGCOLOR="#FFFFFF"> 715 <img SRC="images/right_triangle_option.png" 716 ALT=">" BORDER=0 height=14 717 width=15><b><font face="Helvetica, Arial" 718 ><font color="#00B04F"><font size="+1"> 719 <a href="GraphicsMagick.html#details-stereo">-stereo</a> 720 </font></font></font></b></td></tr></table> 721 <table width="90%" border="0" cellspacing="0" cellpadding="8"> <tr><td width="6%"><br></td><td>composite two images to create a stereo anaglyph</td></tr></table> 722 <table BORDER=0 WIDTH="94%"> 723 <tr> 724 <td width="3%"><br></td> 725 <td ALIGN=LEFT BGCOLOR="#FFFFFF"> 726 <img SRC="images/right_triangle_option.png" 727 ALT=">" BORDER=0 height=14 728 width=15><b><font face="Helvetica, Arial" 729 ><font color="#00B04F"><font size="+1"> 730 <a href="GraphicsMagick.html#details-strip">-strip</a> 731 </font></font></font></b></td></tr></table> 732 <table width="90%" border="0" cellspacing="0" cellpadding="8"> <tr><td width="6%"><br></td><td>remove all profiles and text attributes from the image</td></tr></table> 733 <table BORDER=0 WIDTH="94%"> 734 <tr> 735 <td width="3%"><br></td> 736 <td ALIGN=LEFT BGCOLOR="#FFFFFF"> 737 <img SRC="images/right_triangle_option.png" 738 ALT=">" BORDER=0 height=14 739 width=15><b><font face="Helvetica, Arial" 740 ><font color="#00B04F"><font size="+1"> 741 <a href="GraphicsMagick.html#details-thumbnail">-thumbnail</a> <i><width>x<height></i>{<i>%</i>}<i></i>{<i>@</i>}<i></i>{<i>!</i>}<i></i>{<i><</i>}<i></i>{<i>></i>}<i></i> 742 </font></font></font></b></td></tr></table> 743 <table width="90%" border="0" cellspacing="0" cellpadding="8"> <tr><td width="6%"><br></td><td>resize an image (quickly)</td></tr></table> 744 <table BORDER=0 WIDTH="94%"> 745 <tr> 746 <td width="3%"><br></td> 747 <td ALIGN=LEFT BGCOLOR="#FFFFFF"> 748 <img SRC="images/right_triangle_option.png" 749 ALT=">" BORDER=0 height=14 750 width=15><b><font face="Helvetica, Arial" 751 ><font color="#00B04F"><font size="+1"> 752 <a href="GraphicsMagick.html#details-treedepth">-treedepth</a> <i><value></i> 753 </font></font></font></b></td></tr></table> 754 <table width="90%" border="0" cellspacing="0" cellpadding="8"> <tr><td width="6%"><br></td><td>tree depth for the color reduction algorithm</td></tr></table> 755 <table BORDER=0 WIDTH="94%"> 756 <tr> 757 <td width="3%"><br></td> 758 <td ALIGN=LEFT BGCOLOR="#FFFFFF"> 759 <img SRC="images/right_triangle_option.png" 760 ALT=">" BORDER=0 height=14 761 width=15><b><font face="Helvetica, Arial" 762 ><font color="#00B04F"><font size="+1"> 763 <a href="GraphicsMagick.html#details-trim">-trim</a> 764 </font></font></font></b></td></tr></table> 765 <table width="90%" border="0" cellspacing="0" cellpadding="8"> <tr><td width="6%"><br></td><td>trim an image</td></tr></table> 766 <table BORDER=0 WIDTH="94%"> 767 <tr> 768 <td width="3%"><br></td> 769 <td ALIGN=LEFT BGCOLOR="#FFFFFF"> 770 <img SRC="images/right_triangle_option.png" 771 ALT=">" BORDER=0 height=14 772 width=15><b><font face="Helvetica, Arial" 773 ><font color="#00B04F"><font size="+1"> 774 <a href="GraphicsMagick.html#details-type">-type</a> <i><type></i> 775 </font></font></font></b></td></tr></table> 776 <table width="90%" border="0" cellspacing="0" cellpadding="8"> <tr><td width="6%"><br></td><td>the image type</td></tr></table> 777 <table BORDER=0 WIDTH="94%"> 778 <tr> 779 <td width="3%"><br></td> 780 <td ALIGN=LEFT BGCOLOR="#FFFFFF"> 781 <img SRC="images/right_triangle_option.png" 782 ALT=">" BORDER=0 height=14 783 width=15><b><font face="Helvetica, Arial" 784 ><font color="#00B04F"><font size="+1"> 785 <a href="GraphicsMagick.html#details-units">-units</a> <i><type></i> 786 </font></font></font></b></td></tr></table> 787 <table width="90%" border="0" cellspacing="0" cellpadding="8"> <tr><td width="6%"><br></td><td>the units of image resolution</td></tr></table> 788 <table BORDER=0 WIDTH="94%"> 789 <tr> 790 <td width="3%"><br></td> 791 <td ALIGN=LEFT BGCOLOR="#FFFFFF"> 792 <img SRC="images/right_triangle_option.png" 793 ALT=">" BORDER=0 height=14 794 width=15><b><font face="Helvetica, Arial" 795 ><font color="#00B04F"><font size="+1"> 796 <a href="GraphicsMagick.html#details-unsharp">-unsharp</a> <i><radius></i>{<i>x<sigma></i>}<i></i>{<i>+<amount></i>}<i></i>{<i>+<threshold></i>}<i></i> 797 </font></font></font></b></td></tr></table> 798 <table width="90%" border="0" cellspacing="0" cellpadding="8"> <tr><td width="6%"><br></td><td>sharpen the image with an unsharp mask operator</td></tr></table> 799 <table BORDER=0 WIDTH="94%"> 800 <tr> 801 <td width="3%"><br></td> 802 <td ALIGN=LEFT BGCOLOR="#FFFFFF"> 803 <img SRC="images/right_triangle_option.png" 804 ALT=">" BORDER=0 height=14 805 width=15><b><font face="Helvetica, Arial" 806 ><font color="#00B04F"><font size="+1"> 807 <a href="GraphicsMagick.html#details-verbose">-verbose</a> 808 </font></font></font></b></td></tr></table> 809 <table width="90%" border="0" cellspacing="0" cellpadding="8"> <tr><td width="6%"><br></td><td>print detailed information about the image</td></tr></table> 810 <table BORDER=0 WIDTH="94%"> 811 <tr> 812 <td width="3%"><br></td> 813 <td ALIGN=LEFT BGCOLOR="#FFFFFF"> 814 <img SRC="images/right_triangle_option.png" 815 ALT=">" BORDER=0 height=14 816 width=15><b><font face="Helvetica, Arial" 817 ><font color="#00B04F"><font size="+1"> 818 <a href="GraphicsMagick.html#details-version">-version</a> 819 </font></font></font></b></td></tr></table> 820 <table width="90%" border="0" cellspacing="0" cellpadding="8"> <tr><td width="6%"><br></td><td>print GraphicsMagick version string</td></tr></table> 821 <table BORDER=0 WIDTH="94%"> 822 <tr> 823 <td width="3%"><br></td> 824 <td ALIGN=LEFT BGCOLOR="#FFFFFF"> 825 <img SRC="images/right_triangle_option.png" 826 ALT=">" BORDER=0 height=14 827 width=15><b><font face="Helvetica, Arial" 828 ><font color="#00B04F"><font size="+1"> 829 -watermark <i><brightness>x<saturation></i> 830 </font></font></font></b></td></tr></table> 831 <table width="90%" border="0" cellspacing="0" cellpadding="8"> <tr><td width="6%"><br></td><td>percent brightness and saturation of a watermark</td></tr></table> 832 <table BORDER=0 WIDTH="94%"> 833 <tr> 834 <td width="3%"><br></td> 835 <td ALIGN=LEFT BGCOLOR="#FFFFFF"> 836 <img SRC="images/right_triangle_option.png" 837 ALT=">" BORDER=0 height=14 838 width=15><b><font face="Helvetica, Arial" 839 ><font color="#00B04F"><font size="+1"> 840 <a href="GraphicsMagick.html#details-white-point">-white-point</a> <i><x>,<y></i> 841 </font></font></font></b></td></tr></table> 842 <table width="90%" border="0" cellspacing="0" cellpadding="8"> <tr><td width="6%"><br></td><td>chromaticity white point</td></tr></table> 843 <table BORDER=0 WIDTH="94%"> 844 <tr> 845 <td width="3%"><br></td> 846 <td ALIGN=LEFT BGCOLOR="#FFFFFF"> 847 <img SRC="images/right_triangle_option.png" 848 ALT=">" BORDER=0 height=14 849 width=15><b><font face="Helvetica, Arial" 850 ><font color="#00B04F"><font size="+1"> 851 <a href="GraphicsMagick.html#details-write">-write</a> <i><filename></i> 852 </font></font></font></b></td></tr></table> 853 <table width="90%" border="0" cellspacing="0" cellpadding="8"> <tr><td width="6%"><br></td><td>write an intermediate image [<em>convert, composite</em>]</td></tr></table> 854 <p> 855 For a more detailed description of each option, see 856 Options, above. 857 <a href="GraphicsMagick.html"><em>GraphicsMagick(1)</em></a>. 858 <br> <br> 859 </td></tr></table> 860 <p> 861 <i><a href="#top">Back to Contents</a></i> 862 </p>