]> granicus.if.org Git - imagemagick/commitdiff
...
authorCristy <urban-warrior@imagemagick.org>
Sun, 23 Sep 2018 15:10:15 +0000 (11:10 -0400)
committerCristy <urban-warrior@imagemagick.org>
Sun, 23 Sep 2018 15:10:15 +0000 (11:10 -0400)
utilities/ImageMagick.1

index a1da8eca4f4ce02e45c32a283b33011c811e91a9..fd0294265f65196e8b68f7c8841fd92d9b9bb13b 100644 (file)
@@ -12,7 +12,7 @@ The functionality of ImageMagick is typically utilized from the command-line or
 
 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 a dervived 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 a derived 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, thread data race detection, and continuous fuzzing to help prevent security vulnerabilities.
 
@@ -22,6 +22,10 @@ The authoritative ImageMagick web site is https://imagemagick.org. The authorita
 
 We continue to maintain the legacy release of ImageMagick, version 6, at https://legacy.imagemagick.org.
 
+The functionality of ImageMagick is typically utilized from the command line or you can use the features from programs written in your favorite programming language. Choose from these interfaces: MagickCore (C), MagickWand (C), ChMagick (Ch), Magick++ (C++), JMagick (Java), L-Magick (Lisp), PascalMagick (Pascal), PerlMagick (Perl), MagickWand for PHP (PHP), PythonMagick (Python), RMagick (Ruby), or TclMagick (Tcl/TK). With a language interface, use ImageMagick to modify or create images automagically and dynamically.
+
+ImageMagick includes a number of command-line utilities for manipulating images. Most of you are probably accustom to editing images one at a time with a graphical user interface (GUI) with such programs as gimp or Photoshop. However, a GUI is not always convenient. Suppose you want to process an image dynamically from a web script or you want to apply the same operations to many images or repeat a specific operation at different times to the same or different image. For these types of operations, the command-line image processing utility is appropriate.
+
 In the paragraphs below, find a short description for each command-line tool.Cl
 ick on the program name to get details on the program usage and a list of comman
 d-line options that alters how the program performs. If you are just getting acq