blob: 2c604a7ea1426c9bd28d7c00e59843fc909f8a1e [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>
cristy751980d2012-06-03 23:18:35 +000010 <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
cristy1efc1ab2011-08-01 14:47:02 +000011 <meta name="google-site-verification" content="MxsMq6bdLOx0KSuz1MY6yG9ZTIJ7_7DVRfl5NCAT5Yg"/>
cristyba1758d2011-06-03 01:29:12 +000012 <title>ImageMagick: Porting to ImageMagick Version 7</title>
cristy751980d2012-06-03 23:18:35 +000013 <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, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"/>
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-2012 ImageMagick Studio LLC"/>
28 <meta name="distribution" content="Global"/>
cristyba1758d2011-06-03 01:29:12 +000029 <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"/>
cristyeed6cb62012-01-28 19:38:34 +000033 <!-- Add jQuery library -->
34 <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
35
36 <!-- Optionaly include easing and/or mousewheel plugins -->
37 <script type="text/javascript" src="http://www.imagemagick.org/fancybox/jquery.easing-1.3.pack.js"></script>
38 <script type="text/javascript" src="http://www.imagemagick.org/fancybox/jquery.mousewheel-3.0.6.pack.js"></script>
39
40 <!-- Add fancyBox -->
cristy751980d2012-06-03 23:18:35 +000041 <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/jquery.fancybox.css?v=2.0.4" type="text/css" media="screen" />
42 <script type="text/javascript" src="http://www.imagemagick.org/fancybox/jquery.fancybox.pack.js?v=2.0.4"></script>
cristyeed6cb62012-01-28 19:38:34 +000043
44 <!-- Optionaly include button and/or thumbnail helpers -->
cristy751980d2012-06-03 23:18:35 +000045 <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/helpers/jquery.fancybox-buttons.css?v=2.0.4" type="text/css" media="screen" />
46 <script type="text/javascript" src="http://www.imagemagick.org/fancybox/helpers/jquery.fancybox-buttons.js?v=2.0.4"></script>
cristyeed6cb62012-01-28 19:38:34 +000047
cristy751980d2012-06-03 23:18:35 +000048 <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/helpers/jquery.fancybox-thumbs.css?v=2.0.4" type="text/css" media="screen" />
49 <script type="text/javascript" src="http://www.imagemagick.org/fancybox/helpers/jquery.fancybox-thumbs.js?v=2.0.4"></script>
cristyeed6cb62012-01-28 19:38:34 +000050 <script type="text/javascript">
51 $(document).ready(function() {
52 $(".fancybox").fancybox();
53 });
54 </script>
55 <!-- ImageMagick style -->
cristyba1758d2011-06-03 01:29:12 +000056 <link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" />
57 <style type="text/css" media="all">
58 @import url("../www/magick.css");
59 </style>
cristyba1758d2011-06-03 01:29:12 +000060</head>
61
62<body id="www-imagemagick-org">
63<div class="titlebar">
64<div style="margin: 17px auto; float: left;">
65 <script type="text/javascript">
66 <!--
67 google_ad_client = "pub-3129977114552745";
68 google_ad_slot = "5439289906";
69 google_ad_width = 728;
70 google_ad_height = 90;
71 //-->
72 </script>
73 <script type="text/javascript"
74 src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
75 </script>
76</div>
cristy751980d2012-06-03 23:18:35 +000077<a href="../discourse-server">
cristyba1758d2011-06-03 01:29:12 +000078 <img src="../images/logo.jpg"
79 alt="ImageMagick Logo"
80 style="width: 123px; height: 118px; border: 0px; float: right;" /></a>
81<a href="../index.html">
82 <img src="../images/sprite.jpg"
83 alt="ImageMagick Sprite"
84 style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
85</div>
86
87<div class="westbar">
88
89<div class="menu">
90 <a title="About ImageMagick" href="../index.html">About ImageMagick</a>
91</div>
cristyba1758d2011-06-03 01:29:12 +000092<div class="menu">
cristy751980d2012-06-03 23:18:35 +000093 <a title="Binary Releases" href="binary-releases.html">Binary Releases</a>
cristyba1758d2011-06-03 01:29:12 +000094</div>
95<div class="sub">
cristy751980d2012-06-03 23:18:35 +000096 <a title="Binary Release: Unix" href="binary-releases.html#unix">Unix</a>
cristyba1758d2011-06-03 01:29:12 +000097</div>
98<div class="sub">
cristy751980d2012-06-03 23:18:35 +000099 <a title="Binary Release: MacOS X" href="binary-releases.html#macosx">Mac OS X</a>
cristyba1758d2011-06-03 01:29:12 +0000100</div>
101<div class="sub">
cristy751980d2012-06-03 23:18:35 +0000102 <a title="Binary Release: iOS" href="binary-releases.html#iOS">iOS</a>
cristyba1758d2011-06-03 01:29:12 +0000103</div>
104<div class="sub">
cristy751980d2012-06-03 23:18:35 +0000105 <a title="Binary Release: Windows" href="binary-releases.html#windows">Windows</a>
cristyba1758d2011-06-03 01:29:12 +0000106</div>
107<div class="sep"></div>
108<div class="menu">
cristy751980d2012-06-03 23:18:35 +0000109 <a title="Command-line Tools" href="command-line-tools.html">Command-line Tools</a>
cristyba1758d2011-06-03 01:29:12 +0000110</div>
111<div class="sub">
cristy751980d2012-06-03 23:18:35 +0000112 <a title="Command-line Tools: Processing" href="command-line-processing.html">Processing</a>
cristyba1758d2011-06-03 01:29:12 +0000113</div>
114<div class="sub">
cristy751980d2012-06-03 23:18:35 +0000115 <a title="Command-line Tools: Options" href="command-line-options.html">Options</a>
cristyba1758d2011-06-03 01:29:12 +0000116</div>
117<div class="sub">
118 <a title="Command-line Tools: Usage" href="http://www.imagemagick.org/Usage/">Usage</a>
119</div>
120<div class="menu">
cristy751980d2012-06-03 23:18:35 +0000121 <a title="Program Interfaces" href="api.html">Program Interfaces</a>
cristyba1758d2011-06-03 01:29:12 +0000122</div>
123<div class="sub">
cristy751980d2012-06-03 23:18:35 +0000124 <a title="Program Interface: MagickWand" href="magick-wand.html">MagickWand</a>
cristyba1758d2011-06-03 01:29:12 +0000125</div>
126<div class="sub">
cristy751980d2012-06-03 23:18:35 +0000127 <a title="Program Interface: MagickCore" href="magick-core.html">MagickCore</a>
cristyba1758d2011-06-03 01:29:12 +0000128</div>
129<div class="sub">
cristy751980d2012-06-03 23:18:35 +0000130 <a title="Program Interface: PerlMagick" href="perl-magick.html">PerlMagick</a>
cristyba1758d2011-06-03 01:29:12 +0000131</div>
132<div class="sub">
cristy751980d2012-06-03 23:18:35 +0000133 <a title="Program Interface: Magick++" href="magick++.html">Magick++</a>
cristyba1758d2011-06-03 01:29:12 +0000134</div>
135<div class="sep"></div>
136<div class="menu">
cristy751980d2012-06-03 23:18:35 +0000137 <a title="Install from Source" href="install-source.html">Install from Source</a>
cristyba1758d2011-06-03 01:29:12 +0000138</div>
139<div class="sub">
cristy751980d2012-06-03 23:18:35 +0000140 <a title="Install from Source: Unix" href="install-source.html#unix">Unix</a>
cristyba1758d2011-06-03 01:29:12 +0000141</div>
142<div class="sub">
cristy751980d2012-06-03 23:18:35 +0000143 <a title="Install from Source: Windows" href="install-source.html#windows">Windows</a>
cristyba1758d2011-06-03 01:29:12 +0000144 </div>
145<div class="menu">
cristy751980d2012-06-03 23:18:35 +0000146 <a title="Resources" href="resources.html">Resources</a>
cristyba1758d2011-06-03 01:29:12 +0000147</div>
148<div class="menu">
cristy751980d2012-06-03 23:18:35 +0000149 <a title="Architecture" href="architecture.html">Architecture</a>
cristyba1758d2011-06-03 01:29:12 +0000150</div>
151<div class="menu">
cristy751980d2012-06-03 23:18:35 +0000152 <a title="Download" href="download.html">Download</a>
cristyba1758d2011-06-03 01:29:12 +0000153</div>
154<div class="sep"></div>
155<div class="menu">
cristy751980d2012-06-03 23:18:35 +0000156 <a title="Search" href="search.html">Search</a>
cristyba1758d2011-06-03 01:29:12 +0000157</div>
158<div class="sep"></div>
159<div class="menu">
cristy751980d2012-06-03 23:18:35 +0000160 <a title="Site Map" href="sitemap.html">Site Map</a>
cristyba1758d2011-06-03 01:29:12 +0000161</div>
162<div class="sub">
cristy751980d2012-06-03 23:18:35 +0000163 <a title="Site Map: Links" href="links.html">Links</a>
cristyba1758d2011-06-03 01:29:12 +0000164</div>
165<div class="sep"></div>
cristyeed6cb62012-01-28 19:38:34 +0000166<div class="menu">
cristy751980d2012-06-03 23:18:35 +0000167 <a rel="follow" title="Sponsors" href="sponsors.html">Sponsors:</a>
cristyba1758d2011-06-03 01:29:12 +0000168
cristyeed6cb62012-01-28 19:38:34 +0000169 <a href="http://www.networkredux.com"> <img src="../images/networkredux.png" width="140" height="31" alt="[sponsor]" style="margin-top: 4px; margin-left: 4px; border: 0px; float: left;" /></a>
cristy751980d2012-06-03 23:18:35 +0000170 <a href="http://www.dinodirect.com/ipads-tablets/"> <img src="../images/dino-direct.jpg" width="140" height="90" alt="[sponsor]" style="margin-top: 4px; margin-left: 4px; border: 0px; float: left;" /></a><!-- 201208010120 mickey@163... -->
cristyba1758d2011-06-03 01:29:12 +0000171<div class="sponsbox">
cristyeed6cb62012-01-28 19:38:34 +0000172<div class="sponsor">
cristy751980d2012-06-03 23:18:35 +0000173 <a rel="follow" title="Sponsor: The Fastest &amp; Easiest Way to Find Images" href="http://www.graphicsfactory.com">The Fastest &amp; Easiest Way to Find Images</a><!-- 201210010270 graphicsfac... -->
cristy81492d62011-06-07 16:41:42 +0000174</div>
cristyeed6cb62012-01-28 19:38:34 +0000175<div class="sponsor">
cristy751980d2012-06-03 23:18:35 +0000176 <a rel="follow" title="Sponsor: VPS" href="http://www.interdominios.com/vps">VPS</a><!-- 201209010090 barsh@inter... -->
cristy1efc1ab2011-08-01 14:47:02 +0000177</div>
cristyeed6cb62012-01-28 19:38:34 +0000178<div class="sponsor">
cristy751980d2012-06-03 23:18:35 +0000179 <a rel="follow" title="Werbebanner Werbeplane" href="http://www.allesbanner.de">Werbebanner Werbeplane</a><!-- 201212010450 info@druck... -->
180</div>
181<div class="sponsor">
182 <a rel="follow" title="Entertainment News &amp; Photos" href="http://www.zimbio.com">Entertainment News &amp; Photos</a><!-- 201211010540 bd@zimb... -->
183</div>
184<div class="sponsor">
185 <a rel="follow" title="Sponsor: LED24" href="http://led24.de/">LED24</a><!-- 201207010270 info@led24... -->
186</div>
187<div class="sponsor">
188 <a rel="follow" title="Sponsor: Best Website Hosting" href="http://www.top-cheap-web-hosting.com">Best Website Hosting</a><!-- 201304010090 eunge.liu-->
189</div>
190<div class="sponsor">
191 <a rel="follow" title="Android Tablet" href="http://www.dinodirect.com/ipads-tablets/">Android Tablet</a><!-- 201208010120 mickey@163... -->
cristy84134182011-06-15 22:59:00 +0000192</div>
cristyeed6cb62012-01-28 19:38:34 +0000193<div class="sponsor">
194 <a rel="follow" title="Sponsor: Web Site Hosting" href="http://webhostinggeeks.com">Web Site Hosting</a><!-- 201302010900 funds@enmob... -->
cristy81492d62011-06-07 16:41:42 +0000195</div>
cristyeed6cb62012-01-28 19:38:34 +0000196<div class="sponsor">
cristyeed6cb62012-01-28 19:38:34 +0000197 <a rel="follow" title="Sponsor: Premium Quality Stock Photos" href="http://www.f1online.pro/en/">Premium Quality Stock Photos</a><!-- 2012080100540 ... -->
198</div>
199<div class="sponsor">
cristyeed6cb62012-01-28 19:38:34 +0000200 <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 2012070100250 ... -->
201</div>
202<div class="sponsor">
203 <a rel="follow" title="Sponsor: Managed Server" href="http://www.robhost.de">Managed Server</a><!-- 201210010720 klikics... -->
204</div>
205<div class="sponsor">
cristyba1758d2011-06-03 01:29:12 +0000206 <a rel="follow" title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201303011500 r.leo -->
207</div>
cristyeed6cb62012-01-28 19:38:34 +0000208<div class="sponsor">
cristy751980d2012-06-03 23:18:35 +0000209 <a rel="follow" title="Sponsor: Notebook Reparatur" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur</a><!-- 2012080100300 atlas-multimedia-->
cristyba1758d2011-06-03 01:29:12 +0000210</div>
cristyeed6cb62012-01-28 19:38:34 +0000211<div class="sponsor">
cristy751980d2012-06-03 23:18:35 +0000212 <a rel="follow" title="Sponsor: Waschmaschinen Reparatur Berlin" href="http://www.waschmaschinen-reparaturen-berlin.de">Waschmaschinen Reparatur Berlin</a><!-- 2012070100030 Temurbas@autoteile-->
cristyba1758d2011-06-03 01:29:12 +0000213</div>
214</div>
215</div>
216</div>
217
218<div class="eastbar">
cristy751980d2012-06-03 23:18:35 +0000219 <div class="g-plusone" id="gplusone"></div>
cristyeed6cb62012-01-28 19:38:34 +0000220 <script type="text/javascript">
221 window.___gcfg = {
222 lang: 'en-US'
223 };
224
225 (function() {
cristy751980d2012-06-03 23:18:35 +0000226 var po = document.createElement('script');
227 po.type = 'text/javascript'; po.async = true;
cristyeed6cb62012-01-28 19:38:34 +0000228 po.src = 'https://apis.google.com/js/plusone.js';
cristy751980d2012-06-03 23:18:35 +0000229 var script = document.getElementsByTagName('script')[0];
230 script.parentNode.insertBefore(po, script);
cristyeed6cb62012-01-28 19:38:34 +0000231 })();
cristy751980d2012-06-03 23:18:35 +0000232 var gplusone = document.getElementById("gplusone");
233 gplusone.setAttribute("data-size","medium");
234 gplusone.setAttribute("data-count","false");
cristyeed6cb62012-01-28 19:38:34 +0000235 </script>
cristy29c5c992011-06-25 13:58:49 +0000236</div>
cristyba1758d2011-06-03 01:29:12 +0000237
238<div class="main">
239
cristyba1758d2011-06-03 01:29:12 +0000240<h1>ImageMagick Version 7 Porting Guide</h1>
241
cristy751980d2012-06-03 23:18:35 +0000242<p class="navigation-index">[<a href="porting.html#imv7">ImageMagick Version 7</a> &bull; <a href="porting.html#channels">Pixel Channels</a> &bull; <a href="porting.html#alpha">Alpha</a> &bull; <a href="porting.html#grayscale">Grayscale</a> &bull; <a href="porting.html#core">MagickCore API</a> &bull; <a href="porting.html#headers">Header Files</a> &bull; <a href="porting.html#depecate">Deprecated Features Removed</a> &bull; <a href="porting.html#cli">Command-line Interface</a> &bull; <a href="porting.html#summary">Version 7 Change Summary</a> ]</p>
cristyba1758d2011-06-03 01:29:12 +0000243
cristyeed6cb62012-01-28 19:38:34 +0000244<h2><a id="imv7"></a>ImageMagick Version 7</h2>
245<div class="doc-section">
cristy1efc1ab2011-08-01 14:47:02 +0000246<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>
cristy29c5c992011-06-25 13:58:49 +0000247
cristyeed6cb62012-01-28 19:38:34 +0000248<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, <em>pixel[i]</em>, 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>
cristy29c5c992011-06-25 13:58:49 +0000249
cristy751980d2012-06-03 23:18:35 +0000250<p>The shell API (command line) of ImageMagick version 7 is also undergoing
251a major overhaul, with specific emphasis on the ability to read 'options' not
252only from the command line, but also from scripts, and file streams. This
253allows for the use of 'co-processing' programming techniques or performing
254image handling using 'deamon/server backends', and even multi-machine
255distributed processing.</p>
256
257<p>With shell API overhaul other improvements are being made, including:
258better reporting of which option failed, the consolidation and depreciation of
259options, and more global use of 'image properities' (more commonly known as
260'percent escapes' in option arguments. </p>
261
cristyeed6cb62012-01-28 19:38:34 +0000262<p>We intend to make ImageMagick version 7 available as an Alpha release by the mid-year 2012. Look for a Beta release sometime in late 2012. An official ImageMagick version 7 release depends on how smoothly the Beta cycle progresses. During the Beta cycle, version 6 developers can attempt to port their software to version 7.<p>
cristy29c5c992011-06-25 13:58:49 +0000263
264<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 +0000265</div>
266
cristy1efc1ab2011-08-01 14:47:02 +0000267<h2><a id="channels"></a>Pixel Channels</h2>
cristyba1758d2011-06-03 01:29:12 +0000268<div class="doc-section">
cristy1efc1ab2011-08-01 14:47:02 +0000269<p>A pixel is comprised of one or more color values, or <em>channels</em> (e.g. red pixel channel).</p>
270<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>
cristyba1758d2011-06-03 01:29:12 +0000271
272<pre class="code">
273 for (y=0; y &lt; (ssize_t) image->rows; y++)
274 {
275 register IndexPacket
276 *indexes;
277
278 register PixelPacket
279 *q;
280
281 q=GetCacheViewAuthenticPixels(image_view,0,y,image->columns,1,exception);
282 if (q == (PixelPacket *) NULL)
283 {
284 status=MagickFalse;
285 continue;
286 }
287 indexes=GetCacheViewAuthenticIndexQueue(image_view);
288 for (x=0; x &lt; (ssize_t) image->columns; x++)
289 {
cristya4dfb122011-07-07 19:01:57 +0000290 if ((channel & RedChannel) != 0)
cristyba1758d2011-06-03 01:29:12 +0000291 q->red=(Quantum) QuantumRange-q->red;
cristya4dfb122011-07-07 19:01:57 +0000292 if ((channel & GreenChannel) != 0)
cristyba1758d2011-06-03 01:29:12 +0000293 q->green=(Quantum) QuantumRange-q->green;
cristya4dfb122011-07-07 19:01:57 +0000294 if ((channel & BlueChannel) != 0)
cristyba1758d2011-06-03 01:29:12 +0000295 q->blue=(Quantum) QuantumRange-q->blue;
cristya4dfb122011-07-07 19:01:57 +0000296 if (((channel & IndexChannel) != 0) &&
cristyba1758d2011-06-03 01:29:12 +0000297 (image->colorspace == CMYKColorspace))
298 indexes[x]=(IndexPacket) QuantumRange-indexes[x];
299 q++;
300 }
301 if (SyncCacheViewAuthenticPixels(image_view,exception) == MagickFalse)
302 status=MagickFalse;
303 }
304</pre>
305
cristyeed6cb62012-01-28 19:38:34 +0000306<p>ImageMagick version 7 supports any number of channels from 1 to 32 (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 requires 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 +0000307
308<pre class="code">
309 for (y=0; y &lt; (ssize_t) image->rows; y++)
310 {
311 register Quantum
312 *q;
313
314 q=GetCacheViewAuthenticPixels(image_view,0,y,image->columns,1,exception);
315 if (q == (Quantum *) NULL)
316 {
317 status=MagickFalse;
318 continue;
319 }
320 for (x=0; x &lt; (ssize_t) image->columns; x++)
cristy29c5c992011-06-25 13:58:49 +0000321 {
cristy1efc1ab2011-08-01 14:47:02 +0000322 if ((GetPixelRedTraits(image) & UpdatePixelTrait) != 0)
cristy29c5c992011-06-25 13:58:49 +0000323 SetPixelRed(image,QuantumRange-GetPixelRed(image,q),q);
cristy1efc1ab2011-08-01 14:47:02 +0000324 if ((GetPixelGreenTraits(image) & UpdatePixelTrait) != 0)
cristy29c5c992011-06-25 13:58:49 +0000325 SetPixelGreen(image,QuantumRange-GetPixelGreen(image,q),q);
cristy1efc1ab2011-08-01 14:47:02 +0000326 if ((GetPixelBlueTraits(image) & UpdatePixelTrait) != 0)
cristy29c5c992011-06-25 13:58:49 +0000327 SetPixelBlue(image,QuantumRange-GetPixelBlue(image,q),q);
cristy1efc1ab2011-08-01 14:47:02 +0000328 if ((GetPixelBlackTraits(image) & UpdatePixelTrait) != 0)
cristy29c5c992011-06-25 13:58:49 +0000329 SetPixelBlack(image,QuantumRange-GetPixelBlack(image,q),q);
cristy1efc1ab2011-08-01 14:47:02 +0000330 if ((GetPixelAlphaTraits(image) & UpdatePixelTrait) != 0)
cristy29c5c992011-06-25 13:58:49 +0000331 SetPixelAlpha(image,QuantumRange-GetPixelAlpha(image,q),q);
cristy1efc1ab2011-08-01 14:47:02 +0000332 q+=GetPixelChannels(image);
cristy29c5c992011-06-25 13:58:49 +0000333 }
334 if (SyncCacheViewAuthenticPixels(image_view,exception) == MagickFalse)
335 status=MagickFalse;
336 }
337</pre>
338
cristy1efc1ab2011-08-01 14:47:02 +0000339<p>Let's do that again but take full advantage of the new variable pixel channel support:</p>
cristy29c5c992011-06-25 13:58:49 +0000340<pre class="code">
341 for (y=0; y &lt; (ssize_t) image->rows; y++)
342 {
343 register Quantum
344 *q;
345
346 q=GetCacheViewAuthenticPixels(image_view,0,y,image->columns,1,exception);
347 if (q == (Quantum *) NULL)
348 {
349 status=MagickFalse;
350 continue;
351 }
352 for (x=0; x &lt; (ssize_t) image->columns; x++)
cristy1efc1ab2011-08-01 14:47:02 +0000353 {
354 register ssize_t
355 i;
356
357 for (i=0; i &lt; (ssize_t) GetPixelChannels(image); i++)
cristyba1758d2011-06-03 01:29:12 +0000358 {
cristyeed6cb62012-01-28 19:38:34 +0000359 PixelChannel
360 channel;
361
cristy1efc1ab2011-08-01 14:47:02 +0000362 PixelTrait
363 traits;
364
cristyeed6cb62012-01-28 19:38:34 +0000365 channel=GetPixelChannelMapChannel(image,i);
366 traits=GetPixelChannelMapTraits(image,channel);
cristy751980d2012-06-03 23:18:35 +0000367 if (((traits &amp; UpdatePixelTrait) == 0) || (GetPixelMask(image,q) != 0))
368 continue
369 q[i]=QuantumRange-q[i];
cristyba1758d2011-06-03 01:29:12 +0000370 }
cristy1efc1ab2011-08-01 14:47:02 +0000371 q+=GetPixelChannels(image);
372 }
cristyba1758d2011-06-03 01:29:12 +0000373 if (SyncCacheViewAuthenticPixels(image_view,exception) == MagickFalse)
374 status=MagickFalse;
375 }
376</pre>
377
cristyeed6cb62012-01-28 19:38:34 +0000378<p>Note, how we use GetPixelChannels() to advance to the next set of pixel channels.</p>
cristye6e84152011-06-06 14:16:49 +0000379
cristyeed6cb62012-01-28 19:38:34 +0000380<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 accessor methods GetPixelIndex(), SetPixelIndex(), GetPixelBlack(), and SetPixelBlack().</p>
cristy29c5c992011-06-25 13:58:49 +0000381
cristy87a7f072011-07-01 00:08:52 +0000382<h4></a>Pixel Accessors</h4>
cristy1efc1ab2011-08-01 14:47:02 +0000383<p>Use accessors to get or set pixel channels:</p>
cristy87a7f072011-07-01 00:08:52 +0000384
385<pre class="text">
386 GetPixelAlpha()
387 GetPixelBlack()
388 GetPixelBlue()
389 GetPixelCb()
cristy1efc1ab2011-08-01 14:47:02 +0000390 GetPixelChannels()
cristy87a7f072011-07-01 00:08:52 +0000391 GetPixelCr()
392 GetPixelCyan()
393 GetPixelGray()
394 GetPixelGreen()
395 GetPixelIndex()
396 GetPixelInfoIntensity()
397 GetPixelInfoLuminance()
398 GetPixelMagenta()
399 GetPixelRed()
400 GetPixelPacket()
401 GetPixelPacketIntensity()
402 GetPixelY()
403 GetPixelYellow()
404 GetPixelIntensity()
405 SetPixelAlpha()
406 SetPixelBlack()
407 SetPixelBlue()
408 SetPixelCb()
cristy1efc1ab2011-08-01 14:47:02 +0000409 SetPixelChannels()
cristy87a7f072011-07-01 00:08:52 +0000410 SetPixelCr()
411 SetPixelCyan()
412 SetPixelGray()
413 SetPixelGreen()
414 SetPixelIndex()
415 SetPixelInfo()
416 SetPixelInfoBias()
417 SetPixelInfoPacket()
418 SetPixelMagenta()
419 SetPixelRed()
420 SetPixelPacket()
421 SetPixelPixelInfo()
422 SetPixelYellow()
423 SetPixelY()
424</pre>
425
426<p>You can find these accessors defined in the header file, <kbd>MagickCore/pixel-accessor.h</kbd></p>
427
cristya4dfb122011-07-07 19:01:57 +0000428<h4></a>Pixel Traits</h4>
cristy1efc1ab2011-08-01 14:47:02 +0000429<p>Each pixel channel includes one or more of these traits:</p>
cristya4dfb122011-07-07 19:01:57 +0000430<dl>
431<dt>Undefined</dt>
cristy1efc1ab2011-08-01 14:47:02 +0000432<dd>no traits associated with this pixel channel<dd>
433<dt>Copy</dt>
434<dd>do not update this pixel channel, just copy it<dd>
435<dt>Update</dt>
436<dd>update this pixel channel<dd>
cristya4dfb122011-07-07 19:01:57 +0000437<dt>Blend</dt>
cristy1efc1ab2011-08-01 14:47:02 +0000438<dd>blend this pixel channel with the alpha mask if it's enabled<dd>
cristya4dfb122011-07-07 19:01:57 +0000439</dl>
440<p>We provide these methods to set and get pixel traits:</p>
441<pre class="text">
442 GetPixelAlphaTraits()
443 GetPixelBlackTraits()
444 GetPixelBlueTraits()
445 GetPixelCbTraits()
446 GetPixelCrTraits()
447 GetPixelCyanTraits()
448 GetPixelGrayTraits()
449 GetPixelGreenTraits()
450 GetPixelIndexTraits()
451 GetPixelMagentaTraits()
452 GetPixelRedTraits()
cristy1efc1ab2011-08-01 14:47:02 +0000453 GetPixelChannelTraits()
cristya4dfb122011-07-07 19:01:57 +0000454 GetPixelYTraits()
455 GetPixelYellowTraits()
456 SetPixelAlphaTraits()
457 SetPixelBlackTraits()
458 SetPixelBlueTraits()
459 SetPixelCbTraits()
cristy1efc1ab2011-08-01 14:47:02 +0000460 SetPixelChannelTraits()
cristya4dfb122011-07-07 19:01:57 +0000461 SetPixelCrTraits()
462 SetPixelGrayTraits()
463 SetPixelGreenTraits()
464 SetPixelIndexTraits()
465 SetPixelMagentaTraits()
466 SetPixelRedTraits()
467 SetPixelYellowTraits()
468 SetPixelYTraits()
469</pre>
cristy1efc1ab2011-08-01 14:47:02 +0000470<p>For convenience you can set the active trait for a set of pixel channels with a channel mask and these methods:</p>
cristya4dfb122011-07-07 19:01:57 +0000471<pre class="text">
cristy1efc1ab2011-08-01 14:47:02 +0000472 PopPixelChannelMap()
cristy1efc1ab2011-08-01 14:47:02 +0000473 SetPixelChannelMap()
cristyeed6cb62012-01-28 19:38:34 +0000474 SetPixelChannelMask()
cristya4dfb122011-07-07 19:01:57 +0000475</pre>
476
cristy1efc1ab2011-08-01 14:47:02 +0000477<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>
cristya4dfb122011-07-07 19:01:57 +0000478<pre class="text">
479 NegateImageChannel(image,channel);
480</pre>
481<p>we use:</p>
482<pre class="text">
cristyeed6cb62012-01-28 19:38:34 +0000483 channel_mask=SetPixelChannelMask(image,channel);
484 NegateImage(image,exception);
485 (void) SetPixelChannelMap(image,channel_mask);
cristya4dfb122011-07-07 19:01:57 +0000486</pre>
487
cristyeed6cb62012-01-28 19:38:34 +0000488<h4></a>Pixel User Channels</h4>
489<p>In version 7, we introduce pixel user channels. Traditionally we utilize 4 channels, red, green, blue, and alpha. For CMYK we also have a black channel. User channels are designed to contain whatever additional channel information that makes sense for your application. 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 user 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>
cristy87a7f072011-07-01 00:08:52 +0000490<h4></a>Pixel Metacontent</h4>
cristyeed6cb62012-01-28 19:38:34 +0000491<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 is associated with 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>
cristy87a7f072011-07-01 00:08:52 +0000492<pre class="text">
493 SetImageMetacontentExtent()
494 GetImageMetacontentExtent()
495 GetVirtualMetacontent()
496 GetAuthenticMetacontent()
497 GetCacheViewAuthenticMetacontent()
498 GetCacheViewVirtualMetacontent()
499</pre>
cristyba1758d2011-06-03 01:29:12 +0000500</div>
501
502<h2><a id="alpha"></a>Alpha</h2>
503<div class="doc-section">
cristyeed6cb62012-01-28 19:38:34 +0000504<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 PixelInfo structure member alpha has replaced the previous opacity member.</p>
cristyba1758d2011-06-03 01:29:12 +0000505</div>
cristy87a7f072011-07-01 00:08:52 +0000506<h2><a id="grayscale"></a>Grayscale</h2>
507<div class="doc-section">
cristy1efc1ab2011-08-01 14:47:02 +0000508<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>
cristy87a7f072011-07-01 00:08:52 +0000509</div>
cristyba1758d2011-06-03 01:29:12 +0000510
cristy751980d2012-06-03 23:18:35 +0000511<h2><a id="core"></a>MagickCore API</h2>
cristy1efc1ab2011-08-01 14:47:02 +0000512<div class="doc-section">
cristyeed6cb62012-01-28 19:38:34 +0000513<p>Almost all image processing algorithms are now channel aware.</p>
cristy1efc1ab2011-08-01 14:47:02 +0000514<p>MagickCore, version 7, adds an ExceptionInfo argument to those methods that lacked it in version 6, e.g. NegateImage(image,MagickTrue,exception);</p>
515<p>All method channel analogs have been removed (e.g. BlurImageChannel()), they are no longer necessary, use pixel traits instead.</p>
cristyeed6cb62012-01-28 19:38:34 +0000516<p>Public and private API calls are now declared with the GCC visibility attribute. The MagickCore and MagickWand dynamic libraries now only export public struct and function declarations.</p>
517<p>The InterpolatePixelMethod enum is now PixelInterpolateMethod.</p>
518<p>The IntegerPixel storage type is removed (use LongPixel instead) and LongLongPixel is added</p>
519<p>Image signatures have changed to account for variable pixel channels.</p>
520<p>All color packet structures, PixelPacket, LongPacket, and DoublePacket, are consolidated to a single color structure, PixelInfo.</p>
521</div>
522<h2><a id="headers"></a>Header Files</h2>
523<div class="doc-section">
524<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>
525<pre class="code">
526#include &lt;MagickCore/MagickCore.h>
527#include &lt;MagickWand/MagickWand.h>
528</pre>
cristy1efc1ab2011-08-01 14:47:02 +0000529</div>
cristy751980d2012-06-03 23:18:35 +0000530
cristyba1758d2011-06-03 01:29:12 +0000531<h2><a id="deprecate"></a>Deprecated Features Removed</h2>
532<div class="doc-section">
cristye6e84152011-06-06 14:16:49 +0000533<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 +0000534
535<pre class="code">
536 MagickCore-config
537 MagickWand-config
538</pre>
cristyeed6cb62012-01-28 19:38:34 +0000539<p>The FilterImage() method has been removed. Use ConvolveImage() instead.</p>
cristyba1758d2011-06-03 01:29:12 +0000540
541<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>
cristy1efc1ab2011-08-01 14:47:02 +0000542</div>
cristy751980d2012-06-03 23:18:35 +0000543
544
545<h2><a id="cli"></a>Shell API or Command-line Interface</h2>
cristy1efc1ab2011-08-01 14:47:02 +0000546<div class="doc-section">
cristy751980d2012-06-03 23:18:35 +0000547
548<p>As mentioned the primary focus of the changes to the Shell API or Command
549Line Interface is the the abstration so that not only can 'options' be read
550from command line arguments, but also from a file (script) or from a file
551stream (interactive commands, or co-processing). </p>
552
553<p>To do this the CLI parser needed to be re-written, so as to always perform
554all options, in a strict, do-it-as-you-see it order. Previously in IMv6
555options were performed in groups (known as 'FireOptions), this awkwardness is
556now gone. However the strict order means that you can no long give operations
557before providing an image for the operations to work on. To do so will now
558produce an error. </p>
559
560<p>Error reporting is now reporting exactly which option (by argument count on
561command line, or line,column in scripts) caused the 'exception'. This is not
562complete as yet but getting better. Also not complete is 'regard-warnings'
563handling or its replacement, which will allow you to ignore reported errors
564and continue processing (as appropriate due to error) in co-processes or
565interactive usage. </p>
566
567<p>The parenthesis options used to 'push' the current image list, and image
568settings (EG: '<kbd>(</kbd>' and '<kbd>)</kbd>' ) on to a stack now has
569a completely seperate image settings stack. That is parenthesis 'push/pull'
570image lists, and curly braces (EG: '<kbd>{</kbd>' and '<kbd>}</kbd>' ) will
571'push/pull' image settings. </p>
572
573<p>Of course due to the previously reported changes to the underlying channel
574handling will result be many side effects to almost all options. Here are some
575specific </p>
576
577<p>Most algorithms update the red, green, blue, black (for CMYK), and alpha
578channels. Most operators will blend alpha the other color channels, but other
579operators (and situations) may require this blending to be disabled, and is
580currently done by removing alpha from teh active channels via
581<kbd>-channel</kbd> option. (e.g. <kbd>convert castle.gif -channel RGB
582-negate castle.png</kbd>). </p>
583
584<p>Reading gray-scale images will generate a image with only one channel. If
585that image is to then accept color the <kbd>-colorspace</kbd> setting needs to
586be applied to expand the one channel into separate RGB (or other) channels.
587</p>
588
589<h3>Command Changes</h3>
590<dl>
591<dt>magick</dt>
592<dd>The "<kbd>magick</kbd>" command is the new primary command of the Shell
593 API, replacing the old "<kbd>convert</kbd>" command. This allows you to
594 create a 'magick script' of the form "<kbd>#!/path/to/command/magick
595 -script</kbd>", or pipe options into a command "<kbd>magick -script
596 -</kbd>, as abackground process. </dd>
597
598<dt>magick-script</dt>
599<dd>This the same as "<kbd>magick</kbd>", (only command name is different)
600 but which has an implict "<kbd>-script</kbd>" option. This allows you to
601 use it in an "<kbd>env</kbd>" style script form. That is a magick script
602 starts with the 'she-bang' line of "<kbd>#!/usr/bin/env
603 magick-script</kbd>" allowing the script interpreter to be found anywhere
604 on the users command "<kbd>PATH</kbd>". This is required to get around
605 a "one argument she-bang bug" that is common on most UNIX systems
606 (including Linux, but not MacOSX).</dd>
607
608</dl>
609
610<h3>New Options</h3>
611<p>ImageMagick version 7 supports these new options, though most are limited
612to the "<kbd>magick</kbd>" command, or to use in "<kbd>magick</kbd>"
613scripts.</p>
614
615<dl>
616<dt>{ ... }</dt>
617<dd>Save (and restore) the current image settings (internally known as the
618 "image_info" structure). This is automatically done with parenthesis (EG:
619 '<kbd>(</kbd>' and '<kbd>)</kbd>') is "<kbd>-regard-parenthesis</kbd>" has
620 been set, just as in IMv6. Caution is advised to prevent un-balanced
621 braces errors.</dd> </dd>
622
623<dt>--</dt>
624<dd>End of options, to be used in IMv7 "<kbd>mogrify</kbd>" command to
625 explictally separate the operations to be applied and the images that
626 are to be processed 'in-place'. (not yet implemented). However if
627 not provided, "<kbd>-read</kbd>" can still be used to differentiate
628 secondary image reads (for use in things like alpha composition) from
629 the 'in-place' image being processed. </dd>
630
631<dd>In other commands (such as "magick") it is equivelent to a explict
632 "<kbd>-read</kbd>" (see below) of the next option as a image (as it was in
633 IMv6). </dd>
634
635<dt>-channel-fx <em class="arg">expression</em> </dt>
636<dd>
637<p>exchange, extract, or copy one or more image channels.</p>
638
639<p>The expression consists of one or more channels, either mnemonic or numeric (e.g. red, 1), separated by certain operation symbols as follows:</p>
640
641<pre class="text">
642 &lt;=&gt; exchange two channels (e.g. red&lt;=&gt;blue)
643 =&gt; copy one channel to another channel (e.g. red=&gt;green)
644 = assign a constant value to a channel (e.g. red=50%)
645 , write new image with channels in the specified order (e.g. red, green)
646 ; add a new output image for the next set of channel operations
647 | move to the next input image for the source of channel data
648</pre>
649
650<p>For example, to create 3 grayscale images from the red, green, and blue channels of an image, use:</p>
651
652<pre class="text">
653 -channel-fx "red; green; blue"
654</pre>
655
656<p>A channel without an operation symbol implies separate (i.e, semicolon).</p>
657
658</dd>
659
660<dt>-exit</dt>
661<dd>Stop processing at this point. No further options will be processed after
662 this option. Can be used in a script to force the "<kbd>magick</kbd>"
663 command to exit, without actually closing the pipeline that it is
664 processing options from. </dd>
665
666<dd>May also be used as a 'final' option on the "<kbd>magick</kbd>" command
667 line, instead of a implicit output image, to completely prevent any image
668 write. ASIDE: even the "<kbd>NULL:</kbd>" coder requires at least one
669 image, for it to 'not write'! This option does not require any images at
670 all. </dd>
671
672<dt>-read {image}</dt>
673<dd>Explicit read of an image, rather than an implicit read. This allows you
674 to read from filenames that start with an 'option' character, and which
675 otherwise could be mistaken as an option (unknown or otherwise). This will
676 eventually be used in "<kbd>mogrify</kbd>" to allow the reading of
677 secondary images, and allow the use of image list operations within that
678 command. </dd>
679
680<dt>-region</dt>
681<dd>not yet implemented in "<kbd>magick</kbd>". (very soon)</dd>
682
683<dt>-script {file}</dt>
684<dd>In "<kbd>magick</kbd>", stop the processing of command line arguments as
685 image operations, and read all further options from the given file or
686 pipeline.</dd>
687
688</dl>
689
690<h3>Changed Options</h3>
691<p>These options are known to have changed, in some way.</p>
692<dl>
693<dt>-negate</dt>
694<dd>currently negates all channels, including alpha if present. As such you
695 may need to use the -channel option to prevent alpha negation. </dd>
696
697<dt>-convolve</dt>
698<dd>option no longer normalizes the kernel argument (unless some type of
699 masking is involved, such as alpha blending) and accepts named kernels
700 (see <a href="http://www.imagemagick.org/Usage/convolve/" >IM Examples,
701 Convolve</a> ) as well as non-square <a
702 href="http://www.imagemagick.org/Usage/morphology/#user">user defined
703 kernels</a>. Use <kbd>-define convolve:normalize=true</kbd> on the command-line to force normalization.</dd>
704
705</dl>
706
707<h3>Depreciated warning given, but will work (for now)</h3>
708<dl>
709<dt>-affine</dt>
710<dd>Replaced by <kbd>-draw "affine ..."</kbd>. (see transform)</dd>
711<dt>-average</dt>
712<dd>Replaced by <kbd>-evaluate-sequence Mean</kbd>.</dd>
713<dt>-box</dt>
714<dd>Replaced by <kbd>-undercolor</kbd>.</dd>
715<dt>-deconstruct</dt>
716<dd>Replaced by <kbd>-layers CompareAny</kbd>.</dd>
717<dt>-gaussian</dt>
718<dd>Replaced by <kbd>-gaussian-blur</kbd>.</dd>
719<dt>-/+map</dt>
720<dd>Replaced by <kbd>-/+remap</kbd>.</dd>
721<dt>-/+matte</dt>
722<dd>Replaced by <kbd>-alpha Set/Off</kbd>.</dd>
723<dt>-transform</dt>
724<dd>Replaced by <kbd>-distort Affine "..."</kbd>.</dd>
725</dl>
726
727<h3>Depreciated warning given, and ignored (for now)</h3>
728<p>Almost 'plus' (+) option that did not do anything has been marked as
729depreciated, and does nothing. It does not even have associated code. For
730example "+annotate", "+resize", "+clut", and "+draw" .</p>
731
732<dl>
733<dt>-affinity</dt>
734<dd>Replaced by <dd>-affinity</kbd>.</dd>
735<dt>-maximum</dt>
736<dd>Replaced by <kbd>-evaluate-sequence Max</kbd>.</dd>
737<dt>-median</dt>
738<dd>Replaced by <kbd>-evaluate-sequence Median</kbd>.</dd>
739<dt>-minimum</dt>
740<dd>Replaced by <kbd>-evaluate-sequence Min</kbd>.</dd>
741<dt>-recolor</dt>
742<dd>Replaced by <dd>-color-matrix</kbd>.</dd>
743</dl>
744
745<h3>Removed / Replaced Options ("no such option" error and abort)</h3>
746
747<dl>
748<dt>-origin</dt>
749<dd>old option, unknown meaning.</dd>
750<dt>-pen</dt>
751<dd>Replaced by <dd>-fill</kbd>.</dd>
752<dt>-passphrase</dt>
753<dd>old option, unknown meaning</dd>
754</dl>
755
cristyba1758d2011-06-03 01:29:12 +0000756</div>
757<h2><a id="summary"></a>Version 7 Change Summary</h2>
758<div class="doc-section">
cristye6e84152011-06-06 14:16:49 +0000759<p>Changes from ImageMagick version 6 to version 7 are summarized here:</p>
cristyba1758d2011-06-03 01:29:12 +0000760<h5>Pixels</h5>
761<dl>
cristy1efc1ab2011-08-01 14:47:02 +0000762<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>
763<li>Use convenience macros to access pixel channels (e.g. GetPixelRed(), SetPixelRed()).</li>
764<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>
765<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>
766<li>Use GetPixelChannels() to advance to the next set of pixel channels.</li>
767<li>Use the <em>metacontent</em> channel to associate metacontent with each pixel.</li>
cristyeed6cb62012-01-28 19:38:34 +0000768<li>All color packet structures, PixelPacket, LongPacket, and DoublePacket, are consolidated to a single color structure, PixelInfo.</li>
cristyba1758d2011-06-03 01:29:12 +0000769</dl>
770<h5>Alpha</h5>
771<dl>
772<li>We support alpha rather than opacity (0 transparent; QuantumRange opaque).</li>
cristy1efc1ab2011-08-01 14:47:02 +0000773<li>Use GetPixelAlpha() or SetPixelAlpha() to get or set the alpha pixel channel value.</li>
cristyba1758d2011-06-03 01:29:12 +0000774</dl>
cristy87a7f072011-07-01 00:08:52 +0000775<h5>Grayscale</h5>
776<dl>
cristy1efc1ab2011-08-01 14:47:02 +0000777<li>Grayscale images consume one pixel channel in ImageMagick version 7. To process RGB, set the colorspace to RGB (e.g. -colorspace rgb).</li>
778</dl>
cristy751980d2012-06-03 23:18:35 +0000779<h5>MagickCore API</h5>
cristy1efc1ab2011-08-01 14:47:02 +0000780<dl>
cristyeed6cb62012-01-28 19:38:34 +0000781<li>Almost all image processing algorithms are now channel aware.</li>
cristy1efc1ab2011-08-01 14:47:02 +0000782<li>MagickCore, version 7, adds an ExceptionInfo argument to those methods that lacked it in version 6, e.g. NegateImage(image,MagickTrue,exception);</li>
783<li>All method channel analogs have been removed (e.g. BlurImageChannel()), they are no longer necessary, use pixel traits instead.</li>
cristyeed6cb62012-01-28 19:38:34 +0000784<li>Public and private API calls are now declared with the GCC visibility attribute. The MagickCore and MagickWand dynamic libraries now only export public struct and function declarations.</li>
785<li>The InterpolatePixelMethod enum is now PixelInterpolateMethod.</li>
786<li>To account for variable pixel channels, images may now return a different signature.</li>
cristy87a7f072011-07-01 00:08:52 +0000787</dl>
cristyba1758d2011-06-03 01:29:12 +0000788<h5>Deprecated Methods</h5>
789<dl>
cristy2dcd6822011-06-13 16:21:20 +0000790<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 +0000791<li>All MagickCore channel method analogs are removed (e.g. NegateImageChannels()). For version 7, use pixel traits instead.</li>
cristy1efc1ab2011-08-01 14:47:02 +0000792<li>The FilterImage() method has been removed. Use ConvolveImage() instead.</li>
cristyba1758d2011-06-03 01:29:12 +0000793</dl>
794</div>
cristy751980d2012-06-03 23:18:35 +0000795
cristyba1758d2011-06-03 01:29:12 +0000796
797</div>
798
799<div id="linkbar">
800 <span id="linkbar-west">&nbsp;</span>
801 <span id="linkbar-center">
cristy751980d2012-06-03 23:18:35 +0000802 <a href="../discourse-server">Discourse Server</a> &bull;
cristyba1758d2011-06-03 01:29:12 +0000803 <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a>
804 </span>
805 <span id="linkbar-east">&nbsp;</span>
806 </div>
807 <div class="footer">
cristy751980d2012-06-03 23:18:35 +0000808 <span id="footer-west">&copy; 1999-2012 ImageMagick Studio LLC</span>
809 <span id="footer-east"> <a href="contact.html">Contact the Wizards</a></span>
cristyba1758d2011-06-03 01:29:12 +0000810 </div>
811 <div style="clear: both; margin: 0; width: 100%; "></div>
812 <script type="text/javascript">
813 var _gaq = _gaq || [];
814 _gaq.push(['_setAccount', 'UA-17690367-1']);
815 _gaq.push(['_trackPageview']);
816
817 (function() {
818 var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
819 ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
820 var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
821 })();
822 </script>
823</body>
824</html>