diff --git a/docs/cite/index.html b/docs/cite/index.html index 476c9f66..d74e7127 100644 --- a/docs/cite/index.html +++ b/docs/cite/index.html @@ -11,7 +11,7 @@

Citation in Vancouver style

1. ImageMagick Studio LLC. ImageMagick [Internet]. 2024. Available from: https://imagemagick.org

Citation in Harvard style

-
ImageMagick Studio LLC, 2024. ImageMagick, Available at: https://imagemagick.org.
+
ImageMagick Studio LLC, 2024. ImageMagick, Available at: https://imagemagick.org.

Citation in Bibtex format

{% raw %}@software{imagemagick,
   author = {{ImageMagick Studio LLC}},
diff --git a/docs/command-line-options/index.html b/docs/command-line-options/index.html
index 0973b7d3..462e81ce 100644
--- a/docs/command-line-options/index.html
+++ b/docs/command-line-options/index.html
@@ -764,7 +764,7 @@ 

-auto-orient

This EXIF profile setting is usually set using a gravity sensor in digital camera, however photos taken directly downward or upward may not have an appropriate value. Also images that have been orientation 'corrected' without -reseting this setting, may be 'corrected' again resulting in a incorrect +resetting this setting, may be 'corrected' again resulting in a incorrect result. If the EXIF profile was previously stripped, the -auto-orient operator will do nothing.

@@ -1330,7 +1330,7 @@

-channel-fx expression

Let's create two meta channels and populate them with a copy of the gray pixels:

$ magick gray.pgm -channel-fx "gray=>meta, gray=>meta1" gray.tif
-

Notice we save the results into a TIFF image file. Not all formats support multipectral images. TIFF, MIFF, MPC, and FTXT do.

+

Notice we save the results into a TIFF image file. Not all formats support multispectral images. TIFF, MIFF, MPC, and FTXT do.

Add -debug pixel prior to the -channel-fx option to track the channel morphology.

@@ -4336,7 +4336,7 @@

-grayscale method

Note that a 'colorspace' intensity method will produce the same result -regardless of the current colorpsace of the image. But a 'mathematical' +regardless of the current colorspace of the image. But a 'mathematical' intensity method depends on the current colorspace the image is currently using.

@@ -4594,7 +4594,7 @@

-intensity method

The -colorspace gray image conversion also uses the current intensity setting, but will always convert the image to the -appropriate sRGB or linear-RGB colorspace before appling the above +appropriate sRGB or linear-RGB colorspace before applying the above function.

To print a complete list of possible pixel intensity setting methods, use -list intensity.

diff --git a/docs/compare/index.html b/docs/compare/index.html index 6037fc80..984e695e 100644 --- a/docs/compare/index.html +++ b/docs/compare/index.html @@ -53,7 +53,7 @@

Example Usage

Gray: 65532.9 (0.999967) 417,44 -

The value in the brackets is the normalized simularity metric.

+

The value in the brackets is the normalized similarity metric.

Note, similarity search respects the virtual page offset. To ensure expected results, make sure your image page offset is +0+0.

diff --git a/docs/escape/index.html b/docs/escape/index.html index a510aaec..e1ecbe3c 100644 --- a/docs/escape/index.html +++ b/docs/escape/index.html @@ -342,7 +342,7 @@

Long Form Attribute Percent Escapes

%[channels] - colorspace neumonic followed by total number of channels and meta channels, e.g., cmyka 8.3 indicates a CMYK image with alpha channel for a total of 8 channels and 3 meta channels. + colorspace mnemonic followed by total number of channels and meta channels, e.g., cmyka 8.3 indicates a CMYK image with alpha channel for a total of 8 channels and 3 meta channels. %[colors] @@ -612,7 +612,7 @@

Artifacts and Options

associated images.

As such you can use -set 'option:distort:viewport' '100x100' to -achieve the same result of setting a Artifact for the disort operation to use. +achieve the same result of setting a Artifact for the distort operation to use.

Internal Handling of a Global Option...

diff --git a/docs/formats/index.html b/docs/formats/index.html index 368ba8ae..62b9eeb8 100644 --- a/docs/formats/index.html +++ b/docs/formats/index.html @@ -610,7 +610,7 @@

Supported Image Formats

MAN R Linux reference manual pages - Requires that GNU groff and Ghostcript are installed. + Requires that GNU groff and Ghostscript are installed. @@ -1595,7 +1595,7 @@

Pseudo-image Formats

R Canvas image of specified color An backward compatible alias for the 'canvas:' - psuedo-file format, used to create a solid color canvas image. + pseudo-file format, used to create a solid color canvas image. diff --git a/docs/magick++/Drawable.html b/docs/magick++/Drawable.html index 3822a6ff..775944cf 100644 --- a/docs/magick++/Drawable.html +++ b/docs/magick++/Drawable.html @@ -378,7 +378,7 @@

Magick::Drawable

void

-

Push Graphic Context. When a graphic context is pushed, options set after the context is pushed (such as coordinate transformations, color settings, etc.) are saved to a new graphic context. This allows related options to be saved on a graphic context "stack" in order to support heirarchical nesting of options. When DrawablePopGraphicContext is used to pop the current graphic context, the options in effect during the last DrawablePushGraphicContext operation are restored.

+

Push Graphic Context. When a graphic context is pushed, options set after the context is pushed (such as coordinate transformations, color settings, etc.) are saved to a new graphic context. This allows related options to be saved on a graphic context "stack" in order to support hierarchical nesting of options. When DrawablePopGraphicContext is used to pop the current graphic context, the options in effect during the last DrawablePushGraphicContext operation are restored.

DrawablePushPattern

diff --git a/docs/magick++/Future.html b/docs/magick++/Future.html index d1469236..ad07de98 100644 --- a/docs/magick++/Future.html +++ b/docs/magick++/Future.html @@ -15,8 +15,8 @@

Future Plans

STL is used as the framework in which to store images. Template functions (e.g. montage) are provided to build the image lists required by ImageMagick and then invoke the list-oriented ImageMagick API. STL is quite powerful yet easy to use. At this stage Magick++ has matched what is currently available/possible using the PerlMagick API due to leveraging the power of STL.

2.0 CORBA and/or COM IDL based client API with server implementation for executing image processing operations on a remote (or local) computer.

This version provides an IDL-based API. A C++ wrapper API compatible with that developed for release 2.0 is available for use by clients. Client wrappers may also be developed for other languages (e.g. Java). COM and CORBA servers are provided which are implemented in terms of the Magick++ API in order to satisfy client requests (which may run a different operating system than the server).
-

3.0 Integration of IDL-based API with an existing open source work-queing system in order to load-share image processing tasks and the image frame and file level across a large number of machines.

-
This version is the culmination of the effort. By intelligently spreading work over many machines, the performance of ImageMagick is magnified. In order for this to be a success algorithms for efficient transfer of image data must be developed. Algorithms that take into account processor afinity and the CPU vs I/O tradeoff for the task to be performed must be developed. At this point in time, the queuing system to be employed has not been identified.
+

3.0 Integration of IDL-based API with an existing open source work-queuing system in order to load-share image processing tasks and the image frame and file level across a large number of machines.

+
This version is the culmination of the effort. By intelligently spreading work over many machines, the performance of ImageMagick is magnified. In order for this to be a success algorithms for efficient transfer of image data must be developed. Algorithms that take into account processor affinity and the CPU vs I/O tradeoff for the task to be performed must be developed. At this point in time, the queuing system to be employed has not been identified.
diff --git a/docs/magick++/Image++.html b/docs/magick++/Image++.html index 924d12b7..d789c647 100644 --- a/docs/magick++/Image++.html +++ b/docs/magick++/Image++.html @@ -2220,7 +2220,7 @@

parameter specifies the percentage of the difference between the original and the blur image that is added back into the original. The threshold_ parameter specifies the threshold in pixels needed to apply the - diffence amount. + difference amount. @@ -2250,7 +2250,7 @@

parameter specifies the percentage of the difference between the original and the blur image that is added back into the original. The threshold_ parameter specifies the threshold in pixels needed to apply the - diffence amount. + difference amount. @@ -3263,7 +3263,7 @@

Image Attributes

Filter to use when resizing image. The - reduction filter employed has a sigificant effect on the time required + reduction filter employed has a significant effect on the time required to resize an image and the resulting quality. The default filter is Lanczos which has been shown to produce high quality results when reducing most images. @@ -3390,7 +3390,7 @@

Image Attributes

ICC color profile. Supplied via a Blob since Magick++/ and ImageMagick do not - currently support formating this data structure directly.  + currently support formatting this data structure directly.  Specifications are available from the International Color Consortium for the format of ICC color profiles. @@ -3449,7 +3449,7 @@

Image Attributes

IPTC profile. Supplied via a Blob since Magick++ and ImageMagick do not - currently  support formating this data structure directly. + currently  support formatting this data structure directly. Specifications are available from the International Press Telecommunications Council for IPTC profiles. diff --git a/docs/magick++/Install.html b/docs/magick++/Install.html index edf03bd9..196139c1 100644 --- a/docs/magick++/Install.html +++ b/docs/magick++/Install.html @@ -261,7 +261,7 @@

Windows '9X, NT, 2003, 2008, XP, & Windows 7

Visual C++

Windows NT through Windows Vista are supported by the ImageMagick source package for NT available in the 'win2k' subdirectory of the ImageMagick ftp site (and mirrors). The ImageMagick source package for NT provides sources to ImageMagick, Magick++, add-on libraries (e.g. JPEG), and a ready-made Visual C++ 8.0 build environment. Please read the configuration and build instructions in README.txt (under the heading "Windows Win2K/XP VISUAL C++ 8.0 COMPILATION") in order to build Magick++.

Cygwin & GCC

-

It is possible to build both ImageMagick and Magick++ under the Cygwin Unix-emulation environment for Windows NT. Obtain and install Cgywin from http://www.cygwin.com/ . An X11R6 environment for Cygwin is available from http://www.cygwin.com/xfree/ .To build using Cygwin and GCC, follow the instructions for building under Unix.

+

It is possible to build both ImageMagick and Magick++ under the Cygwin Unix-emulation environment for Windows NT. Obtain and install Cygwin from http://www.cygwin.com/ . An X11R6 environment for Cygwin is available from http://www.cygwin.com/xfree/ .To build using Cygwin and GCC, follow the instructions for building under Unix.

diff --git a/docs/magick++/STL.html b/docs/magick++/STL.html index e4fb1970..f46597af 100644 --- a/docs/magick++/STL.html +++ b/docs/magick++/STL.html @@ -10,7 +10,7 @@

Magick++ STL Support

Magick++ provides a set of Standard -Template Libary (STL ) +Template Library (STL ) algorithms for operating across ranges of image frames in a container. It also provides a set of STL unary function objects to apply an operation on image frames in a container via an algorithm which uses @@ -144,7 +144,7 @@

Magick++ STL Support

relied on page offsets and disposal methods that the resulting sequence will be larger (perhaps much larger) then the original. This is useful for GIF animation sequences that have page offsets and disposal methods. -The resuting image sequence is returned via coalescedImages_.
+The resulting image sequence is returned via coalescedImages_.
@@ -1407,7 +1407,7 @@

Magick++ Unary Function Objects

FilterTypes filterType_ Filter to use when resizing image. The -reduction filter employed has a sigificant effect on the time required +reduction filter employed has a significant effect on the time required to resize an image and the resulting quality. The default filter is Lanczos which has been shown to produce good results when reducing images. diff --git a/docs/magick-cache/index.html b/docs/magick-cache/index.html index 0b6cd207..466fca0f 100644 --- a/docs/magick-cache/index.html +++ b/docs/magick-cache/index.html @@ -62,5 +62,5 @@

Delete a MagickCache

$ magick-cache -passkey passkey.txt delete /opt/magick-cache /

Be careful, after this command, your cached content is irrevocably lost.

Security

-

MagickCache security is not crytographically strong. Instead it generates a unique hash for each resource ensuring the resource ID cannot be discovered. A resource is accessible to both the user of the cache and the cache owner provided they can present their respective passkeys. They are also accessible to anyone with sufficient privileges to access the MagickCache disk path.

+

MagickCache security is not cryptographically strong. Instead it generates a unique hash for each resource ensuring the resource ID cannot be discovered. A resource is accessible to both the user of the cache and the cache owner provided they can present their respective passkeys. They are also accessible to anyone with sufficient privileges to access the MagickCache disk path.

diff --git a/docs/mirror/index.html b/docs/mirror/index.html index 3c8966fd..e73099bb 100644 --- a/docs/mirror/index.html +++ b/docs/mirror/index.html @@ -6,7 +6,7 @@

ImageMagick source and binary distributions are available from a variety of FTP and Web mirrors around the world listed below. ImageMagick stable and development source releases are also available from Git. Before you download, you may want to review recent changes to the ImageMagick distribution. The authoritative source code repository is https://github.com/ImageMagick.

The latest release of ImageMagick is version {{ site.magick.version }}.

-
Austrailia
+
Australia
https://mirror.endianness.com/imagemagick
https://mirror.aarnet.edu.au/pub/imagemagick/
Germany
diff --git a/docs/security-policy/index.html b/docs/security-policy/index.html index eb113de3..9f833b15 100644 --- a/docs/security-policy/index.html +++ b/docs/security-policy/index.html @@ -90,7 +90,7 @@

Example Security Policy

<policymap> <!-- Set maximum parallel threads. --> <policy domain="resource" name="thread" value="2"/> - <!-- Set maximum time in seconds or neumonics, e.g. "2 minutes". When this + <!-- Set maximum time in seconds or mnemonics, e.g. "2 minutes". When this limit is exceeded, an exception is thrown and processing stops. --> <policy domain="resource" name="time" value="60"/> <!-- Set maximum number of open pixel cache files. When this limit is