1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142
|
From: =?utf-8?q?Bastien_ROUCARI=C3=88S?= <roucaries.bastien@gmail.com>
Date: Sat, 3 Feb 2018 23:38:58 +0100
Subject: Fix < instead of < and input form
Forwarded: Yes
---
www/advanced-unix-installation.html | 10 +++++++---
www/advanced-windows-installation.html | 5 ++++-
www/animate.html | 5 ++++-
www/color-management.html | 2 +-
www/compare.html | 2 +-
www/gradient.html | 2 +-
www/perl-magick.html | 2 +-
www/security-policy.html | 3 ++-
8 files changed, 21 insertions(+), 10 deletions(-)
diff --git a/www/advanced-unix-installation.html b/www/advanced-unix-installation.html
index 0246713..a4ba9ba 100644
--- a/www/advanced-unix-installation.html
+++ b/www/advanced-unix-installation.html
@@ -71,7 +71,10 @@
<button class="btn btn-outline-success" type="submit" name="sa">Search</button>
</form>
</div>
- </div>
+ <form class="form-inline my-2 my-lg-0" action="https://legacy.imagemagick.org/script/search.php">
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search" />
+ <button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
+ </form>
</nav>
<div class="container">
@@ -653,7 +656,8 @@ no encode delegate for this image format
</footer>
<!-- Javascript assets -->
- <script src="assets/magick.js" ></script>
- </body>
+ <script>window.jQuery || document.write('<script src="assets/jquery.slim.min.js"><\/script>')</script><script src="assets/bootstrap.bundle.min.js" crossorigin="anonymous">
+ </script>
+</body>
</html>
<!-- Magick Cache 13th February 2021 11:28 -->
\ No newline at end of file
diff --git a/www/advanced-windows-installation.html b/www/advanced-windows-installation.html
index a568fc5..1e90b17 100644
--- a/www/advanced-windows-installation.html
+++ b/www/advanced-windows-installation.html
@@ -122,7 +122,10 @@
<button class="btn btn-outline-success" type="submit" name="sa">Search</button>
</form>
</div>
- </div>
+ <form class="form-inline my-2 my-lg-0" action="https://legacy.imagemagick.org/script/search.php">
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search" />
+ <button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
+ </form>
</nav>
<div class="col-lg-8 mx-auto p-4 py-md-5 text-body-secondary">
diff --git a/www/animate.html b/www/animate.html
index 775e2a3..47a0bc5 100644
--- a/www/animate.html
+++ b/www/animate.html
@@ -122,7 +122,10 @@
<button class="btn btn-outline-success" type="submit" name="sa">Search</button>
</form>
</div>
- </div>
+ <form class="form-inline my-2 my-lg-0" action="https://legacy.imagemagick.org/script/search.php">
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search" />
+ <button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
+ </form>
</nav>
<div class="col-lg-8 mx-auto p-4 py-md-5 text-body-secondary">
diff --git a/www/color-management.html b/www/color-management.html
index bc72dbc..638d433 100644
--- a/www/color-management.html
+++ b/www/color-management.html
@@ -250,7 +250,7 @@ magick myimage_channels_*.png -combine myimage2.png</samp></pre>
<p>In the above example, the separated channels are non-linear and the default for <samp>-combine</samp> is to assume non-linear channels. So the result is the same as the input.</p>
-If one desires to separate to linear grayscale channels, recombine them later back to non-linear color, perhaps after some processing, then use the same concept as above for maintaining linear grayscale:</p>
+<p>If one desires to separate to linear grayscale channels, recombine them later back to non-linear color, perhaps after some processing, then use the same concept as above for maintaining linear grayscale:</p>
<pre class="p-3 mb-2 text-body-secondary bg-body-tertiary cli"><samp>magick myimage.png -set colorspace RGB -separate myimage_channels_%d.png
magick myimage_channels_*.png -set colorspace RGB -combine -colorspace sRGB myimage2.png
diff --git a/www/compare.html b/www/compare.html
index d115803..95c57df 100644
--- a/www/compare.html
+++ b/www/compare.html
@@ -572,7 +572,7 @@ transparent, extract, background, or shape the alpha channel</td>
<td><a href="command-line-options.html#write-mask">-write-mask <var>filename</var></a></td>
<td>associate a write mask with the image</td>
</tr>
-
+ </tr>
</tbody>
</table>
</div>
diff --git a/www/gradient.html b/www/gradient.html
index 02268b4..0d16b8d 100644
--- a/www/gradient.html
+++ b/www/gradient.html
@@ -168,7 +168,7 @@ magick -size 256x256 radial-gradient:white-black radial_gradient.png </samp></pr
<p><img src="https://imagemagick.org/image/gradients/radial_gradient.png" alt="radial gradient" width="256" height="256" /></p>
<p>If you want non-linear grayscale gradients, then add -colorspace RGB -colorspace gray
-before saving the output. For example:<p>
+before saving the output. For example:</p>
<pre class="p-3 mb-2 text-body-secondary bg-body-tertiary cli"><samp>magick -size 256x256 gradient: linear_gradient.png
magick -size 256x256 gradient:white-black -colorspace RGB -colorspace gray linear_linear_gradient.png </samp></pre>
diff --git a/www/perl-magick.html b/www/perl-magick.html
index ce6ab1b..4a61ac5 100644
--- a/www/perl-magick.html
+++ b/www/perl-magick.html
@@ -1776,7 +1776,7 @@ can use the integers 1 and 0.</p>
<tr>
<td>orientation</td>
- <td>{TopLeft, TopRight, BottomRight, BottomLeft, LeftTop, RightTop, RightBottom, LeftBottom}</td>
+ <td>{top-left, top-right, bottom-right, bottom-left, left-top, right-top, right-bottom, left-bottom}</td>
<td>image orientation</td>
</tr>
diff --git a/www/security-policy.html b/www/security-policy.html
index d176a3d..c7a717c 100644
--- a/www/security-policy.html
+++ b/www/security-policy.html
@@ -464,7 +464,8 @@ Path: [built-in]
<h2><a class="anchor" id="synchronize"></a>Pixel Cache Synchronize Policy</h2>
-<p>When writing image pixels to disk, ImageMagick first preallocates the disk file, which is faster than fully populating the file with zeros. To improve performance even further, the file is memory-mapped on disk. This can result in an increase in performance of up to 5 times, but there is a possibility that the disk file may run out of free space as it is populated, causing the operating system (OS) to throw a SIGBUS signal which prevents ImageMagick from continuing. To prevent a SIGBUS signal from occurring, use this security policy:</p>
+<p>When writing image pixels to disk, ImageMagick firsts preallocates the disk file, which is much faster than fully populating the file with zeros. To further increase performance, we memory-map the file on disk. With memory-mapping, we get an increase in performance (up to 5x), however, there remains a possibility that as the disk file is populated, it may run out of free space. The OS then throws a SIGBUS signal which prevents ImageMagick from continuing. To prevent a SIGBUS, use this security policy:</p>
+
<pre class="p-3 mb-2 text-body-secondary bg-body-tertiary">
<policy domain="cache" name="synchronize" value="True"/>
|