PageRenderTime 47ms CodeModel.GetById 20ms RepoModel.GetById 0ms app.codeStats 0ms

/branches/ImageMagick-6.7.4/www/examples.html

https://github.com/trevor/ImageMagick
HTML | 279 lines | 252 code | 16 blank | 11 comment | 0 complexity | 7e8798b4d3d7eb6baa22cb38baceec70 MD5 | raw file
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
  2. "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
  3. <html version="-//W3C//DTD XHTML 1.1//EN"
  4. xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
  5. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  6. xsi:schemaLocation="http://www.w3.org/1999/xhtml
  7. http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
  8. <head>
  9. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
  10. <meta name="google-site-verification" content="MxsMq6bdLOx0KSuz1MY6yG9ZTIJ7_7DVRfl5NCAT5Yg"/>
  11. <title>ImageMagick: Examples of ImageMagick Usage</title>
  12. <meta http-equiv="Content-Language" content="en-US"/>
  13. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  14. <meta http-equiv="Reply-to" content="magick-users@imagemagick.org"/>
  15. <meta name="Application-name" content="ImageMagick"/>
  16. <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."/>
  17. <meta name="Application-url" content="http://www.imagemagick.org"/>
  18. <meta name="Generator" content="PHP"/>
  19. <meta name="Keywords" content="examples, of, imagemagick, usage, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"/>
  20. <meta name="Rating" content="GENERAL"/>
  21. <meta name="Robots" content="INDEX, FOLLOW"/>
  22. <meta name="Generator" content="ImageMagick Studio LLC"/>
  23. <meta name="Author" content="ImageMagick Studio LLC"/>
  24. <meta name="Revisit-after" content="2 DAYS"/>
  25. <meta name="Resource-type" content="document"/>
  26. <meta name="Copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
  27. <meta name="Distribution" content="Global"/>
  28. <link rel="icon" href="../images/wand.png"/>
  29. <link rel="shortcut icon" href="../images/wand.ico" type="images/x-icon"/>
  30. <link rel="canonical" href="http://www.imagemagick.org" />
  31. <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"/>
  32. <!-- Add jQuery library -->
  33. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  34. <!-- Optionaly include easing and/or mousewheel plugins -->
  35. <script type="text/javascript" src="http://www.imagemagick.org/fancybox/jquery.easing-1.3.pack.js"></script>
  36. <script type="text/javascript" src="http://www.imagemagick.org/fancybox/jquery.mousewheel-3.0.6.pack.js"></script>
  37. <!-- Add fancyBox -->
  38. <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/jquery.fancybox.css?v=2.0.3" type="text/css" media="screen" />
  39. <script type="text/javascript" src="http://www.imagemagick.org/fancybox/jquery.fancybox.pack.js?v=2.0.3"></script>
  40. <!-- Optionaly include button and/or thumbnail helpers -->
  41. <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/helpers/jquery.fancybox-buttons.css?v=2.0.3" type="text/css" media="screen" />
  42. <script type="text/javascript" src="http://www.imagemagick.org/fancybox/helpers/jquery.fancybox-buttons.js?v=2.0.3"></script>
  43. <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/helpers/jquery.fancybox-thumbs.css?v=2.0.3" type="text/css" media="screen" />
  44. <script type="text/javascript" src="http://www.imagemagick.org/fancybox/helpers/jquery.fancybox-thumbs.js?v=2.0.3"></script>
  45. <script type="text/javascript">
  46. $(document).ready(function() {
  47. $(".fancybox").fancybox();
  48. });
  49. </script>
  50. <!-- ImageMagick style -->
  51. <link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" />
  52. <style type="text/css" media="all">
  53. @import url("../www/magick.css");
  54. </style>
  55. </head>
  56. <body id="www-imagemagick-org">
  57. <div class="titlebar">
  58. <div style="margin: 17px auto; float: left;">
  59. <script type="text/javascript">
  60. <!--
  61. google_ad_client = "pub-3129977114552745";
  62. google_ad_slot = "5439289906";
  63. google_ad_width = 728;
  64. google_ad_height = 90;
  65. //-->
  66. </script>
  67. <script type="text/javascript"
  68. src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
  69. </script>
  70. </div>
  71. <a href="http://www.imagemagick.org/discourse-server/">
  72. <img src="../images/logo.jpg"
  73. alt="ImageMagick Logo"
  74. style="width: 123px; height: 118px; border: 0px; float: right;" /></a>
  75. <a href="../index.html">
  76. <img src="../images/sprite.jpg"
  77. alt="ImageMagick Sprite"
  78. style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
  79. </div>
  80. <div class="westbar">
  81. <div class="menu">
  82. <a title="About ImageMagick" href="../index.html">About ImageMagick</a>
  83. </div>
  84. <div class="menu">
  85. <a title="Binary Releases" href="../www/binary-releases.html">Binary Releases</a>
  86. </div>
  87. <div class="sub">
  88. <a title="Binary Release: Unix" href="../www/binary-releases.html#unix">Unix</a>
  89. </div>
  90. <div class="sub">
  91. <a title="Binary Release: MacOS X" href="../www/binary-releases.html#macosx">Mac OS X</a>
  92. </div>
  93. <div class="sub">
  94. <a title="Binary Release: iOS" href="../www/binary-releases.html#iOS">iOS</a>
  95. </div>
  96. <div class="sub">
  97. <a title="Binary Release: Windows" href="../www/binary-releases.html#windows">Windows</a>
  98. </div>
  99. <div class="sep"></div>
  100. <div class="menu">
  101. <a title="Command-line Tools" href="../www/command-line-tools.html">Command-line Tools</a>
  102. </div>
  103. <div class="sub">
  104. <a title="Command-line Tools: Processing" href="../www/command-line-processing.html">Processing</a>
  105. </div>
  106. <div class="sub">
  107. <a title="Command-line Tools: Options" href="../www/command-line-options.html">Options</a>
  108. </div>
  109. <div class="sub">
  110. <a title="Command-line Tools: Usage" href="http://www.imagemagick.org/Usage/">Usage</a>
  111. </div>
  112. <div class="menu">
  113. <a title="Program Interfaces" href="../www/api.html">Program Interfaces</a>
  114. </div>
  115. <div class="sub">
  116. <a title="Program Interface: MagickWand" href="../www/magick-wand.html">MagickWand</a>
  117. </div>
  118. <div class="sub">
  119. <a title="Program Interface: MagickCore" href="../www/magick-core.html">MagickCore</a>
  120. </div>
  121. <div class="sub">
  122. <a title="Program Interface: PerlMagick" href="../www/perl-magick.html">PerlMagick</a>
  123. </div>
  124. <div class="sub">
  125. <a title="Program Interface: Magick++" href="../www/magick++.html">Magick++</a>
  126. </div>
  127. <div class="sep"></div>
  128. <div class="menu">
  129. <a title="Install from Source" href="../www/install-source.html">Install from Source</a>
  130. </div>
  131. <div class="sub">
  132. <a title="Install from Source: Unix" href="../www/install-source.html#unix">Unix</a>
  133. </div>
  134. <div class="sub">
  135. <a title="Install from Source: Windows" href="../www/install-source.html#windows">Windows</a>
  136. </div>
  137. <div class="menu">
  138. <a title="Resources" href="../www/resources.html">Resources</a>
  139. </div>
  140. <div class="menu">
  141. <a title="Architecture" href="../www/architecture.html">Architecture</a>
  142. </div>
  143. <div class="menu">
  144. <a title="Download" href="../www/download.html">Download</a>
  145. </div>
  146. <div class="sep"></div>
  147. <div class="menu">
  148. <a title="Search" href="../www/search.html">Search</a>
  149. </div>
  150. <div class="sep"></div>
  151. <div class="menu">
  152. <a title="Site Map" href="../www/sitemap.html">Site Map</a>
  153. </div>
  154. <div class="sub">
  155. <a title="Site Map: Links" href="../www/links.html">Links</a>
  156. </div>
  157. <div class="sep"></div>
  158. <div class="menu">
  159. <a rel="follow" title="Sponsors" href="../www/sponsors.html">Sponsors:</a>
  160. <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>
  161. <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><!-- 201204010120 mickey@163... -->
  162. <div class="sponsbox">
  163. <div class="sponsor">
  164. <a rel="follow" title="Android Tablet" href="http://www.dinodirect.com/ipads-tablets/">Android Tablet</a><!-- 201204010120 mickey@163... -->
  165. </div>
  166. <div class="sponsor">
  167. <a rel="follow" title="Sponsor: Web Hosting" href="http://www.micfo.com">Web Hosting</a><!-- 209901010090s golestan -->
  168. </div>
  169. <div class="sponsor">
  170. <a rel="follow" title="Sponsor: Autos Part" href="http://www.pkwteile.de/autoteile">Autos Part</a><!-- 201203010270 info@pkwte... -->
  171. </div>
  172. <div class="sponsor">
  173. <a rel="follow" title="Sponsor: Web Site Hosting" href="http://webhostinggeeks.com">Web Site Hosting</a><!-- 201302010900 funds@enmob... -->
  174. </div>
  175. <div class="sponsor">
  176. <a rel="follow" title="Sponsor: Tenant Check" href="http://www.rentmethod.com/">Tenant Check</a><!-- 201203010090 chris@rentm... -->
  177. </div>
  178. <div class="sponsor">
  179. <a rel="follow" title="Sponsor: VPS" href="http://www.interdominios.com/vps">VPS</a><!-- 201204010090 barsh@inter... -->
  180. </div>
  181. <div class="sponsor">
  182. <a rel="follow" title="Sponsor: Premium Quality Stock Photos" href="http://www.f1online.pro/en/">Premium Quality Stock Photos</a><!-- 2012080100540 ... -->
  183. </div>
  184. <div class="sponsor">
  185. <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201301010090s jen@seo lowprofilelinks -->
  186. </div>
  187. <div class="sponsor">
  188. <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 2012070100250 ... -->
  189. </div>
  190. <div class="sponsor">
  191. <a rel="follow" title="Sponsor: Managed Server" href="http://www.robhost.de">Managed Server</a><!-- 201210010720 klikics... -->
  192. </div>
  193. <div class="sponsor">
  194. <a rel="follow" title="Sponsor: Stock Photography" href="http://www.fotosearch.com/">Stock Photography</a><!-- 2012040100250 ... -->
  195. </div>
  196. <div class="sponsor">
  197. <a rel="follow" title="Sponsor: Autoteile" href="http://www.q11-shop.de">Autoteile</a><!-- 201205010540 suvalj -->
  198. </div>
  199. <div class="sponsor">
  200. <a rel="follow" title="Sponsor: Royalty Free Stock Images" href="http://www.canstockphoto.com/">Royalty Free Stock Images</a><!-- 2012050100360 support@can -->
  201. </div>
  202. <div class="sponsor">
  203. <a rel="follow" title="Sponsor: Web Hosting Reviews" href="http://www.webhostingsecretrevealed.com">Web Hosting Secret Revealed</a><!-- 201204010540 iamchee jerry -->
  204. </div>
  205. <div class="sponsor">
  206. <a rel="follow" title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201303011500 r.leo -->
  207. </div>
  208. <div class="sponsor">
  209. <a rel="follow" title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
  210. </div>
  211. <div class="sponsor">
  212. <a rel="follow" title="Sponsor: Hosting Web" href="http://www.hostalia.com">Hosting Web</a><!-- 20120401000150 david@carre... -->
  213. </div>
  214. </div>
  215. </div>
  216. </div>
  217. <div class="eastbar">
  218. <div class="g-plusone" data-size="standard" data-count="false"></div>
  219. <script type="text/javascript">
  220. window.___gcfg = {
  221. lang: 'en-US'
  222. };
  223. (function() {
  224. var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
  225. po.src = 'https://apis.google.com/js/plusone.js';
  226. var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
  227. })();
  228. </script>
  229. </div>
  230. <div class="main">
  231. <h1>ImageMagick Examples</h1>
  232. <div class="doc-section">
  233. <p>Here are a few examples of what you can do with an image using ImageMagick from the command line, a program interface, or script. You can generate this image yourself with this <a href="../www/perl-magick.html">PerlMagick</a> script, <a href="../www/source/examples.pl">examples.pl</a>.</p><br />
  234. <div class="viewport">
  235. <img src="../images/examples.jpg" alt="[ImageMagick]" width="734" height="2972" name="titlebar-west" />
  236. </div>
  237. </div>
  238. </div>
  239. <div id="linkbar">
  240. <span id="linkbar-west">&nbsp;</span>
  241. <span id="linkbar-center">
  242. <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull;
  243. <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a>
  244. </span>
  245. <span id="linkbar-east">&nbsp;</span>
  246. </div>
  247. <div class="footer">
  248. <span id="footer-west">&copy; 1999-2011 ImageMagick Studio LLC</span>
  249. <span id="footer-east"> <a href="http://www.imagemagick.org/script/contact.php">Contact the Wizards</a></span>
  250. </div>
  251. <div style="clear: both; margin: 0; width: 100%; "></div>
  252. <script type="text/javascript">
  253. var _gaq = _gaq || [];
  254. _gaq.push(['_setAccount', 'UA-17690367-1']);
  255. _gaq.push(['_trackPageview']);
  256. (function() {
  257. var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
  258. ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
  259. var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  260. })();
  261. </script>
  262. </body>
  263. </html>