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 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<style type="text/css"><!--
@import url("../../www/magick.css");
//--></style>
<title>ImageMagick: MagickWand, C API for ImageMagick: Magick Wand Attribute Methods</title>
<meta http-equiv="Content-Language" content="en-US" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="Reply-to" content="magick-users@imagemagick.org" />
<meta name="Generator" content="PHP" />
<meta name="Keywords" content="magickwc, api, for, imagemagick:, magick, wattribute, methods, ImageMagick, PerlMagick, Magick++, Image, Magick" />
<meta name="Description" content="ImageMagick (TM) is a free software suite to create, edit and compose bitmap images. It can read, convert and write images in a large variety of formats. Images can be cropped, colors can be changed, various effects can be applied, images can be rotated and combined, and text, lines, polygons, ellipses and Bézier curves can be added to images and stretched and rotated. ImageMagick is free software: it is delivered with full source code and can be freely used, copied, modified and distributed. Its license is compatible with the GPL. It runs on all major operating systems. Most of the functionality of ImageMagick can be used interactively from the command line; more often, however, the features are used from programs written in the programming languages Perl, C, C++, Python, PHP, Ruby or Java, for which ready-made ImageMagick interfaces (PerlMagick, Magick++, PythonMagick, MagickWand for PHP, RubyMagick, and JMagick) are available. This makes it possible to modify or create images automatically and dynamically. ImageMagick supports many image formats (over 90 major formats) including popular formats like TIFF, JPEG, PNG, PDF, PhotoCD, and GIF." />
<meta name="Rating" content="GENERAL" />
<meta name="Robots" content="ALL" />
<meta name="Generator" content="ImageMagick Studio LLC" />
<meta name="Author" content="ImageMagick Studio LLC" />
<meta name="Revisit-after" content="2 DAYS" />
<meta name="Resource-type" content="document" />
<meta name="Copyright" content="Copyright (c) 1999-2005 ImageMagick Studio LLC" />
<meta name="Distribution" content="Global" />
<link rel="shortcut icon" href="/../images/wand.ico" type="image/x-icon" />
</head>
<body id="www-imagemagick-org">
<table width="100%" id="titlebar" bgcolor="#f5f5f5" cellpadding="0" cellspacing="0" border="0" summary="ImageMagick">
<tbody>
<tr valign="top">
<td align="left"><a href="../../index.html"><img id="titlebar-west" src="../../images/script.png" alt="[ImageMagick]" width="202" height="118" border="0" name="titlebar-west" /></a></td>
<td width="35%"><br /></td>
<td align="left"><a href="http://www.imagemagick.org/" target="806776362"><img id="titlebar-west" src="../../images/sponsor.jpg" alt="[sponsor]" border="0" vspace="28" name="titlebar-west" /></a></td>
<td width="65%"><br /></td>
<td bgcolor="white" align="right"><a href="../../index.html"><img src="../../images/sprite.jpg" alt="" width="114" height="118" border="0" name="titlebar-east" /></a></td>
<td bgcolor="white" align="right"><a href="../../index.html"><img id="titlebar-east" src="../../images/logo.jpg" alt="" width="114" height="118" border="0" name="titlebar-east" /></a></td>
</tr>
</tbody>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0" summary="">
<tbody>
<tr valign="top" style="height: 100%;">
<td id="menu" width="1%" height="100%">
<p><a href="#main">Skip to page contents</a></p>
<span>[</span>
<a href="../../index.html">About ImageMagick</a>
<a href="../../www/command-line-tools.html">Command-line Tools</a>
<a href="../../www/api.html">Program Interfaces</a>
<span>]</span><br /><span>[</span>
<a href="../../www/install-source.html">Install from Source</a>
<a href="../../www/binary-releases.html">Binary Releases</a>
<a href="../../www/resources.html">Resources</a>
<span>]</span><br /><span>[</span>
<a href="../../www/download.html">Download</a>
<span>]</span><br /><span>[</span>
<a href="../../www/links.html">Links</a>
<span>]</span><br /><br /><span>[</span>
<a href="../../www/sponsors.html">Sponsors</a>
<a href="http://www.thebest3d.com/dogwaffle" class="sponsor" target="sponsor">Project Dogwaffle digital<br /> image paint and<br />animation software</a><!-- 20050520 -->
<span>]</span>
</td>
<td id="main" valign="top">
<p class="navigation-index">[ <a href="#MagickGetCompression">MagickGetCompression</a> | <a href="#MagickGetCompression">MagickGetCompression</a> | <a href="#MagickGetCopyright">MagickGetCopyright</a> | <a href="#MagickGetException">MagickGetException</a> | <a href="#MagickGetFilename">MagickGetFilename</a> | <a href="#MagickGetFormat">MagickGetFormat</a> | <a href="#MagickGetHomeURL">MagickGetHomeURL</a> | <a href="#MagickGetInterlaceScheme">MagickGetInterlaceScheme</a> | <a href="#MagickGetOption">MagickGetOption</a> | <a href="#MagickGetName">MagickGetName</a> | <a href="#MagickGetPage">MagickGetPage</a> | <a href="#MagickGetQuantumDepth">MagickGetQuantumDepth</a> | <a href="#MagickGetQuantumRange">MagickGetQuantumRange</a> | <a href="#MagickGetReleaseDate">MagickGetReleaseDate</a> | <a href="#MagickGetResourceLimit">MagickGetResourceLimit</a> | <a href="#MagickGetResourceLimit">MagickGetResourceLimit</a> | <a href="#MagickGetSamplingFactors">MagickGetSamplingFactors</a> | <a href="#MagickGetSize">MagickGetSize</a> | <a href="#MagickGetVersion">MagickGetVersion</a> | <a href="#MagickSetBackgroundColor">MagickSetBackgroundColor</a> | <a href="#MagickSetCompression">MagickSetCompression</a> | <a href="#MagickSetCompressionQuality">MagickSetCompressionQuality</a> | <a href="#MagickSetFilename">MagickSetFilename</a> | <a href="#MagickSetFormat">MagickSetFormat</a> | <a href="#MagickSetInterlaceScheme">MagickSetInterlaceScheme</a> | <a href="#MagickSetOption">MagickSetOption</a> | <a href="#MagickSetPageSize">MagickSetPageSize</a> | <a href="#MagickSetPassphrase">MagickSetPassphrase</a> | <a href="#MagickSetProgressMonitor">MagickSetProgressMonitor</a> | <a href="#MagickSetResourceLimit">MagickSetResourceLimit</a> | <a href="#MagickSetResolution">MagickSetResolution</a> | <a href="#MagickSetSamplingFactors">MagickSetSamplingFactors</a> | <a href="#MagickSetSize">MagickSetSize</a> | <a href="#MagickSetType">MagickSetType</a> ]</p>
<div style="margin: auto;">
<h2><a name="MagickGetCompression">MagickGetCompression</a></h2>
</div>
<p>MagickGetCompression() gets the wand compression.</p>
<p>The format of the MagickGetCompression method is:</p>
<pre class="code">
CompressionType MagickGetCompression(MagickWand *wand)
</pre>
<p>A description of each parameter follows:</p>
<h4>wand</h4>
<p>The magick wand.</p>
<div style="margin: auto;">
<h2><a name="MagickGetCompression">MagickGetCompression</a></h2>
</div>
<p>MagickGetCompression() gets the wand compression quality.</p>
<p>The format of the MagickGetCompression method is:</p>
<pre class="code">
unsigned long MagickGetCompression(MagickWand *wand)
</pre>
<p>A description of each parameter follows:</p>
<h4>wand</h4>
<p>The magick wand.</p>
<div style="margin: auto;">
<h2><a name="MagickGetCopyright">MagickGetCopyright</a></h2>
</div>
<p>MagickGetCopyright() returns the ImageMagick API copyright as a string constant.</p>
<p>The format of the MagickGetCopyright method is:</p>
<pre class="code">
const char *MagickGetCopyright(void)
</pre>
<div style="margin: auto;">
<h2><a name="MagickGetException">MagickGetException</a></h2>
</div>
<p>MagickGetException() returns the severity, reason, and description of any error that occurs when using other methods in this API.</p>
<p>The format of the MagickGetException method is:</p>
<pre class="code">
char *MagickGetException(MagickWand *wand,ExceptionType *severity)
</pre>
<p>A description of each parameter follows:</p>
<h4>wand</h4>
<p>The magick wand.</p>
<h4>severity</h4>
<p>The severity of the error is returned here.</p>
<div style="margin: auto;">
<h2><a name="MagickGetFilename">MagickGetFilename</a></h2>
</div>
<p>MagickGetFilename() returns the filename associated with an image sequence.</p>
<p>The format of the MagickGetFilename method is:</p>
<pre class="code">
const char *MagickGetFilename(const MagickWand *wand)
</pre>
<p>A description of each parameter follows:</p>
<h4>wand</h4>
<p>The magick wand.</p>
<div style="margin: auto;">
<h2><a name="MagickGetFormat">MagickGetFormat</a></h2>
</div>
<p>MagickGetFormat() returns the format of the magick wand.</p>
<p>The format of the MagickGetFormat method is:</p>
<pre class="code">
const char MagickGetFormat(MagickWand *wand)
</pre>
<p>A description of each parameter follows:</p>
<h4>wand</h4>
<p>The magick wand.</p>
<div style="margin: auto;">
<h2><a name="MagickGetHomeURL">MagickGetHomeURL</a></h2>
</div>
<p>MagickGetHomeURL() returns the ImageMagick home URL.</p>
<p>The format of the MagickGetHomeURL method is:</p>
<pre class="code">
char *MagickGetHomeURL(void)
</pre>
<div style="margin: auto;">
<h2><a name="MagickGetInterlaceScheme">MagickGetInterlaceScheme</a></h2>
</div>
<p>MagickGetInterlaceScheme() gets the wand interlace scheme.</p>
<p>The format of the MagickGetInterlaceScheme method is:</p>
<pre class="code">
InterlaceType MagickGetInterlaceScheme(MagickWand *wand)
</pre>
<p>A description of each parameter follows:</p>
<h4>wand</h4>
<p>The magick wand.</p>
<div style="margin: auto;">
<h2><a name="MagickGetOption">MagickGetOption</a></h2>
</div>
<p>MagickGetOption() returns a value associated with a wand and the specified key. Use MagickRelinquishMemory() to free the value when you are finished with it.</p>
<p>The format of the MagickGetOption method is:</p>
<pre class="code">
char *MagickGetOption(MagickWand *wand,const char *key)
</pre>
<p>A description of each parameter follows:</p>
<h4>wand</h4>
<p>The magick wand.</p>
<h4>key</h4>
<p>The key.</p>
<div style="margin: auto;">
<h2><a name="MagickGetName">MagickGetName</a></h2>
</div>
<p>MagickGetName() returns the ImageMagick package name as a string constant.</p>
<p>The format of the MagickGetName method is:</p>
<pre class="code">
const char *MagickGetName(void)
</pre>
<div style="margin: auto;">
<h2><a name="MagickGetPage">MagickGetPage</a></h2>
</div>
<p>MagickGetPage() returns the page geometry associated with the magick wand.</p>
<p>The format of the MagickGetPage method is:</p>
<pre class="code">
MagickBooleanType MagickGetPage(MagickWand *wand,unsigned long *width,
unsigned long *height,long *x,long *y)
</pre>
<p>A description of each parameter follows:</p>
<h4>wand</h4>
<p>The magick wand.</p>
<h4>width</h4>
<p>The page width.</p>
<h4>height</h4>
<p>page height.</p>
<h4>x</h4>
<p>The page x-offset.</p>
<h4>y</h4>
<p>The page y-offset.</p>
<div style="margin: auto;">
<h2><a name="MagickGetQuantumDepth">MagickGetQuantumDepth</a></h2>
</div>
<p>MagickGetQuantumDepth() returns the ImageMagick quantum depth as a string constant.</p>
<p>The format of the MagickGetQuantumDepth method is:</p>
<pre class="code">
const char *MagickGetQuantumDepth(unsigned long *depth)
</pre>
<p>A description of each parameter follows:</p>
<h4>depth</h4>
<p>The quantum depth is returned as a number.</p>
<div style="margin: auto;">
<h2><a name="MagickGetQuantumRange">MagickGetQuantumRange</a></h2>
</div>
<p>MagickGetQuantumRange() returns the ImageMagick quantum range as a string constant.</p>
<p>The format of the MagickGetQuantumRange method is:</p>
<pre class="code">
const char *MagickGetQuantumRange(unsigned long *range)
</pre>
<p>A description of each parameter follows:</p>
<h4>range</h4>
<p>The quantum range is returned as a number.</p>
<div style="margin: auto;">
<h2><a name="MagickGetReleaseDate">MagickGetReleaseDate</a></h2>
</div>
<p>MagickGetReleaseDate() returns the ImageMagick release date as a string constant.</p>
<p>The format of the MagickGetReleaseDate method is:</p>
<pre class="code">
const char *MagickGetReleaseDate(void)
</pre>
<div style="margin: auto;">
<h2><a name="MagickGetResourceLimit">MagickGetResourceLimit</a></h2>
</div>
<p>MagickGetResourceLimit() returns the specified resource in megabytes.</p>
<p>The format of the MagickGetResource method is:</p>
<pre class="code">
unsigned long MagickGetResource(const ResourceType type)
</pre>
<p>A description of each parameter follows:</p>
<h4>wand</h4>
<p>The magick wand.</p>
<div style="margin: auto;">
<h2><a name="MagickGetResourceLimit">MagickGetResourceLimit</a></h2>
</div>
<p>MagickGetResourceLimit() returns the specified resource limit in megabytes.</p>
<p>The format of the MagickGetResourceLimit method is:</p>
<pre class="code">
unsigned long MagickGetResourceLimit(const ResourceType type)
</pre>
<p>A description of each parameter follows:</p>
<h4>wand</h4>
<p>The magick wand.</p>
<div style="margin: auto;">
<h2><a name="MagickGetSamplingFactors">MagickGetSamplingFactors</a></h2>
</div>
<p>MagickGetSamplingFactors() gets the horizontal and vertical sampling factor.</p>
<p>The format of the MagickGetSamplingFactors method is:</p>
<pre class="code">
double *MagickGetSamplingFactor(MagickWand *wand,
unsigned long *number_factors)
</pre>
<p>A description of each parameter follows:</p>
<h4>wand</h4>
<p>The magick wand.</p>
<h4>number_factors</h4>
<p>The number of factors in the returned array.</p>
<div style="margin: auto;">
<h2><a name="MagickGetSize">MagickGetSize</a></h2>
</div>
<p>MagickGetSize() returns the size associated with the magick wand.</p>
<p>The format of the MagickGetSize method is:</p>
<pre class="code">
MagickBooleanType MagickGetSize(const MagickWand *wand,
unsigned long *columns,unsigned long *rows)
</pre>
<p>A description of each parameter follows:</p>
<h4>wand</h4>
<p>The magick wand.</p>
<h4>columns</h4>
<p>The width in pixels.</p>
<h4>height</h4>
<p>The height in pixels.</p>
<div style="margin: auto;">
<h2><a name="MagickGetVersion">MagickGetVersion</a></h2>
</div>
<p>MagickGetVersion() returns the ImageMagick API version as a string constant and as a number.</p>
<p>The format of the MagickGetVersion method is:</p>
<pre class="code">
const char *MagickGetVersion(unsigned long *version)
</pre>
<p>A description of each parameter follows:</p>
<h4>version</h4>
<p>The ImageMagick version is returned as a number.</p>
<div style="margin: auto;">
<h2><a name="MagickSetBackgroundColor">MagickSetBackgroundColor</a></h2>
</div>
<p>MagickSetBackgroundColor() sets the wand background color.</p>
<p>The format of the MagickSetBackgroundColor method is:</p>
<pre class="code">
MagickBooleanType MagickSetBackgroundColor(MagickWand *wand,
const PixelWand *background)
</pre>
<p>A description of each parameter follows:</p>
<h4>wand</h4>
<p>The magick wand.</p>
<h4>background</h4>
<p>The background pixel wand.</p>
<div style="margin: auto;">
<h2><a name="MagickSetCompression">MagickSetCompression</a></h2>
</div>
<p>MagickSetCompression() sets the wand compression type.</p>
<p>The format of the MagickSetCompression method is:</p>
<pre class="code">
MagickBooleanType MagickSetCompression(MagickWand *wand,
const CompressionType compression)
</pre>
<p>A description of each parameter follows:</p>
<h4>wand</h4>
<p>The magick wand.</p>
<h4>compression</h4>
<p>The wand compression.</p>
<div style="margin: auto;">
<h2><a name="MagickSetCompressionQuality">MagickSetCompressionQuality</a></h2>
</div>
<p>MagickSetCompressionQuality() sets the wand compression quality.</p>
<p>The format of the MagickSetCompressionQuality method is:</p>
<pre class="code">
MagickBooleanType MagickSetCompressionQuality(MagickWand *wand,
const unsigned long quality)
</pre>
<p>A description of each parameter follows:</p>
<h4>wand</h4>
<p>The magick wand.</p>
<h4>quality</h4>
<p>The wand compression quality.</p>
<div style="margin: auto;">
<h2><a name="MagickSetFilename">MagickSetFilename</a></h2>
</div>
<p>MagickSetFilename() sets the filename before you read or write an image file.</p>
<p>The format of the MagickSetFilename method is:</p>
<pre class="code">
MagickBooleanType MagickSetFilename(MagickWand *wand,
const char *filename)
</pre>
<p>A description of each parameter follows:</p>
<h4>wand</h4>
<p>The magick wand.</p>
<h4>filename</h4>
<p>The image filename.</p>
<div style="margin: auto;">
<h2><a name="MagickSetFormat">MagickSetFormat</a></h2>
</div>
<p>MagickSetFormat() sets the format of the magick wand.</p>
<p>The format of the MagickSetFormat method is:</p>
<pre class="code">
MagickBooleanType MagickSetFormat(MagickWand *wand,const char *format)
</pre>
<p>A description of each parameter follows:</p>
<h4>wand</h4>
<p>The magick wand.</p>
<h4>format</h4>
<p>The image format.</p>
<div style="margin: auto;">
<h2><a name="MagickSetInterlaceScheme">MagickSetInterlaceScheme</a></h2>
</div>
<p>MagickSetInterlaceScheme() sets the image compression.</p>
<p>The format of the MagickSetInterlaceScheme method is:</p>
<pre class="code">
MagickBooleanType MagickSetInterlaceScheme(MagickWand *wand,
const InterlaceType interlace_scheme)
</pre>
<p>A description of each parameter follows:</p>
<h4>wand</h4>
<p>The magick wand.</p>
<h4>interlace_scheme</h4>
<p>The image interlace scheme: NoInterlace, LineInterlace, PlaneInterlace, PartitionInterlace.</p>
<div style="margin: auto;">
<h2><a name="MagickSetOption">MagickSetOption</a></h2>
</div>
<p>MagickSetOption() associates one or options with the wand (.e.g MagickSetOption(wand,"jpeg:perserve","yes")).</p>
<p>The format of the MagickSetOption method is:</p>
<pre class="code">
MagickBooleanType MagickSetOption(MagickWand *wand,const char *key,
const char *value)
</pre>
<p>A description of each parameter follows:</p>
<h4>wand</h4>
<p>The magick wand.</p>
<h4>key</h4>
<p>The key.</p>
<h4>value</h4>
<p>The value.</p>
<div style="margin: auto;">
<h2><a name="MagickSetPageSize">MagickSetPageSize</a></h2>
</div>
<p>MagickSetPageSize() sets the page geometry of the magick wand.</p>
<p>The format of the MagickSetPage method is:</p>
<pre class="code">
MagickBooleanType MagickSetPage(MagickWand *wand,
const unsigned long width,const unsigned long height,const long x,
const long y)
</pre>
<p>A description of each parameter follows:</p>
<h4>wand</h4>
<p>The magick wand.</p>
<h4>width</h4>
<p>The page width.</p>
<h4>height</h4>
<p>The page height.</p>
<h4>x</h4>
<p>The page x-offset.</p>
<h4>y</h4>
<p>The page y-offset.</p>
<div style="margin: auto;">
<h2><a name="MagickSetPassphrase">MagickSetPassphrase</a></h2>
</div>
<p>MagickSetPassphrase() sets the passphrase.</p>
<p>The format of the MagickSetPassphrase method is:</p>
<pre class="code">
MagickBooleanType MagickSetPassphrase(MagickWand *wand,
const char *passphrase)
</pre>
<p>A description of each parameter follows:</p>
<h4>wand</h4>
<p>The magick wand.</p>
<h4>passphrase</h4>
<p>The passphrase.</p>
<div style="margin: auto;">
<h2><a name="MagickSetProgressMonitor">MagickSetProgressMonitor</a></h2>
</div>
<p>MagickSetProgressMonitor() sets the wand progress monitor to the specified method and returns the previous progress monitor if any. The progress monitor method looks like this:</p>
<pre class="text">
MagickBooleanType MagickProgressMonitor(const char *text,
const MagickOffsetType offset,const MagickSizeType span,
void *client_data)
</pre>
<p>If the progress monitor returns MagickFalse, the current operation is interrupted.</p>
<p>The format of the MagickSetProgressMonitor method is:</p>
<pre class="code">
MagickProgressMonitor MagickSetProgressMonitor(MagickWand *wand
const MagickProgressMonitor progress_monitor,void *client_data)
</pre>
<p>A description of each parameter follows:</p>
<h4>wand</h4>
<p>The magick wand.</p>
<h4>progress_monitor</h4>
<p>Specifies a pointer to a method to monitor progress of an image operation.</p>
<h4>client_data</h4>
<p>Specifies a pointer to any client data.</p>
<div style="margin: auto;">
<h2><a name="MagickSetResourceLimit">MagickSetResourceLimit</a></h2>
</div>
<p>MagickSetResourceLimit() sets the limit for a particular resource in megabytes.</p>
<p>The format of the MagickSetResourceLimit method is:</p>
<pre class="code">
MagickBooleanType MagickSetResourceLimit(const ResourceType type,
const unsigned long *limit)
</pre>
<p>A description of each parameter follows:</p>
<h4>type</h4>
<p>The type of resource: AreaResource, MemoryResource, MapResource, DiskResource, FileResource.</p>
<p>o The maximum limit for the resource.</p>
<div style="margin: auto;">
<h2><a name="MagickSetResolution">MagickSetResolution</a></h2>
</div>
<p>MagickSetResolution() sets the image resolution.</p>
<p>The format of the MagickSetResolution method is:</p>
<pre class="code">
MagickBooleanType MagickSetResolution(MagickWand *wand,
const double x_resolution,const doubtl y_resolution)
</pre>
<p>A description of each parameter follows:</p>
<h4>wand</h4>
<p>The magick wand.</p>
<h4>x_resolution</h4>
<p>The image x resolution.</p>
<h4>y_resolution</h4>
<p>The image y resolution.</p>
<div style="margin: auto;">
<h2><a name="MagickSetSamplingFactors">MagickSetSamplingFactors</a></h2>
</div>
<p>MagickSetSamplingFactors() sets the image sampling factors.</p>
<p>The format of the MagickSetSamplingFactors method is:</p>
<pre class="code">
MagickBooleanType MagickSetSamplingFactors(MagickWand *wand,
const unsigned long number_factors,const double *sampling_factors)
</pre>
<p>A description of each parameter follows:</p>
<h4>wand</h4>
<p>The magick wand.</p>
<h4>number_factoes</h4>
<p>The number of factors.</p>
<h4>sampling_factors</h4>
<p>An array of doubles representing the sampling factor for each color component (in RGB order).</p>
<div style="margin: auto;">
<h2><a name="MagickSetSize">MagickSetSize</a></h2>
</div>
<p>MagickSetSize() sets the size of the magick wand. Set it before you read a raw image format such as RGB, GRAY, or CMYK.</p>
<p>The format of the MagickSetSize method is:</p>
<pre class="code">
MagickBooleanType MagickSetSize(MagickWand *wand,
const unsigned long columns,const unsigned long rows)
</pre>
<p>A description of each parameter follows:</p>
<h4>wand</h4>
<p>The magick wand.</p>
<h4>columns</h4>
<p>The width in pixels.</p>
<h4>height</h4>
<p>The height in pixels.</p>
<div style="margin: auto;">
<h2><a name="MagickSetType">MagickSetType</a></h2>
</div>
<p>MagickSetType() sets the image type attribute.</p>
<p>The format of the MagickSetType method is:</p>
<pre class="code">
MagickBooleanType MagickSetType(MagickWand *wand,
const ImageType image_type)
</pre>
<p>A description of each parameter follows:</p>
<h4>wand</h4>
<p>The magick wand.</p>
<h4>image_type</h4>
<p>The image type: UndefinedType, BilevelType, GrayscaleType, GrayscaleMatteType, PaletteType, PaletteMatteType, TrueColorType, TrueColorMatteType, ColorSeparationType, ColorSeparationMatteType, or OptimizeType.</p>
</td>
<td id="margin" width="1%" height="100%" valign="top" align="right"> </td>
</tr>
</tbody>
</table>
<div id="linkbar">
<a href="http://redux.imagemagick.org/discussion-server" target="95809124">Discourse Server</a> |
<a href="../../www/mailing-list.html">Mailing Lists</a> |
<a href="http://redux.imagemagick.org/gallery" target="1730123504">Image Gallery</a> |
<a href="http://studio.webbyland.com/MagickStudio/scripts/MagickStudio.cgi" target="2020889518">ImageMagick Studio</a>
</div>
<div>
<span id="footer-west">© 1999-2005 ImageMagick Studio LLC</span>
</div>
<div style="clear: both; margin: 0; width: 100%; "></div>
</body>
</html>
|