summaryrefslogtreecommitdiff
path: root/www/high-dynamic-range.html
diff options
context:
space:
mode:
authorCristy <urban-warrior@imagemagick.org>2017-10-08 11:28:40 -0400
committerCristy <urban-warrior@imagemagick.org>2017-10-08 11:28:40 -0400
commit5bf6732bc94f00c17f90ba48326676cccf1a75fa (patch)
tree35b956ac94f912d5fe1cd075a0d0ebf033c9a4c8 /www/high-dynamic-range.html
parent86de0213ab8e801d5566e9c56e8a775dd8c4d6f4 (diff)
downloadImageMagick-5bf6732bc94f00c17f90ba48326676cccf1a75fa.tar.gz
...
Diffstat (limited to 'www/high-dynamic-range.html')
-rw-r--r--www/high-dynamic-range.html11
1 files changed, 5 insertions, 6 deletions
diff --git a/www/high-dynamic-range.html b/www/high-dynamic-range.html
index fe239d1c3..0dfc35c84 100644
--- a/www/high-dynamic-range.html
+++ b/www/high-dynamic-range.html
@@ -71,16 +71,14 @@
<p>To disable the HDRI version of ImageMagick, use this Unix/Linux command:</p>
-<pre><code>
-./configure --disable-hdri
+<pre class="highlight"><code>./configure --disable-hdri
</code></pre>
<p>Under Windows, uncomment the <code>MAGICKCORE_HDRI_SUPPORT</code> definition in the <code>magick-baseconfig.h</code> configuration file and build.</p>
<p>To verify HDRI is properly configured, look for "HDRI" as a feature:</p>
-<pre><code>
-identify -version
+<pre class="highlight"><code>identify -version
Features: HDRI
</code></pre>
</div>
@@ -98,8 +96,9 @@ Features: HDRI
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
+ <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js" integrity="sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4" crossorigin="anonymous"></script>
<script src="../js/magick.html"></script>
</body>
</html>
-<!-- Magick Cache 9th September 2017 08:01 --> \ No newline at end of file
+<!-- Magick Cache 8th October 2017 11:16 --> \ No newline at end of file