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 @@
1. ImageMagick Studio LLC. ImageMagick [Internet]. 2024. Available from: https://imagemagick.org
+ImageMagick Studio LLC, 2024. ImageMagick, Available at: https://imagemagick.org.
ImageMagick Studio LLC, 2024. ImageMagick, Available at: https://imagemagick.org.
{% 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 @@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 @@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 @@cmyka 8.3 indicates a CMYK image with alpha channel for a total of 8 channels and 3 meta channels.cmyka 8.3 indicates a CMYK image with alpha channel for a total of 8 channels and 3 meta channels.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 @@canvas:'
- psuedo-file format, used to create a solid color canvas image.
+ pseudo-file format, used to create a solid color canvas image.
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
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.