]> granicus.if.org Git - imagemagick/blobdiff - www/display.html
Added checks for exceptions.
[imagemagick] / www / display.html
index 900f3c1cba38dec8402791a0d60f2a58bddb890d..71f6c2f3ce03e3c4d018d97f2ca30937cbb48e0f 100644 (file)
   </script>
   
 </div>
-<a href="http://www.imagemagick.org/discourse-server/">
+<a href="../discourse-server">
   <img src="../images/logo.jpg" alt="ImageMagick Logo" style="width: 123px; height: 118px; border: 0px; float: right;"></img></a>
-<a href="../index.html">
+<a href="http://www.imagemagick.org/ImageMagick-7.0.0/index.html">
   <img src="../images/sprite.jpg" alt="ImageMagick Sprite" style="width: 114px; height: 118px; border: 0px; float: right;"></img></a>
 </div>
 
 <div class="westbar">
 
 <div class="menu">
-  <a title="About ImageMagick" href="../index.html">About ImageMagick</a>
+  <a title="About ImageMagick" href="http://www.imagemagick.org/ImageMagick-7.0.0/index.html">About ImageMagick</a>
 </div>
 <div class="menu">
   <a title="Binary Releases" href="binary-releases.html">Binary Releases</a>
   <a title="Site Map: Links" href="links.html">Links</a>
 </div>
 <div class="sep"></div>
-<div class="menu">
-  <a title="Support ImageMagick Development" href="support.html">Support ImageMagick Development</a>
-</div>
 </div>
 
 <div class="eastbar">
 
 <p>We list a few examples of the <code>display</code> command here to illustrate its usefulness and ease of use.  To get started, lets display an image in the JPEG format:</p>
 
-<p class="crt"><span class="crtprompt"> $ </span><span class="crtin">display rose.jpg</span></p>
+<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">display rose.jpg</span></p>
 <p>To tile a slate texture onto the root window, use:</p>
 
-<p class="crt"><span class="crtprompt"> $ </span><span class="crtin">display -size 1280x1024 -window root slate.png</span></p>
+<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">display -size 1280x1024 -window root slate.png</span></p>
 <p>To display a visual image directory of all your JPEG images, use:</p>
 
-<p class="crt"><span class="crtprompt"> $ </span><span class="crtin">display 'vid:*.jpg'</span></p>
+<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">display 'vid:*.jpg'</span></p>
 <p>The display program defaults to the X screen resolution.  To display vecotr formats at their intended size, override the default resolution:</p>
 
-<p class="crt"><span class="crtprompt"> $ </span><span class="crtin">display -density 72 drawing.svg</span></p>
+<p class="crt"><span class="crtprompt"> $magick&gt; </span><span class="crtin">display -density 72 drawing.svg</span></p>
 <p>You can find additional examples of using <code>display</code> in <a href="http://www-106.ibm.com/developerworks/library/l-graf/?ca=dnt-428">Graphics from the Command Line</a>.  Further discussion is available in  <a href="http://www-106.ibm.com/developerworks/library/l-graf2/?ca=dgr-lnxw15GraphicsLine">More Graphics from the Command Line</a> and <a href="http://www.imagemagick.org/Usage/">Examples of ImageMagick Usage</a>.</p>
 
 </div>
@@ -668,16 +665,17 @@ transparent, extract, background, or shape the alpha channel</td>
     <span id="linkbar-west"> </span>
 
     <span id="linkbar-center">
-      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> •
+      <a href="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
+      <a href="../discourse-server">Discourse Server</a> •
       <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> •
       <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
     </span>
     <span id="linkbar-east"> </span>
-  </div>
-  <div class="footer">
-    <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
-    <span id="footer-east"> <a href="contact.html">Contact the Wizards</a></span>
-  </div>
-  <div style="clear: both; margin: 0; width: 100%; "></div>
+</div>
+<div class="footer">
+  <span id="footer-west">©  1999-2013 ImageMagick Studio LLC</span>
+  <span id="footer-east"> <a href="contact.html">Contact the Wizards</a></span>
+</div>
+<div style="clear: both; margin: 0; width: 100%; "></div>
 </body>
 </html>