blob: c73e94d28f3f340d969861a81ad086ab572b9196 [file] [log] [blame]
cristyba1758d2011-06-03 01:29:12 +00001
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
3 "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
4<html version="-//W3C//DTD XHTML 1.1//EN"
5 xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
6 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
7 xsi:schemaLocation="http://www.w3.org/1999/xhtml
8 http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
9<head>
10 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
11 <meta name="verify-v1" content="g222frIIxcQTrvDR3NBRUSKP3AnMNoqxOkIniCEkV7U="/>
12 <title>ImageMagick: Porting to ImageMagick Version 7</title>
13 <meta http-equiv="Content-Language" content="en-US"/>
14 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
15 <meta http-equiv="Reply-to" content="magick-users@imagemagick.org"/>
16 <meta name="Application-name" content="ImageMagick"/>
cristye6e84152011-06-06 14:16:49 +000017 <meta name="Description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats. In addition resize, rotate, shear, distort and transform images automagically."/>
cristyba1758d2011-06-03 01:29:12 +000018 <meta name="Application-url" content="http://www.imagemagick.org"/>
19 <meta name="Generator" content="PHP"/>
cristye6e84152011-06-06 14:16:49 +000020 <meta name="Keywords" content="porting, to, imagemagick, version, 7, ImageMagick, ImageMagic, MagickCore, MagickWand, PerlMagick, Magick++, RMagick, PythonMagick, JMagick, TclMagick, Image, Magick, Magic, Wand, ImageMagickObject, Image, Processing, Automagically"/>
cristyba1758d2011-06-03 01:29:12 +000021 <meta name="Rating" content="GENERAL"/>
22 <meta name="Robots" content="INDEX, FOLLOW"/>
23 <meta name="Generator" content="ImageMagick Studio LLC"/>
24 <meta name="Author" content="ImageMagick Studio LLC"/>
25 <meta name="Revisit-after" content="2 DAYS"/>
26 <meta name="Resource-type" content="document"/>
27 <meta name="Copyright" content="Copyright (c) 1999-2011 ImageMagick Studio LLC"/>
28 <meta name="Distribution" content="Global"/>
29 <link rel="icon" href="../images/wand.png"/>
30 <link rel="shortcut icon" href="../images/wand.ico" type="images/x-icon"/>
cristy29c5c992011-06-25 13:58:49 +000031 <link rel="canonical" href="http://www.imagemagick.org" />
cristyba1758d2011-06-03 01:29:12 +000032 <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"/>
33 <link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" />
cristy29c5c992011-06-25 13:58:49 +000034 <link rel="stylesheet" type="text/css" href="../fancybox/jquery.fancybox-1.3.4.css" media="screen" />
cristyba1758d2011-06-03 01:29:12 +000035 <style type="text/css" media="all">
36 @import url("../www/magick.css");
37 </style>
cristy29c5c992011-06-25 13:58:49 +000038 <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
cristyba1758d2011-06-03 01:29:12 +000039 <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
40 <script type="text/javascript" src="../fancybox/jquery.fancybox-1.3.4.pack.js"></script>
cristyba1758d2011-06-03 01:29:12 +000041 <script type="text/javascript">
42 $(document).ready(function() {
43 $("a[href$=.jpg],a[href$=.png],a[href$=.gif]").fancybox({
44 'transitionIn' : 'elastic',
45 'transitionOut' : 'elastic',
46 'overlayShow' : false,
47 'opacity' : true
48 });
49 });
50 </script>
51</head>
52
53<body id="www-imagemagick-org">
54<div class="titlebar">
55<div style="margin: 17px auto; float: left;">
56 <script type="text/javascript">
57 <!--
58 google_ad_client = "pub-3129977114552745";
59 google_ad_slot = "5439289906";
60 google_ad_width = 728;
61 google_ad_height = 90;
62 //-->
63 </script>
64 <script type="text/javascript"
65 src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
66 </script>
67</div>
68<a href="http://www.imagemagick.org/discourse-server/">
69 <img src="../images/logo.jpg"
70 alt="ImageMagick Logo"
71 style="width: 123px; height: 118px; border: 0px; float: right;" /></a>
72<a href="../index.html">
73 <img src="../images/sprite.jpg"
74 alt="ImageMagick Sprite"
75 style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
76</div>
77
78<div class="westbar">
79
80<div class="menu">
81 <a title="About ImageMagick" href="../index.html">About ImageMagick</a>
82</div>
cristyba1758d2011-06-03 01:29:12 +000083<div class="menu">
84 <a title="Binary Releases" href="../www/binary-releases.html">Binary Releases</a>
85</div>
86<div class="sub">
87 <a title="Binary Release: Unix" href="../www/binary-releases.html#unix">Unix</a>
88</div>
89<div class="sub">
90 <a title="Binary Release: MacOS X" href="../www/binary-releases.html#macosx">Mac OS X</a>
91</div>
92<div class="sub">
cristye6e84152011-06-06 14:16:49 +000093 <a title="Binary Release: iOS" href="../www/binary-releases.html#iOS">iOS</a>
cristyba1758d2011-06-03 01:29:12 +000094</div>
95<div class="sub">
96 <a title="Binary Release: Windows" href="../www/binary-releases.html#windows">Windows</a>
97</div>
98<div class="sep"></div>
99<div class="menu">
100 <a title="Command-line Tools" href="../www/command-line-tools.html">Command-line Tools</a>
101</div>
102<div class="sub">
103 <a title="Command-line Tools: Processing" href="../www/command-line-processing.html">Processing</a>
104</div>
105<div class="sub">
106 <a title="Command-line Tools: Options" href="../www/command-line-options.html">Options</a>
107</div>
108<div class="sub">
109 <a title="Command-line Tools: Usage" href="http://www.imagemagick.org/Usage/">Usage</a>
110</div>
111<div class="menu">
112 <a title="Program Interfaces" href="../www/api.html">Program Interfaces</a>
113</div>
114<div class="sub">
115 <a title="Program Interface: MagickWand" href="../www/magick-wand.html">MagickWand</a>
116</div>
117<div class="sub">
118 <a title="Program Interface: MagickCore" href="../www/magick-core.html">MagickCore</a>
119</div>
120<div class="sub">
121 <a title="Program Interface: PerlMagick" href="../www/perl-magick.html">PerlMagick</a>
122</div>
123<div class="sub">
124 <a title="Program Interface: Magick++" href="../www/magick++.html">Magick++</a>
125</div>
126<div class="sep"></div>
127<div class="menu">
128 <a title="Install from Source" href="../www/install-source.html">Install from Source</a>
129</div>
130<div class="sub">
131 <a title="Install from Source: Unix" href="../www/install-source.html#unix">Unix</a>
132</div>
133<div class="sub">
134 <a title="Install from Source: Windows" href="../www/install-source.html#windows">Windows</a>
135 </div>
136<div class="menu">
137 <a title="Resources" href="../www/resources.html">Resources</a>
138</div>
139<div class="menu">
140 <a title="Architecture" href="../www/architecture.html">Architecture</a>
141</div>
142<div class="menu">
143 <a title="Download" href="../www/download.html">Download</a>
144</div>
145<div class="sep"></div>
146<div class="menu">
147 <a title="Search" href="../www/search.html">Search</a>
148</div>
149<div class="sep"></div>
150<div class="menu">
151 <a title="Site Map" href="../www/sitemap.html">Site Map</a>
152</div>
153<div class="sub">
154 <a title="Site Map: Links" href="../www/links.html">Links</a>
155</div>
156<div class="sep"></div>
157<div class="menu">
158 <a rel="follow" title="Sponsors" href="../www/sponsors.html">Sponsors:</a>
159
160<a href="http://www.networkredux.com">
161 <img src="../images/networkredux.png" alt="[sponsor]"
162 style="margin-top: 4px; margin-left: 4px; border: 0px; float: left;" /></a>
163<div class="sponsbox">
164<div class="sponsor">
cristy81492d62011-06-07 16:41:42 +0000165 <a rel="follow" title="Sponsor: Web Hosting" href="http://www.micfo.com">Web Hosting</a><!-- 209901010090s golestan -->
166</div>
167<div class="sponsor">
cristy84134182011-06-15 22:59:00 +0000168 <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks -->
169</div>
170<div class="sponsor">
cristy81492d62011-06-07 16:41:42 +0000171 <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
172</div>
173<div class="sponsor">
cristyba1758d2011-06-03 01:29:12 +0000174 <a rel="follow" title="Sponsor: Web Hosting Deals" href="http://www.webhostingdeals.org">Web Hosting Deals</a><!-- 201111010270 chee.hoa darin -->
175</div>
176<div class="sponsor">
177 <a rel="follow" title="Sponsor: Web Hosting Reviews" href="http://www.webhostingsecretrevealed.com">Web Hosting Secret Revealed</a><!-- 201204010540 iamchee jerry -->
178</div>
179<div class="sponsor">
cristyba1758d2011-06-03 01:29:12 +0000180 <a rel="follow" title="Sponsor: Web Hosting Break" href="http://www.webhostingbreak.com">Web Hosting Break</a><!-- 201109010090 ian@ian-m... -->
181</div>
182<div class="sponsor">
183 <a rel="follow" title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201303011500 r.leo -->
184</div>
185<div class="sponsor">
186 <a rel="follow" title="Sponsor: Website Hosting" href="http://www.hostreviewgeeks.com">Website Hosting</a><!-- 201110010090 alexanian media -->
187</div>
188<div class="sponsor">
189 <a rel="follow" title="Sponsor: Hotel München" href="http://www.messehotel-erb-muenchen.de">Hotel München</a><!-- 201111010450 cerb -->
190</div>
191<div class="sponsor">
192 <a rel="follow" title="Sponsor: Best Web Hosting" href="http://webhostinggeeks.com">Best Web Hosting</a><!-- 201110010720 -->
193</div>
194<div class="sponsor">
195 <a rel="follow" title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
196</div>
197<div class="sponsor">
cristyba1758d2011-06-03 01:29:12 +0000198 <a rel="follow" title="Sponsor: Web Hosting Ratings" href="http://webhostingrating.com">Web Hosting Ratings</a><!-- 201110010720 -->
199</div>
200<div class="sponsor">
cristyd48f07c2011-07-09 23:09:26 +0000201 <a rel="follow" title="Sponsor: Autoteile Online Shop" href="http://www.autoteile-carparts.de">Autoteile Online Shop</a><!-- 2011080100030 autoteile-Carparts-->
cristyba1758d2011-06-03 01:29:12 +0000202</div>
203</div>
204</div>
205</div>
206
207<div class="eastbar">
cristy29c5c992011-06-25 13:58:49 +0000208<div style="margin: 9pt 9pt 9pt 9pt;">
209 <div class="g-plusone" data-size="standard" data-count="false"></div>
210</div>
cristyba1758d2011-06-03 01:29:12 +0000211</div>
212
213<div class="main">
214
cristyba1758d2011-06-03 01:29:12 +0000215<h1>ImageMagick Version 7 Porting Guide</h1>
216
cristya4dfb122011-07-07 19:01:57 +0000217<p class="navigation-index">[<a href="#headers">Header Files</a> &bull; <a href="#components">Pixel Components</a> &bull; <a href="#alpha">Alpha</a> &bull; <a href="#grayscale">Grayscale</a> &bull; <a href="#depecate">Deprecated Features Removed</a> &bull; <a href="#summary">Version 7 Change Summary</a> ]</p>
cristyba1758d2011-06-03 01:29:12 +0000218
cristya4dfb122011-07-07 19:01:57 +0000219<p>The design of ImageMagick is an evolutionary process, with the design and implementation efforts serving to influence and guide further progress in the other. With ImageMagick version 7 we aim to improve the design based on lessons learned from the version 6 implementation. ImageMagick was originally designed to display RGB images to an X Windows server. Over time we extended support to RGBA images and then to the CMYK and CMYKA image format. With ImageMagick version 7, we extend support to arbitrary colorspaces with an arbitrary number of pixel components. Other design changes are in the works and we will document them here so be sure to revisit periodically.</p>
cristy29c5c992011-06-25 13:58:49 +0000220
cristya4dfb122011-07-07 19:01:57 +0000221<p>To support variable pixel components in the MagickCore API, pixel handling has changed and now requires accessors to get or set the pixel components. There are some modest changes to the MagickWand API. Magick++ and PerlMagick should behave exactly as it does for ImageMagick version 6.</p>
cristy29c5c992011-06-25 13:58:49 +0000222
223<p>We intend to make ImageMagick version 7 available as an Alpha release by the end-of-year 2011. Look for a Beta release sometime in 2012. An official ImageMagick version 7 release will depend on how smoothly the Beta cycle progresses. During the Beta cycle, version 6 developers can attempt to port their software to version 7.<p>
224
225<p>During the ImageMagick version 7 development cycle and release, we will continue to support and enhance version 6 for a minimum of 10 years.</p>
cristyba1758d2011-06-03 01:29:12 +0000226<h2><a id="headers"></a>Header Files</h2>
227<div class="doc-section">
228<p>Prior versions of ImageMagick (4-6) references the ImageMagick header files as <kbd>magick/</kbd> and <kbd>wand/</kbd>. ImageMagick 7 instead uses <kbd>MagickCore/</kbd> and <kbd>MagickWand/</kbd> respectively. For example,</p>
229<pre class="code">
230#include &lt;MagickCore/MagickCore.h>
231#include &lt;MagickWand/MagickWand.h>
232</pre>
233</div>
234
cristya4dfb122011-07-07 19:01:57 +0000235<h2><a id="components"></a>Pixel Components</h2>
cristyba1758d2011-06-03 01:29:12 +0000236<div class="doc-section">
cristya4dfb122011-07-07 19:01:57 +0000237<p>A pixel is comprised of one or more color values we call <em>components</em> (e.g. red pixel component). However, when we discuss a pixel component across more than one pixel, we call these <em>channels</em> (i.e. the red pixel channel).</p>
238<p>Prior versions of ImageMagick (4-6), supports 4 to 5 pixel components (RGBA or CMYKA). The first 4 components are accessed with the PixelPacket data structure. The structure includes 4 members of type Quantum (typically 16-bits) of red, green, blue, and opacity. The black component or colormap indexes are supported by a separate method and structure, IndexPacket. As an example, here is a code snippet from ImageMagick version 6 that negates image pixels:</p>
cristyba1758d2011-06-03 01:29:12 +0000239
240<pre class="code">
241 for (y=0; y &lt; (ssize_t) image->rows; y++)
242 {
243 register IndexPacket
244 *indexes;
245
246 register PixelPacket
247 *q;
248
249 q=GetCacheViewAuthenticPixels(image_view,0,y,image->columns,1,exception);
250 if (q == (PixelPacket *) NULL)
251 {
252 status=MagickFalse;
253 continue;
254 }
255 indexes=GetCacheViewAuthenticIndexQueue(image_view);
256 for (x=0; x &lt; (ssize_t) image->columns; x++)
257 {
cristya4dfb122011-07-07 19:01:57 +0000258 if ((channel & RedChannel) != 0)
cristyba1758d2011-06-03 01:29:12 +0000259 q->red=(Quantum) QuantumRange-q->red;
cristya4dfb122011-07-07 19:01:57 +0000260 if ((channel & GreenChannel) != 0)
cristyba1758d2011-06-03 01:29:12 +0000261 q->green=(Quantum) QuantumRange-q->green;
cristya4dfb122011-07-07 19:01:57 +0000262 if ((channel & BlueChannel) != 0)
cristyba1758d2011-06-03 01:29:12 +0000263 q->blue=(Quantum) QuantumRange-q->blue;
cristya4dfb122011-07-07 19:01:57 +0000264 if ((channel & OpacityChannel) != 0)
cristyba1758d2011-06-03 01:29:12 +0000265 q->opacity=(Quantum) QuantumRange-q->opacity;
cristya4dfb122011-07-07 19:01:57 +0000266 if (((channel & IndexChannel) != 0) &&
cristyba1758d2011-06-03 01:29:12 +0000267 (image->colorspace == CMYKColorspace))
268 indexes[x]=(IndexPacket) QuantumRange-indexes[x];
269 q++;
270 }
271 if (SyncCacheViewAuthenticPixels(image_view,exception) == MagickFalse)
272 status=MagickFalse;
273 }
274</pre>
275
cristya4dfb122011-07-07 19:01:57 +0000276<p>ImageMagick version 7 supports any number of components from 1 to 100 (and beyond) and simplifies access with a single method that returns an array of pixel components of type Quantum. Source code that compiles against prior versions of ImageMagick will require refactoring to work with ImageMagick version 7. We illustrate with an example. Let's naively refactor the version 6 code snippet from above so it works with the ImageMagick version 7 API:</p>
cristyba1758d2011-06-03 01:29:12 +0000277
278<pre class="code">
279 for (y=0; y &lt; (ssize_t) image->rows; y++)
280 {
281 register Quantum
282 *q;
283
284 q=GetCacheViewAuthenticPixels(image_view,0,y,image->columns,1,exception);
285 if (q == (Quantum *) NULL)
286 {
287 status=MagickFalse;
288 continue;
289 }
290 for (x=0; x &lt; (ssize_t) image->columns; x++)
cristy29c5c992011-06-25 13:58:49 +0000291 {
cristya4dfb122011-07-07 19:01:57 +0000292 if ((GetPixelRedTraits(image) & ActivePixelTrait) != 0)
cristy29c5c992011-06-25 13:58:49 +0000293 SetPixelRed(image,QuantumRange-GetPixelRed(image,q),q);
cristya4dfb122011-07-07 19:01:57 +0000294 if ((GetPixelGreenTraits(image) & ActivePixelTrait) != 0)
cristy29c5c992011-06-25 13:58:49 +0000295 SetPixelGreen(image,QuantumRange-GetPixelGreen(image,q),q);
cristya4dfb122011-07-07 19:01:57 +0000296 if ((GetPixelBlueTraits(image) & ActivePixelTrait) != 0)
cristy29c5c992011-06-25 13:58:49 +0000297 SetPixelBlue(image,QuantumRange-GetPixelBlue(image,q),q);
cristya4dfb122011-07-07 19:01:57 +0000298 if ((GetPixelBlackTraits(image) & BlackPixelTrait) != 0)
cristy29c5c992011-06-25 13:58:49 +0000299 SetPixelBlack(image,QuantumRange-GetPixelBlack(image,q),q);
cristya4dfb122011-07-07 19:01:57 +0000300 if ((GetPixelAlphaTraits(image) & ActivePixelTrait) != 0)
cristy29c5c992011-06-25 13:58:49 +0000301 SetPixelAlpha(image,QuantumRange-GetPixelAlpha(image,q),q);
cristya4dfb122011-07-07 19:01:57 +0000302 q+=GetPixelComponents(image);
cristy29c5c992011-06-25 13:58:49 +0000303 }
304 if (SyncCacheViewAuthenticPixels(image_view,exception) == MagickFalse)
305 status=MagickFalse;
306 }
307</pre>
308
cristya4dfb122011-07-07 19:01:57 +0000309<p>Let's do that again but take full advantage of the new variable pixel component support:</p>
cristy29c5c992011-06-25 13:58:49 +0000310<pre class="code">
311 for (y=0; y &lt; (ssize_t) image->rows; y++)
312 {
313 register Quantum
314 *q;
315
316 q=GetCacheViewAuthenticPixels(image_view,0,y,image->columns,1,exception);
317 if (q == (Quantum *) NULL)
318 {
319 status=MagickFalse;
320 continue;
321 }
322 for (x=0; x &lt; (ssize_t) image->columns; x++)
cristya4dfb122011-07-07 19:01:57 +0000323 for (component=0; component &lt; GetPixelComponents(image); component++)
cristyba1758d2011-06-03 01:29:12 +0000324 {
cristya4dfb122011-07-07 19:01:57 +0000325 if ((GetPixelComponentTraits(image,component) & ActivePixelTrait) != 0)
cristyba1758d2011-06-03 01:29:12 +0000326 *q=(Quantum) QuantumRange-(*q);
327 q++;
328 }
329 if (SyncCacheViewAuthenticPixels(image_view,exception) == MagickFalse)
330 status=MagickFalse;
331 }
332</pre>
333
cristya4dfb122011-07-07 19:01:57 +0000334<p>Use GetPixelComponents() to advance to the next set of pixel components.</p>
cristye6e84152011-06-06 14:16:49 +0000335
cristya4dfb122011-07-07 19:01:57 +0000336<p>The colormap indexes and black pixel component (for the CMYK colorspace) are no longer stored in the index component, previously accessed with GetAuthenticIndexQueue() and GetCacheViewAuthenticIndexQueue((). Instead they are now a pixel component and accessed with the convenience pixel macros GetPixelIndex(), SetPixelIndex(), GetPixelBlack(), and SetPixelBlack().</p>
cristy2dcd6822011-06-13 16:21:20 +0000337
cristya4dfb122011-07-07 19:01:57 +0000338<p>In addition to supporting any number of components, version 7 simplifies working with components and provides opportunity for compiler optimiziations that were previously not possible. Our benchmarking shows version 7 has increased performance for virtually all image operations.</p>
cristy29c5c992011-06-25 13:58:49 +0000339
cristy87a7f072011-07-01 00:08:52 +0000340<h4></a>Pixel Accessors</h4>
341<p>Use accessors to get or set pixel components:</p>
342
343<pre class="text">
344 GetPixelAlpha()
345 GetPixelBlack()
346 GetPixelBlue()
347 GetPixelCb()
cristya4dfb122011-07-07 19:01:57 +0000348 GetPixelComponents()
cristy87a7f072011-07-01 00:08:52 +0000349 GetPixelCr()
350 GetPixelCyan()
351 GetPixelGray()
352 GetPixelGreen()
353 GetPixelIndex()
354 GetPixelInfoIntensity()
355 GetPixelInfoLuminance()
356 GetPixelMagenta()
357 GetPixelRed()
358 GetPixelPacket()
359 GetPixelPacketIntensity()
360 GetPixelY()
361 GetPixelYellow()
362 GetPixelIntensity()
363 SetPixelAlpha()
364 SetPixelBlack()
365 SetPixelBlue()
366 SetPixelCb()
cristya4dfb122011-07-07 19:01:57 +0000367 SetPixelComponents()
cristy87a7f072011-07-01 00:08:52 +0000368 SetPixelCr()
369 SetPixelCyan()
370 SetPixelGray()
371 SetPixelGreen()
372 SetPixelIndex()
373 SetPixelInfo()
374 SetPixelInfoBias()
375 SetPixelInfoPacket()
376 SetPixelMagenta()
377 SetPixelRed()
378 SetPixelPacket()
379 SetPixelPixelInfo()
380 SetPixelYellow()
381 SetPixelY()
382</pre>
383
384<p>You can find these accessors defined in the header file, <kbd>MagickCore/pixel-accessor.h</kbd></p>
385
cristya4dfb122011-07-07 19:01:57 +0000386<h4></a>Pixel Traits</h4>
387<p>Each pixel component includes one or more of these traits:</p>
388<dl>
389<dt>Undefined</dt>
390<dd>no traits associated with this pixel component<dd>
391<dt>Active</dt>
392<dd>an image processing algorithm operates on this pixel component if this trait is enabled, conversely if this trait is not enabled, the pixel component is skipped (e.g. negate red pixel component but not blue or green)<dd>
393<dt>Blend</dt>
394<dd>blend this pixel component with the alpha mask if it's enabled<dd>
395</dl>
396<p>We provide these methods to set and get pixel traits:</p>
397<pre class="text">
398 GetPixelAlphaTraits()
399 GetPixelBlackTraits()
400 GetPixelBlueTraits()
401 GetPixelCbTraits()
402 GetPixelCrTraits()
403 GetPixelCyanTraits()
404 GetPixelGrayTraits()
405 GetPixelGreenTraits()
406 GetPixelIndexTraits()
407 GetPixelMagentaTraits()
408 GetPixelRedTraits()
409 GetPixelComponentTraits()
410 GetPixelYTraits()
411 GetPixelYellowTraits()
412 SetPixelAlphaTraits()
413 SetPixelBlackTraits()
414 SetPixelBlueTraits()
415 SetPixelCbTraits()
416 SetPixelComponentTraits()
417 SetPixelCrTraits()
418 SetPixelGrayTraits()
419 SetPixelGreenTraits()
420 SetPixelIndexTraits()
421 SetPixelMagentaTraits()
422 SetPixelRedTraits()
423 SetPixelYellowTraits()
424 SetPixelYTraits()
425</pre>
426<p>For convenience you can set the active trait for a set of pixel components with a channel mask and these methods:</p>
427<pre class="text">
428 PopPixelComponentMap()
429 PushPixelComponentMap()
430 SetPixelComponentMap()
431</pre>
432
433<p>Previously MagickCore methods had channel analogs, for example, NegateImage() and NegateImageChannels(). The channel analog methods are no longer necessary because the pixel component traits specify whether to act on a particular pixel component and whether to blend with the alpha mask. For example, instead of</p>
434<pre class="text">
435 NegateImageChannel(image,channel);
436</pre>
437<p>we use:</p>
438<pre class="text">
439 PushPixelComponentMap(image,channel);
440 NegateImage(image);
441 PopPixelComponentMap(image);
442</pre>
443
cristy87a7f072011-07-01 00:08:52 +0000444<h4></a>Pixel Metacontent</h4>
445<p>In version 7, we introduce pixel metacontent. Metacontent is content about content. So rather than being the content itself, it's something that describes or amplifies the content. Here the content is a pixel. The pixel metacontent is for your exclusive use and is accessed with these MagickCore API methods:</p>
446<pre class="text">
447 SetImageMetacontentExtent()
448 GetImageMetacontentExtent()
449 GetVirtualMetacontent()
450 GetAuthenticMetacontent()
451 GetCacheViewAuthenticMetacontent()
452 GetCacheViewVirtualMetacontent()
453</pre>
cristyba1758d2011-06-03 01:29:12 +0000454</div>
455
456<h2><a id="alpha"></a>Alpha</h2>
457<div class="doc-section">
cristy2dcd6822011-06-13 16:21:20 +0000458<p>We support alpha now, previously opacity. With alpha, a value of 0 means that the pixel does not have any coverage information and is transparent; i.e. there was no color contribution from any geometry because the geometry did not overlap this pixel. A value of QuantumRange means that the pixel is opaque because the geometry completely overlapped the pixel. As a consequence, in version 7, the PixelPacket structure member alpha has replaced the previous opacity member.</p>
cristyba1758d2011-06-03 01:29:12 +0000459</div>
cristy87a7f072011-07-01 00:08:52 +0000460<h2><a id="grayscale"></a>Grayscale</h2>
461<div class="doc-section">
cristya4dfb122011-07-07 19:01:57 +0000462<p>Previously, grayscale images consumed 4 components: red, green, blue, and alpha. With version 7, grayscale consumes only 1 component consuming far less resources as a result. However, there may be unintended consequences. With 1 component, all image processing algorithms write to this one component. Drawing yellow text on a grayscale image will produce gray lettering. To get the expected results, simply modify the colorspace to RGB (e.g. -colorspace rgb).</p>
cristy87a7f072011-07-01 00:08:52 +0000463</div>
cristyba1758d2011-06-03 01:29:12 +0000464
465<h2><a id="deprecate"></a>Deprecated Features Removed</h2>
466<div class="doc-section">
cristye6e84152011-06-06 14:16:49 +0000467<p>All deprecated features from ImageMagick version 6 are removed in version 7. These include the <kbd>Magick-config</kbd> and <kbd>Wand-config</kbd> configuration utilities. Instead use:</p>
cristyba1758d2011-06-03 01:29:12 +0000468
469<pre class="code">
470 MagickCore-config
471 MagickWand-config
472</pre>
473
474<p>In addition, all deprecated <a href="http://magick.imagemagick.org/api/deprecate.html">MagickCore</a> and <a href="http://magick.imagemagick.org/api/magick-deprecate.html">MagickWand</a> methods are no longer available in version 7.</p>
475</div>
476<h2><a id="summary"></a>Version 7 Change Summary</h2>
477<div class="doc-section">
cristye6e84152011-06-06 14:16:49 +0000478<p>Changes from ImageMagick version 6 to version 7 are summarized here:</p>
cristyba1758d2011-06-03 01:29:12 +0000479<h5>Pixels</h5>
480<dl>
cristya4dfb122011-07-07 19:01:57 +0000481<li>Pixels are no longer addressed with PixelPacket structure members (e.g. red, green, blue, opacity) but as an array of components (e.g. pixel[PixelRedComponent]).</li>
cristy29c5c992011-06-25 13:58:49 +0000482<li>Use convenience macros to access pixel components (e.g. GetPixelRed(), SetPixelRed()).</li>
cristya4dfb122011-07-07 19:01:57 +0000483<li>The black component for the CMYK colorspace is no longer stored in the index component, previously accessed with GetAuthenticIndexQueue() and GetCacheViewAuthenticIndexQueue((). Instead it is now a pixel component and accessed with the convenience pixel macros GetPixelBlack() and SetPixelBlack().</li>
484<li>The index component for colormapped images are no longer stored in the index component, previously accessed with GetAuthenticIndexQueue() and GetCacheViewAuthenticIndexQueue((). Instead it is now a pixel component and accessed with the convenience pixel macros GetPixelIndex() and SetPixelIndex().</li>
485<li>Use GetPixelComponents() to advance to the next set of pixel components.</li>
486<li>Use the <em>metacontent</em> component to associate metacontent with each pixel.</li>
cristyba1758d2011-06-03 01:29:12 +0000487</dl>
488<h5>Alpha</h5>
489<dl>
490<li>We support alpha rather than opacity (0 transparent; QuantumRange opaque).</li>
cristy29c5c992011-06-25 13:58:49 +0000491<li>Use GetPixelAlpha() or SetPixelAlpha() to get or set the alpha pixel component value.</li>
cristyba1758d2011-06-03 01:29:12 +0000492</dl>
cristy87a7f072011-07-01 00:08:52 +0000493<h5>Grayscale</h5>
494<dl>
cristya4dfb122011-07-07 19:01:57 +0000495<li>Grayscale images consume one pixel component in ImageMagick version 7. To process RGB, set the colorspace to RGB (e.g. -colorspace rgb).</li>
cristy87a7f072011-07-01 00:08:52 +0000496</dl>
cristyba1758d2011-06-03 01:29:12 +0000497<h5>Deprecated Methods</h5>
498<dl>
cristy2dcd6822011-06-13 16:21:20 +0000499<li>All ImageMagick version 6 MagickCore and MagickWand deprecated methods are removed and no longer available in ImageMagick version 7.</li>
cristya4dfb122011-07-07 19:01:57 +0000500<li>All MagickCore channel method analogs are removed (e.g. NegateImageChannels()). For version 7, use pixel traits instead.</li>
cristyba1758d2011-06-03 01:29:12 +0000501</dl>
502</div>
503
504</div>
505
506<div id="linkbar">
507 <span id="linkbar-west">&nbsp;</span>
508 <span id="linkbar-center">
509 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull;
510 <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a>
511 </span>
512 <span id="linkbar-east">&nbsp;</span>
513 </div>
514 <div class="footer">
515 <span id="footer-west">&copy; 1999-2011 ImageMagick Studio LLC</span>
516 <span id="footer-east"> <a href="http://www.imagemagick.org/script/contact.php">Contact the Wizards</a></span>
517 </div>
518 <div style="clear: both; margin: 0; width: 100%; "></div>
519 <script type="text/javascript">
520 var _gaq = _gaq || [];
521 _gaq.push(['_setAccount', 'UA-17690367-1']);
522 _gaq.push(['_trackPageview']);
523
524 (function() {
525 var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
526 ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
527 var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
528 })();
529 </script>
530</body>
531</html>