]> granicus.if.org Git - imagemagick/commitdiff
Document complex text layout
authorCristy <urban-warrior@imagemagick.org>
Wed, 10 Feb 2016 19:30:46 +0000 (14:30 -0500)
committerCristy <urban-warrior@imagemagick.org>
Wed, 10 Feb 2016 19:30:46 +0000 (14:30 -0500)
README.md
README.txt

index d58c338ff0e82f2ad07ec48bbbbc1b50dfb9f863..e7933297d4608e436617c81be8c976a43daeae55 100644 (file)
--- a/README.md
+++ b/README.md
@@ -50,6 +50,7 @@ Here are just a few examples of what ImageMagick can do:
 * [Connected component labeling](http://www.imagemagick.org/script/connected-components.php): uniquely label connected regions in an image.
 * [Discrete Fourier transform](http://www.imagemagick.org/Usage/fourier/): implements the forward and inverse [DFT](http://en.wikipedia.org/wiki/Discrete_Fourier_transform).
 * [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.
+* [Complex text layout](https://en.wikipedia.org/wiki/Complex_text_layout) bidirectional text support and shaping.
 * [Color management](http://www.imagemagick.org/script/color-management.php): accurate color management with color profiles or in lieu of-- built-in gamma compression or expansion as demanded by the colorspace.
 * [High dynamic-range images](http://www.imagemagick.org/script/high-dynamic-range.php): accurately represent the wide range of intensity levels found in real scenes ranging from the brightest direct sunlight to the deepest darkest shadows.
 * [Encipher or decipher an image](http://www.imagemagick.org/script/cipher.php): convert ordinary images into unintelligible gibberish and back again.
index 3ea9e4b09340aa908afd9faa1164b1a6057e4c41..010612676fa2fe77183ff1f3dd78f8e39de71c6a 100644 (file)
@@ -51,7 +51,7 @@ Features and Capabilities
       * Special effects: blur, sharpen, threshold, or tint an image.
       * Animation: create a GIF animation sequence from a group of images.
       * Text & comments: insert descriptive or artistic text in an image.
-      * Image gradients: create a gradual blend of one color whose shape is
+      * Image gradients: create a gradual blend of one color whose shape is 
         horizontal, vertical, circular, or ellipical.
       * Image identification: describe the format and attributes of an image.
       * Composite: overlap one image over another.
@@ -71,6 +71,7 @@ Features and Capabilities
       * Perceptual hash: maps visually identical images to the same or similar
         hash-- useful in image retrieval, authentication, indexing, or copy
         detection as well as digital watermarking.
+      * Complex text layout: bidirectional text support and shaping.
       * Color management: accurate color management with color profiles or in
         lieu of-- built-in gamma compression or expansion as demanded by the
         colorspace.