]> granicus.if.org Git - imagemagick/blobdiff - www/escape.html
...
[imagemagick] / www / escape.html
index 0ff4a04a07342096aaa30ea11d8789140e902d04..7e8b74fdbc1c34df710437640adec3175db5f247 100644 (file)
@@ -22,7 +22,6 @@
   <meta name="copyright" content="Copyright (c) 1999-2017 ImageMagick Studio LLC" />
   <meta name="distribution" content="Global" />
   <meta name="magick-serial" content="P131-S030410-R485315270133-P82224-A6668-G1245-1" />
-  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
   <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
   <link href="../www/escape.html" rel="canonical" />
   <link href="../images/wand.png" rel="icon" />
@@ -32,9 +31,9 @@
 <body>
   <header>
   <nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
-    <a class="navbar-brand" href="../index.html"><img class="d-block" id="logo" name="ImageMagick" alt="ImageMagick" width="32" height="32" src="../images/wand.ico"/></a>
-    <button class="navbar-toggler collapsed" type="button" data-toggle="collapse" data-target="#navbarsExampleDefault" aria-controls="navbarsExampleDefault" aria-expanded="false" aria-label="Toggle navigation">
-    <span class="navbar-toggler-icon"></span>
+    <a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../images/wand.ico"/></a>
+    <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarsExampleDefault" aria-controls="navbarsExampleDefault" aria-expanded="false" aria-label="Toggle navigation">
+      <span class="navbar-toggler-icon"></span>
     </button>
 
     <div class="navbar-collapse collapse" id="navbarsExampleDefault" style="">
     <script>
       (adsbygoogle = window.adsbygoogle || []).push({});
     </script>
+
   </div>
   </header>
-  <main role="main" class="container">
+  <main class="container">
     <div class="magick-template">
 <div class="magick-header">
 <p class="lead magick-description">There are copious amounts of extra data associated with images (metadata), beyond the actual image pixels. This metadata can be useful, either for display, or for various calculations, or in modifying the behavior of later image processing operations.  You can utilize percent escapes in a number of options, for example in <a href="command-line-options.html#format_identify_">-format</a> or in montage <a href="command-line-options.html#label" >-label</a>, to print various properties and other settings associated with an image.</p>
@@ -189,7 +189,7 @@ filename, type, width, height. </p>
   </tr>
   <tr>
     <td>%b</td>
-    <td>file size of image read in</td>
+    <td>file size of image read in (use <a href="escape.html#precision">-precision</a> 16 to force results in B)</td>
   </tr>
   <tr>
     <td>%c</td>
@@ -283,6 +283,10 @@ filename, type, width, height. </p>
     <td>%A</td>
     <td>image transparency channel enabled (true/false)</td>
   </tr>
+  <tr>
+    <td>%B</td>
+    <td>file size of image read in bytes</td>
+  </tr>
   <tr>
     <td>%C</td>
     <td>image compression type</td>
@@ -381,9 +385,13 @@ when enclosed in braces (long form):</p>
 <div class="table-responsive">
 <table class="table table-sm table-striped">
   <tr>
-    <td>%[base]</td>
+    <td>%[basename]</td>
     <td>base filename, no suffixes (as %t)</td>
   </tr>
+  <tr>
+    <td>%[bit-depth]</td>
+    <td>Actual bit-depth of the pixel data</td>
+  </tr>
   <tr>
     <td>%[caption]</td>
     <td>caption meta-data property</td>
@@ -402,11 +410,15 @@ when enclosed in braces (long form):</p>
   </tr>
   <tr>
     <td>%[colorspace]</td>
-    <td>Colorspace of Image Data (excluding transparency)</td>
+    <td>colorspace of Image Data (excluding transparency)</td>
+  </tr>
+  <tr>
+    <td>%[compose]</td>
+    <td> </td>
   </tr>
   <tr>
     <td>%[compression]</td>
-    <td>Image compression type (as of IM 7.0.3.8)</td>
+    <td>image compression type (as of IM 6.9.6-6)</td>
   </tr>
   <tr>
     <td>%[copyright]</td>
@@ -448,6 +460,10 @@ when enclosed in braces (long form):</p>
     <td>%[height]</td>
     <td>original height of image (when it was read in)</td>
   </tr>
+  <tr>
+    <td>%[input]</td>
+    <td> </td>
+  </tr>
   <tr>
     <td>%[interlace]</td>
     <td>Image interlace mode (as of IM 7.0.3.8)</td>
@@ -480,10 +496,6 @@ when enclosed in braces (long form):</p>
     <td>%[min]</td>
     <td>CALCULATED: minimum value statistic of image</td>
   </tr>
-  <tr>
-    <td>%[name]</td>
-    <td>The original name of the image</td>
-  </tr>
   <tr>
     <td>%[opaque]</td>
     <td>CALCULATED: is image fully-opaque?</td>
@@ -893,7 +905,7 @@ Post ObjectData Descriptor Record
     <a href="links.html">Related</a> •
      <a href="sitemap.html">Sitemap</a>
        
-    <a href="escape.html#"><img class="d-inline" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../images/wand.ico"/></a>
+    <a href="escape.html#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../images/wand.ico"/></a>
        
     <a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
     <a href="support.html">Donate</a> •
@@ -907,4 +919,4 @@ Post ObjectData Descriptor Record
   <script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
 </body>
 </html>
-<!-- Magick Cache 31st December 2017 17:06 -->
\ No newline at end of file
+<!-- Magick Cache 8th July 2018 08:37 -->
\ No newline at end of file