From cecc9496d2583ee03c0c0341b45ef9611e1ee3ca Mon Sep 17 00:00:00 2001
From: cristy
ImageMagick utilizes multiple computational threads to increase performance and can read, process, or write mega-, giga-, or tera-pixel image sizes.
-ImageMagick is free software delivered as a ready-to-run binary distribution or as source code that you may use, copy, modify, and distribute in both open and proprietary applications. It is distributed under the Apache 2.0 license.
+ImageMagick is free software delivered as a ready-to-run binary distribution or as source code that you may use, copy, modify, and distribute in both open and proprietary applications. It is distributed under the Apache 2.0 license.
The ImageMagick development process ensures a stable API and ABI. Before each ImageMagick release, we perform a comprehensive security assessment that includes memory error and thread data race detection to prevent security vulnerabilities.
-The current release is ImageMagick 6.9.1-4 available from http://www.imagemagick.org/download. It runs on Linux, Windows, Mac Os X, iOS, Android OS, and others.
+The current release is ImageMagick 6.9.1-4 available from http://www.imagemagick.org/download. It runs on Linux, Windows, Mac Os X, iOS, Android OS, and others.
-The authoritative ImageMagick web site is http://www.imagemagick.org. The authoritative source code repository is https://subversion.imagemagick.org/subversion/ImageMagick/.
+The authoritative ImageMagick web site is http://www.imagemagick.org. The authoritative source code repository is https://subversion.imagemagick.org/subversion/ImageMagick/.
Here are just a few examples of what ImageMagick can do for you:
@@ -81,7 +81,7 @@ ImageMagickTransform -The design of ImageMagick is an evolutionary process, with the design and implementation efforts serving to influence and guide further progress in the other. With ImageMagick version 7, we aim to improve the design based on lessons learned from the version 6 implementation. See the porting guide to track the progress of the version 7 development effort.
+The design of ImageMagick is an evolutionary process, with the design and implementation efforts serving to influence and guide further progress in the other. With ImageMagick version 7, we aim to improve the design based on lessons learned from the version 6 implementation. See the porting guide to track the progress of the version 7 development effort.
To join the ImageMagick community, try the discourse server. You can review questions or comments (with informed responses) posed by ImageMagick users or ask your own questions.
@@ -210,7 +210,7 @@ ImageMagickBack to top ⢠Public Key ⢠- Contact Us + Contact Us© 1999-2015 ImageMagick Studio LLC
diff --git a/www/ImageMagickObject.html b/www/ImageMagickObject.html index e69b918a3..4a8c6ab57 100644 --- a/www/ImageMagickObject.html +++ b/www/ImageMagickObject.html @@ -25,7 +25,7 @@ - + diff --git a/www/advanced-unix-installation.html b/www/advanced-unix-installation.html index 7ddf4c30f..009b62acb 100644 --- a/www/advanced-unix-installation.html +++ b/www/advanced-unix-installation.html @@ -25,7 +25,7 @@ - + diff --git a/www/advanced-windows-installation.html b/www/advanced-windows-installation.html index 2b342e69e..154efb864 100644 --- a/www/advanced-windows-installation.html +++ b/www/advanced-windows-installation.html @@ -25,7 +25,7 @@ - + diff --git a/www/animate.html b/www/animate.html index 5cdc9d941..e38ab646c 100644 --- a/www/animate.html +++ b/www/animate.html @@ -25,7 +25,7 @@ - + diff --git a/www/api.html b/www/api.html index 832a0835c..113a8c4da 100644 --- a/www/api.html +++ b/www/api.html @@ -25,7 +25,7 @@ - + diff --git a/www/api/animate.html b/www/api/animate.html index 97ec90eba..baa2afe43 100644 --- a/www/api/animate.html +++ b/www/api/animate.html @@ -58,6 +58,37 @@AnimateImages() repeatedly displays an image sequence to any X window screen. It returns a value other than 0 if successful. Check the exception member of image to determine the reason for any failure.
+ +The format of the AnimateImages method is:
+ ++MagickBooleanType AnimateImages(const ImageInfo *image_info, + Image *images,ExceptionInfo *exception) ++ +
A description of each parameter follows:
+ +