1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 3 <html xmlns="http://www.w3.org/1999/xhtml"> 4 <head> 5 <meta content="HTML Tidy for Linux/x86 (vers 1st March 2003), see www.w3.org" 6 name="generator" /> 7 <title>Uniform Resource Locator</title> 8 <link rel="StyleSheet" href="style/magick.css" type="text/css" /> 9 </head> 10 <body bgcolor="#FFFFFF" text="#000000" link="#0085C0" 11 vlink="#800080" alink="#0085C0"> 12 <center><img src="images/magick.png" align="bottom" width="114" 13 height="113" /></center> 14 <hr /> 15 <p>A Uniform Resource Locator (URL) specifies the location of one 16 or more images at a remote location. For example:</p> 17 <pre> 18 https://imagemagick.org/MagickStudio/images/rose.png 19 </pre> 20 <p>selects a single GIF image of a rose. You can also specify an 21 image sequence such as <tt>animated_banner.png</tt>. See 22 <a href="https://imagemagick.org/www/formats.html">formats</a> 23 for a list of image formats recognized by ImageMagick Studio.</p> 24 <p>You can create an animation sequence by placing two or more 25 images in a directory accessible as an URL and ending the URL with 26 a slash (<tt>/</tt>):</p> 27 <pre> 28 http://www.sympatico.org/MagickStudio/images/ 29 </pre> 30 <p>A URL might not hint at what type of image is being loaded:</p> 31 <pre> 32 http://my.photos.com/j/View?u=9216&a=115372&p=1430943&Sequence=1 33 </pre> 34 <p>If the image fails to load, try hinting by adding a slash and 35 the image type to the URL. For example, here we hint that the image 36 is in the JPEG format:</p> 37 <pre> 38 http://my.photos.com/j/View?u=9216&a=115372&p=1430943&Sequence=1/jpg 39 </pre> 40 <hr /> 41 <p> 42 <a href="scripts/MagickStudio.cgi/?Action=mogrify&ToolType=Comment&SessionID=null&Path=null" 43 target="Comment"><img alt="[comment]" src="images/mail.png" 44 border="0" /></a></p> 45 </body> 46 </html>