]> granicus.if.org Git - imagemagick/blob - www/porting.html
(no commit message)
[imagemagick] / www / porting.html
1 \r
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" \r
3   "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">\r
4 <html version="-//W3C//DTD XHTML 1.1//EN"\r
5       xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"\r
6       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"\r
7       xsi:schemaLocation="http://www.w3.org/1999/xhtml\r
8                           http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">\r
9 <head>\r
10   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>\r
11   <meta name="google-site-verification" content="MxsMq6bdLOx0KSuz1MY6yG9ZTIJ7_7DVRfl5NCAT5Yg"/>\r
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"/>
17   <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."/>
18   <meta name="Application-url" content="http://www.imagemagick.org"/>
19   <meta name="Generator" content="PHP"/>
20   <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"/>
21   <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"/>
31   <link rel="canonical" href="http://www.imagemagick.org" />\r
32   <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"/>\r
33   <link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" />\r
34   <link rel="stylesheet" type="text/css" href="http://www.imagemagick.org/fancybox/jquery.fancybox-1.3.4.css" media="screen" />\r
35   <style type="text/css" media="all">\r
36     @import url("../www/magick.css");\r
37   </style>\r
38   <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>\r
39   <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>\r
40   <script type="text/javascript" src="http://www.imagemagick.org/fancybox/jquery.fancybox-1.3.4.pack.js"></script>\r
41   <script type="text/javascript">\r
42     $(document).ready(function() {\r
43       $("a[href$=.jpg],a[href$=.png],a[href$=.gif]").fancybox({\r
44         'transitionIn'  : 'elastic',\r
45         'transitionOut' : 'elastic',\r
46         'overlayShow'   : false,\r
47         'opacity'       : true\r
48       });\r
49     });\r
50   </script>\r
51 </head>\r
52 \r
53 <body id="www-imagemagick-org">\r
54 <div class="titlebar">\r
55 <div style="margin: 17px auto; float: left;">\r
56   <script type="text/javascript">\r
57   <!--\r
58     google_ad_client = "pub-3129977114552745";\r
59     google_ad_slot = "5439289906";\r
60     google_ad_width = 728;\r
61     google_ad_height = 90;\r
62   //-->\r
63   </script>\r
64   <script type="text/javascript"\r
65     src="http://pagead2.googlesyndication.com/pagead/show_ads.js">\r
66   </script>\r
67 </div>\r
68 <a href="http://www.imagemagick.org/discourse-server/">\r
69   <img src="../images/logo.jpg"\r
70   alt="ImageMagick Logo"\r
71   style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
72 <a href="../index.html">\r
73   <img src="../images/sprite.jpg"\r
74   alt="ImageMagick Sprite"\r
75   style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
76 </div>\r
77 \r
78 <div class="westbar">\r
79 \r
80 <div class="menu">
81   <a title="About ImageMagick" href="../index.html">About ImageMagick</a>
82 </div>
83 <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">
93     <a title="Binary Release: iOS" href="../www/binary-releases.html#iOS">iOS</a>
94 </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>\r
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>\r
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>\r
146 <div class="menu">
147   <a title="Search" href="../www/search.html">Search</a>
148 </div>
149 <div class="sep"></div>\r
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>\r
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" width="140" height="31" alt="[sponsor]"
162   style="margin-top: 4px; margin-left: 4px; border: 0px; float: left;" /></a>
163 <div class="sponsbox">
164 <div  class="sponsor">
165   <a rel="follow" title="Sponsor: Autoteile" href="http://www.q11-shop.de">Autoteile</a><!-- 201205010540s suvalj -->
166 </div>
167 <div  class="sponsor">
168   <a rel="follow" title="Sponsor: Web Hosting" href="http://www.micfo.com">Web Hosting</a><!-- 209901010090s golestan -->
169 </div>
170 <div  class="sponsor">
171   <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks -->
172 </div>
173 <div  class="sponsor">
174   <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
175 </div>
176 <div  class="sponsor">
177   <a rel="follow" title="Sponsor: Web Hosting Deals" href="http://www.webhostingdeals.org">Web Hosting Deals</a><!-- 201111010270 chee.hoa darin -->
178 </div>
179 <div  class="sponsor">
180   <a rel="follow" title="Sponsor: Autos part" href="http://www.pkwteile.de/autoteile">Autos part</a><!-- 201112010090s jr@pkwte... -->
181 </div>
182 <div  class="sponsor">
183   <a rel="follow" title="Sponsor: Web Hosting Reviews" href="http://www.webhostingsecretrevealed.com">Web Hosting Secret Revealed</a><!-- 201204010540 iamchee jerry -->
184 </div>
185 <div  class="sponsor">
186   <a rel="follow" title="Sponsor: Web Hosting Break" href="http://www.webhostingbreak.com">Web Hosting Break</a><!-- 201109010090 ian@ian-m... -->
187 </div>
188 <div  class="sponsor">
189   <a rel="follow" title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201303011500 r.leo -->
190 </div>
191 <div  class="sponsor">
192   <a rel="follow" title="Sponsor: Website Hosting" href="http://www.hostreviewgeeks.com">Website Hosting</a><!-- 201110010090 alexanian media -->
193 </div>
194 <div  class="sponsor">
195   <a rel="follow" title="Sponsor: Hotel München" href="http://www.messehotel-erb-muenchen.de">Hotel München</a><!-- 201111010450 cerb -->
196 </div>
197 <div  class="sponsor">
198   <a rel="follow" title="Sponsor: Best Web Hosting" href="http://webhostinggeeks.com">Best Web Hosting</a><!-- 201110010720 -->
199 </div>
200 <div  class="sponsor">
201   <a rel="follow" title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
202 </div>
203 <div  class="sponsor">
204   <a rel="follow" title="Sponsor: Web Hosting Ratings" href="http://webhostingrating.com">Web Hosting Ratings</a><!-- 201110010720 -->
205 </div>
206 <div  class="sponsor">
207    <a rel="follow" title="Kaffeevollautomaten Reparatur Kundendienst Berlin" href="http://www.kaffeemaschinen-center.de">Kaffeevollautomaten Reparatur Berlin</a><!-- 2011090100025 c.karule-->
208 </div>
209 </div>
210 </div>
211 </div>\r
212 \r
213 <div class="eastbar">\r
214   <div class="g-plusone" data-size="standard" data-count="false"></div>\r
215 </div>\r
216 \r
217 <div class="main">\r
218 \r
219 <h1>ImageMagick Version 7 Porting Guide</h1>
220
221 <p class="navigation-index">[<a href="#headers">Header Files</a> &bull; <a href="#channels">Pixel Channels</a> &bull; <a href="#alpha">Alpha</a> &bull; <a href="#grayscale">Grayscale</a> &bull; <a href="#core">MagickCore API Changes</a> &bull; <a href="#depecate">Deprecated Features Removed</a> &bull; <a href="#cli">Command-line Interface</a> &bull; <a href="#summary">Version 7 Change Summary</a> ]</p>
222
223 <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 channels.  Other design changes are in the works and we will document them here so be sure to revisit periodically.</p>
224
225 <p>To support variable pixel channels in the MagickCore API, pixel handling has changed when getting or setting the pixel channels.  You can access channels as an array, pixel[i], or use an accessor such as GetPixelRed() or SetPixelRed().  There are some modest changes to the MagickWand API.   Magick++ and PerlMagick should behave exactly as it does for ImageMagick version 6.</p>
226
227 <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>
228
229 <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>
230 <h2><a id="headers"></a>Header Files</h2>
231 <div class="doc-section">
232 <p>Prior versions of ImageMagick (4-6) reference 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>
233 <pre class="code">
234 #include &lt;MagickCore/MagickCore.h>
235 #include &lt;MagickWand/MagickWand.h>
236 </pre>
237 </div>
238
239 <h2><a id="channels"></a>Pixel Channels</h2>
240 <div class="doc-section">
241 <p>A pixel is comprised of one or more color values, or <em>channels</em> (e.g. red pixel channel).</p>
242 <p>Prior versions of ImageMagick (4-6), support 4 to 5 pixel channels (RGBA or CMYKA).  The first 4 channels 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 channel 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 the color components (but not the alpha component) of the image pixels:</p>
243
244 <pre class="code">
245   for (y=0; y &lt; (ssize_t) image->rows; y++)
246   {
247     register IndexPacket
248       *indexes;
249
250     register PixelPacket
251       *q;
252
253     q=GetCacheViewAuthenticPixels(image_view,0,y,image->columns,1,exception);
254     if (q == (PixelPacket *) NULL)
255       {
256         status=MagickFalse;
257         continue;
258       }
259     indexes=GetCacheViewAuthenticIndexQueue(image_view);
260     for (x=0; x &lt; (ssize_t) image->columns; x++)
261     {
262       if ((channel & RedChannel) != 0)
263         q->red=(Quantum) QuantumRange-q->red;
264       if ((channel & GreenChannel) != 0)
265         q->green=(Quantum) QuantumRange-q->green;
266       if ((channel & BlueChannel) != 0)
267         q->blue=(Quantum) QuantumRange-q->blue;
268       if (((channel & IndexChannel) != 0) &&
269           (image->colorspace == CMYKColorspace))
270         indexes[x]=(IndexPacket) QuantumRange-indexes[x];
271       q++;
272     }
273     if (SyncCacheViewAuthenticPixels(image_view,exception) == MagickFalse)
274       status=MagickFalse;
275   }
276 </pre>
277
278 <p>ImageMagick version 7 supports any number of channels from 1 to 100 (and beyond) and simplifies access with a single method that returns an array of pixel channels 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>
279
280 <pre class="code">
281   SetPixelAlphaTraits(CopyPixelTrait);
282   for (y=0; y &lt; (ssize_t) image->rows; y++)
283   {
284     register Quantum
285       *q;
286
287     q=GetCacheViewAuthenticPixels(image_view,0,y,image->columns,1,exception);
288     if (q == (Quantum *) NULL)
289       {
290         status=MagickFalse;
291         continue;
292       }
293     for (x=0; x &lt; (ssize_t) image->columns; x++)
294     {
295       if ((GetPixelRedTraits(image) & UpdatePixelTrait) != 0)
296         SetPixelRed(image,QuantumRange-GetPixelRed(image,q),q);
297       if ((GetPixelGreenTraits(image) & UpdatePixelTrait) != 0)
298         SetPixelGreen(image,QuantumRange-GetPixelGreen(image,q),q);
299       if ((GetPixelBlueTraits(image) & UpdatePixelTrait) != 0)
300         SetPixelBlue(image,QuantumRange-GetPixelBlue(image,q),q);
301       if ((GetPixelBlackTraits(image) & UpdatePixelTrait) != 0)
302         SetPixelBlack(image,QuantumRange-GetPixelBlack(image,q),q);
303       if ((GetPixelAlphaTraits(image) & UpdatePixelTrait) != 0)
304         SetPixelAlpha(image,QuantumRange-GetPixelAlpha(image,q),q);
305       q+=GetPixelChannels(image);
306     }
307     if (SyncCacheViewAuthenticPixels(image_view,exception) == MagickFalse)
308       status=MagickFalse;
309   }
310 </pre>
311
312 <p>Let's do that again but take full advantage of the new variable pixel channel support:</p>
313 <pre class="code">
314   SetPixelAlphaTraits(CopyPixelTrait);
315   for (y=0; y &lt; (ssize_t) image->rows; y++)
316   {
317     register Quantum
318       *q;
319
320     q=GetCacheViewAuthenticPixels(image_view,0,y,image->columns,1,exception);
321     if (q == (Quantum *) NULL)
322       {
323         status=MagickFalse;
324         continue;
325       }
326     for (x=0; x &lt; (ssize_t) image->columns; x++)
327     {
328       register ssize_t
329         i;
330
331       for (i=0; i &lt; (ssize_t) GetPixelChannels(image); i++)
332       {
333         PixelTrait
334           traits;
335
336         traits=GetPixelChannelMapTraits(image,(PixelChannel) i);
337         if ((traits &amp; UpdatePixelTrait) != 0)
338           q[i]=QuantumRange-q[i];
339       }
340       q+=GetPixelChannels(image);
341     }
342     if (SyncCacheViewAuthenticPixels(image_view,exception) == MagickFalse)
343       status=MagickFalse;
344   }
345 </pre>
346
347 <p>Use GetPixelChannels() to advance to the next set of pixel channels.</p>
348
349 <p>The colormap indexes and black pixel channel (for the CMYK colorspace) are no longer stored in the index channel, previously accessed with GetAuthenticIndexQueue() and GetCacheViewAuthenticIndexQueue(().  Instead they are now a pixel channel and accessed with the convenience pixel macros GetPixelIndex(), SetPixelIndex(), GetPixelBlack(), and SetPixelBlack().</p>
350
351 <h4></a>Pixel Accessors</h4>
352 <p>Use accessors to get or set pixel channels:</p>
353
354 <pre class="text">
355   GetPixelAlpha()
356   GetPixelBlack()
357   GetPixelBlue()
358   GetPixelCb()
359   GetPixelChannels()
360   GetPixelCr()
361   GetPixelCyan()
362   GetPixelGray()
363   GetPixelGreen()
364   GetPixelIndex()
365   GetPixelInfoIntensity()
366   GetPixelInfoLuminance()
367   GetPixelMagenta()
368   GetPixelRed()
369   GetPixelPacket()
370   GetPixelPacketIntensity()
371   GetPixelY()
372   GetPixelYellow()
373   GetPixelIntensity()
374   SetPixelAlpha()
375   SetPixelBlack()
376   SetPixelBlue()
377   SetPixelCb()
378   SetPixelChannels()
379   SetPixelCr()
380   SetPixelCyan()
381   SetPixelGray()
382   SetPixelGreen()
383   SetPixelIndex()
384   SetPixelInfo()
385   SetPixelInfoBias()
386   SetPixelInfoPacket()
387   SetPixelMagenta()
388   SetPixelRed()
389   SetPixelPacket()
390   SetPixelPixelInfo()
391   SetPixelYellow()
392   SetPixelY()
393 </pre>
394
395 <p>You can find these accessors defined in the header file, <kbd>MagickCore/pixel-accessor.h</kbd></p>
396
397 <h4></a>Pixel Traits</h4>
398 <p>Each pixel channel includes one or more of these traits:</p>
399 <dl>
400 <dt>Undefined</dt>
401 <dd>no traits associated with this pixel channel<dd>
402 <dt>Copy</dt>
403 <dd>do not update this pixel channel, just copy it<dd>
404 <dt>Update</dt>
405 <dd>update this pixel channel<dd>
406 <dt>Blend</dt>
407 <dd>blend this pixel channel with the alpha mask if it's enabled<dd>
408 </dl>
409 <p>We provide these methods to set and get pixel traits:</p>
410 <pre class="text">
411   GetPixelAlphaTraits()
412   GetPixelBlackTraits()
413   GetPixelBlueTraits()
414   GetPixelCbTraits()
415   GetPixelCrTraits()
416   GetPixelCyanTraits()
417   GetPixelGrayTraits()
418   GetPixelGreenTraits()
419   GetPixelIndexTraits()
420   GetPixelMagentaTraits()
421   GetPixelRedTraits()
422   GetPixelChannelTraits()
423   GetPixelYTraits()
424   GetPixelYellowTraits()
425   SetPixelAlphaTraits()
426   SetPixelBlackTraits()
427   SetPixelBlueTraits()
428   SetPixelCbTraits()
429   SetPixelChannelTraits()
430   SetPixelCrTraits()
431   SetPixelGrayTraits()
432   SetPixelGreenTraits()
433   SetPixelIndexTraits()
434   SetPixelMagentaTraits()
435   SetPixelRedTraits()
436   SetPixelYellowTraits()
437   SetPixelYTraits()
438 </pre>
439 <p>For convenience you can set the active trait for a set of pixel channels with a channel mask and these methods:</p>
440 <pre class="text">
441   PopPixelChannelMap()
442   PushPixelChannelMap()
443   SetPixelChannelMap()
444 </pre>
445
446 <p>Previously MagickCore methods had channel analogs, for example, NegateImage() and NegateImageChannels().  The channel analog methods are no longer necessary because the pixel channel traits specify whether to act on a particular pixel channel and whether to blend with the alpha mask.  For example, instead of</p>
447 <pre class="text">
448   NegateImageChannel(image,channel);
449 </pre>
450 <p>we use:</p>
451 <pre class="text">
452   PushPixelChannelMap(image,channel);
453   NegateImage(image);
454   PopPixelChannelMap(image);
455 </pre>
456
457 <h4></a>Pixel Meta Channels</h4>
458 <p>In version 7, we introduce pixel meta channels.  Traditionally we utilize 4 channels, red, green, blue, and alpha.   For CMYK we also have a black channel.  Meta channels are designed to contain whatever additional channel information that makes sense.  Some examples include extra channels in TIFF or PSD images or perhaps you require a channel with infrared information for the pixel.  You can associate traits with the meta channels so that they when they are acted upon by an image processing algorithm (e.g. blur) the pixels are copied, acted upon by the algorithm, or even blended with the alpha channel if that makes sense.</p>
459 <h4></a>Pixel Metacontent</h4>
460 <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>
461 <pre class="text">
462   SetImageMetacontentExtent()
463   GetImageMetacontentExtent()
464   GetVirtualMetacontent()
465   GetAuthenticMetacontent()
466   GetCacheViewAuthenticMetacontent()
467   GetCacheViewVirtualMetacontent()
468 </pre>
469 </div>
470
471 <h2><a id="alpha"></a>Alpha</h2>
472 <div class="doc-section">
473 <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>
474 </div>
475 <h2><a id="grayscale"></a>Grayscale</h2>
476 <div class="doc-section">
477 <p>Previously, grayscale images consumed 4 channels: red, green, blue, and alpha.  With version 7, grayscale consumes only 1 channel consuming far less resources as a result.  However, there may be unintended consequences.  With 1 channel, all image processing algorithms write to this one channel.  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>
478 </div>
479
480 <h2><a id="core"></a>MagickCore API Changes</h2>
481 <div class="doc-section">
482 <p>MagickCore, version 7, adds an ExceptionInfo argument to those methods that lacked it in version 6, e.g. NegateImage(image,MagickTrue,exception);</p>
483 <p>All method channel analogs have been removed (e.g. BlurImageChannel()), they are no longer necessary, use pixel traits instead.</p>
484 </div>
485 <h2><a id="deprecate"></a>Deprecated Features Removed</h2>
486 <div class="doc-section">
487 <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>
488
489 <pre class="code">
490   MagickCore-config
491   MagickWand-config
492 </pre>
493
494 <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>
495 <li>The FilterImage() method has been removed.  Use ConvolveImage() instead.</li>
496 </div>
497 <h2><a id="cli"></a>Command-line Interface</h2>
498 <div class="doc-section">
499 <p>By default,  most algorithms update the red, green, blue, black (for CMYK), and alpha channels.   If appropriate, alpha is blended with red, green, blue, and black.  For some algorithms, it only makes sense to copy alpha.  For these cases, use the -channel option (e.g. convert castle.gif -channel RGB -negate castle.png).</p>
500 <p>The <kbd>-convolve</kbd> option no longer normalizes the kernel argument and accepts non-square <a href="http://www.imagemagick.org/Usage/morphology/#user">user defined kernels</a>.</p>
501 </div>
502 <h2><a id="summary"></a>Version 7 Change Summary</h2>
503 <div class="doc-section">
504 <p>Changes from ImageMagick version 6 to version 7 are summarized here:</p>
505 <h5>Pixels</h5>
506 <dl>
507 <li>Pixels are no longer addressed with PixelPacket structure members (e.g. red, green, blue, opacity) but as an array of channels (e.g. pixel[PixelRedChannel]).</li>
508 <li>Use convenience macros to access pixel channels (e.g. GetPixelRed(), SetPixelRed()).</li>
509 <li>The black channel for the CMYK colorspace is no longer stored in the index channel, previously accessed with GetAuthenticIndexQueue() and GetCacheViewAuthenticIndexQueue(().  Instead it is now a pixel channel and accessed with the convenience pixel macros GetPixelBlack() and SetPixelBlack().</li>
510 <li>The index channel for colormapped images is no longer stored in the index channel, previously accessed with GetAuthenticIndexQueue() and GetCacheViewAuthenticIndexQueue(().  Instead it is now a pixel channel and accessed with the convenience pixel macros GetPixelIndex() and SetPixelIndex().</li>
511 <li>Use GetPixelChannels() to advance to the next set of pixel channels.</li>
512 <li>Use the <em>metacontent</em> channel  to associate metacontent with each pixel.</li>
513 </dl>
514 <h5>Alpha</h5>
515 <dl>
516 <li>We support alpha rather than opacity (0 transparent; QuantumRange opaque).</li>
517 <li>Use GetPixelAlpha() or SetPixelAlpha() to get or set the alpha pixel channel value.</li>
518 </dl>
519 <h5>Grayscale</h5>
520 <dl>
521 <li>Grayscale images consume one pixel channel in ImageMagick version 7.  To process RGB, set the colorspace to RGB (e.g. -colorspace rgb).</li>
522 </dl>
523 <h5>MagickCore API Changes</h5>
524 <dl>
525 <li>MagickCore, version 7, adds an ExceptionInfo argument to those methods that lacked it in version 6, e.g. NegateImage(image,MagickTrue,exception);</li>
526 <li>All method channel analogs have been removed (e.g. BlurImageChannel()), they are no longer necessary, use pixel traits instead.</li>
527 </dl>
528 <h5>Deprecated Methods</h5>
529 <dl>
530 <li>All ImageMagick version 6 MagickCore and MagickWand deprecated methods are removed and no longer available in ImageMagick version 7.</li>
531 <li>All MagickCore channel method analogs are removed (e.g. NegateImageChannels()).  For version 7, use pixel traits instead.</li>
532 <li>The FilterImage() method has been removed.  Use ConvolveImage() instead.</li>
533 <h5>Command-line Interface</h5>
534 <dl>
535 <li>If you don't want alpha negated, use the -channel option, e.g.  convert castle.gif -channel RGB -negate castle.png.</li>
536 <li>The <kbd>-convolve</kbd> option no longer normalizes the kernel argument and accepts non-square <a href="http://www.imagemagick.org/Usage/morphology/#user">user defined kernels</a>.</li>
537 </dl>
538 </dl>
539 </div>
540 \r
541 </div>\r
542 \r
543 <div id="linkbar">\r
544     <span id="linkbar-west">&nbsp;</span>\r
545     <span id="linkbar-center">\r
546       <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull;\r
547       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a>\r
548     </span>\r
549     <span id="linkbar-east">&nbsp;</span>\r
550   </div>\r
551   <div class="footer">\r
552     <span id="footer-west">&copy; 1999-2011 ImageMagick Studio LLC</span>\r
553     <span id="footer-east"> <a href="http://www.imagemagick.org/script/contact.php">Contact the Wizards</a></span>\r
554   </div>\r
555   <div style="clear: both; margin: 0; width: 100%; "></div>\r
556   <script type="text/javascript">\r
557     var _gaq = _gaq || [];\r
558     _gaq.push(['_setAccount', 'UA-17690367-1']);\r
559     _gaq.push(['_trackPageview']);\r
560 \r
561     (function() {\r
562       var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;\r
563       ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';\r
564       var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);\r
565     })();\r
566   </script>\r
567 </body>\r
568 </html>\r