Skip to content

Commit

Permalink
Fixes grammar/typos/markdown (#5083)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikoandpiko committed Apr 27, 2022
1 parent bca2fb8 commit 6bcfc48
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Install-vms.txt
Expand Up @@ -13,7 +13,7 @@ VMS COMPILATION

where node_name is the DECNET X server to contact.

Note : the MAKE.COM files compile every thing with /name=(as_is,short). all
Note : the MAKE.COM files compile everything with /name=(as_is,short). all
the requested graphical lib's should be compiled with this qualifier (see
http://nchrem.tnw.tudelft/openvms for details on additional libraries
needed). All the .olb files of the libs are expected to be in SYS$LIBRARY.
Expand Down
2 changes: 1 addition & 1 deletion NEWS.txt
Expand Up @@ -28,7 +28,7 @@ Want more performance from ImageMagick? Try these options:

If these options are prohibitive, you can reduce the quality of the image
results. The default build is Q16 HDRI. If you disable HDRI, you use half
the memory and instead of predominately floating point operations, you use
the memory and instead of predominantly floating point operations, you use
the typically more efficient integer operations. The tradeoff is reduced
precision and you cannot process out of range pixel values (e.g. negative). If
you build the Q8 non-HDRI version of ImageMagick, you again reduce the memory
Expand Down
4 changes: 2 additions & 2 deletions NOTICE
Expand Up @@ -15,7 +15,7 @@ under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
CONDITIONS OF ANY KIND, either express or implied. See the License for the
specific language governing permissions and limitations under the License.

The full text of this license is availaible in the LICENSE file.
The full text of this license is available in the LICENSE file.

* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

Expand Down Expand Up @@ -91,7 +91,7 @@ right and license to deal in this software and documentation files (the
"Software"), including without limitation the rights to use, copy, modify,
merge, publish, distribute, sublicense, and/or sell copies of the Software, and
to permit persons who receive copies from any such party to do so, with the
only requirement being that this copyright notice remain intact.
only requirement being that this copyright notice remains intact.

* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -52,7 +52,7 @@ Here are just a few [examples](https://imagemagick.org/script/examples.php) of w
* [Montage](https://imagemagick.org/script/montage.php): juxtapose image thumbnails on an image canvas.
* [Morphology of shapes](https://legacy.imagemagick.org/Usage/morphology/): extract features, describe shapes and recognize patterns in images.
* [Motion picture support](https://imagemagick.org/script/motion-picture.php): read and write the common image formats used in digital film work.
* [Multispecral imagery](https://imagemagick.org/script/architecture.php#multispectral): support multispectral imagery up to 64 bands.
* [Multispectral imagery](https://imagemagick.org/script/architecture.php#multispectral): support multispectral imagery up to 64 bands.
* [Noise and color reduction](https://legacy.imagemagick.org/Usage/transform/#vision) Kuwahara Filter, mean-shift.
* [Perceptual hash](http://www.fmwconcepts.com/misc_tests/perceptual_hash_test_results_510/index.html): maps visually identical images to the same or similar hash-- useful in image retrieval, authentication, indexing, or copy detection as well as digital watermarking.
* [Special effects](https://legacy.imagemagick.org/Usage/blur/): blur, sharpen, threshold, or tint an image.
Expand All @@ -77,4 +77,4 @@ Want more performance from ImageMagick? Try these options:
* reduce lock contention with the [tcmalloc](http://goog-perftools.sourceforge.net/doc/tcmalloc.html) memory allocation library;
* push large images to a solid-state drive, see [large image support](https://imagemagick.org/script/architecture.php#tera-pixel).

If these options are prohibitive, you can reduce the quality of the image results. The default build is Q16 HDRI. If you disable [HDRI](https://imagemagick.org/script/high-dynamic-range.php), you use half the memory and instead of predominately floating point operations, you use the typically more efficient integer operations. The tradeoff is reduced precision and you cannot process out of range pixel values (e.g. negative). If you build the Q8 non-HDRI version of ImageMagick, you again reduce the memory requirements in half-- and once again there is a tradeoff, even less precision and no out of range pixel values. For a Q8 non-HDRI build of ImageMagick, use these configure script options: --with-quantum-depth=8 --disable-hdri.
If these options are prohibitive, you can reduce the quality of the image results. The default build is Q16 HDRI. If you disable [HDRI](https://imagemagick.org/script/high-dynamic-range.php), you use half the memory and instead of predominantly floating point operations, you use the typically more efficient integer operations. The tradeoff is reduced precision and you cannot process out of range pixel values (e.g. negative). If you build the Q8 non-HDRI version of ImageMagick, you again reduce the memory requirements in half-- and once again there is a tradeoff, even less precision and no out of range pixel values. For a Q8 non-HDRI build of ImageMagick, use these configure script options: --with-quantum-depth=8 --disable-hdri.
2 changes: 1 addition & 1 deletion README.txt
Expand Up @@ -129,7 +129,7 @@ News

If these options are prohibitive, you can reduce the quality of the image
results. The default build is Q16 HDRI. If you disable HDRI, you use
half the memory and instead of predominately floating point operations,
half the memory and instead of predominantly floating point operations,
you use the typically more efficient integer operations. The tradeoff
is reduced precision and you cannot process out of range pixel values
(e.g. negative). If you build the Q8 non-HDRI version of ImageMagick,
Expand Down
2 changes: 1 addition & 1 deletion SECURITY.md
Expand Up @@ -4,7 +4,7 @@ ImageMagick recommended practices **strongly** encourages you to configure a [se

## Supported Versions

We encourage users to upgrade to the lastest ImageMagick release to ensure that all known security vulnerabilities are addressed. On request, we can backport a vulnerability to other ImageMagick versions.
We encourage users to upgrade to the latest ImageMagick release to ensure that all known security vulnerabilities are addressed. On request, we can backport a vulnerability to other ImageMagick versions.

## Reporting a Vulnerability

Expand Down
2 changes: 1 addition & 1 deletion www/command-line-options.html
Expand Up @@ -6092,7 +6092,7 @@ <h2><a class="anchor" id="resize"></a>-resize <var>geometry</var></h2>
filter.</p>

<p>Many image processing algorithms assume your image is in a linear-light
coding. If your image is gamma-corrected, you can remove the nonlinear gamma
coding. If your image is gamma-corrected, you can remove the non-linear gamma
correction, apply the transform, then restore it like this:</p>

<pre class="bg-light text-dark mx-4"><samp>magick portrait.jpg -gamma .45455 -resize 25% -gamma 2.2 \
Expand Down
2 changes: 1 addition & 1 deletion www/news.html
Expand Up @@ -119,7 +119,7 @@ <h1 class="text-center">News</h1>
<li>reduce lock contention with the <a href="http://goog-perftools.sourceforge.net/doc/tcmalloc.html">tcmalloc</a> memory allocation library;</li>
<li>push large images to a solid-state drive, see <a href="../www/architecture.html#tera-pixel">large image support</a>.</li>
</ul>
<p>If these options are prohibitive, you can reduce the quality of the image results. The default build is Q16 HDRI. If you disable <a href="high-dynamic-range.html">HDRI</a>, you use half the memory and instead of predominately floating point operations, you use the typically more efficient integer operations. The trade-off is reduced precision and you cannot process out of range pixel values (e.g. negative). If you build the Q8 non-HDRI version of ImageMagick, you again reduce the memory requirements in half-- and once again there is a trade-off, even less precision and no out of range pixel values. For a Q8 non-HDRI build of ImageMagick, use these <samp>configure</samp> script options: <samp>--with-quantum-depth=8 --disable-hdri</samp>.</p>
<p>If these options are prohibitive, you can reduce the quality of the image results. The default build is Q16 HDRI. If you disable <a href="high-dynamic-range.html">HDRI</a>, you use half the memory and instead of predominantly floating point operations, you use the typically more efficient integer operations. The trade-off is reduced precision and you cannot process out of range pixel values (e.g. negative). If you build the Q8 non-HDRI version of ImageMagick, you again reduce the memory requirements in half-- and once again there is a trade-off, even less precision and no out of range pixel values. For a Q8 non-HDRI build of ImageMagick, use these <samp>configure</samp> script options: <samp>--with-quantum-depth=8 --disable-hdri</samp>.</p>

<h2><a class="anchor" id="community"></a>Community</h2>
<p>To join the ImageMagick community, try the <a target="_blank" href="https://github.com/ImageMagick/ImageMagick/discussions">discussion</a> service. You can review questions or comments (with informed responses) posed by ImageMagick users or ask your own questions. If you want to contribute image processing algorithms, other enhancements, or bug fixes, open an <a href="https://github.com/ImageMagick/ImageMagick/issues">issue</a>. </p>
Expand Down

0 comments on commit 6bcfc48

Please sign in to comment.