]> granicus.if.org Git - imagemagick/commitdiff
Doh! Misspelled minimum
authorCristy <urban-warrior@imagemagick.org>
Tue, 20 Oct 2015 23:27:08 +0000 (19:27 -0400)
committerCristy <urban-warrior@imagemagick.org>
Tue, 20 Oct 2015 23:27:08 +0000 (19:27 -0400)
MagickCore/cache.c
MagickCore/paint.c
README.md
README.txt
www/gradient.html [new file with mode: 0644]

index b1db87ab6f29c2a57b14fd17c3af2e52204942af..239a122af8fe193de01fd7ee69225d2caf1275ad 100644 (file)
@@ -506,10 +506,10 @@ static MagickBooleanType ClonePixelCacheOnDisk(CacheInfo *restrict cache_info,
     ThrowFatalException(ResourceLimitFatalError,"MemoryAllocationFailed");
   extent=0;
   while ((count=read(cache_info->file,buffer,quantum)) > 0)
-  { 
+  {
     ssize_t
       number_bytes;
-    
+
     number_bytes=write(clone_info->file,buffer,(size_t) count);
     if (number_bytes != count)
       break;
index 243b955b1db3ce549e4538a95198e0b6c659a295..b3c76e32516fe8b8ec223ee510f6ad7d24145f8d 100644 (file)
@@ -581,7 +581,7 @@ MagickExport MagickBooleanType GradientImage(Image *image,
             2.0;
           gradient->radii.y=gradient->radii.x;
         }
-      if (LocaleCompare(artifact,"Mininum") == 0)
+      if (LocaleCompare(artifact,"Minimum") == 0)
         {
           gradient->radii.x=(double) (MagickMin(image->columns,image->rows))/
             2.0;
index 3dfa3c421cce9306ce9683e5cf6ac867d767f76f..d58c338ff0e82f2ad07ec48bbbbc1b50dfb9f863 100644 (file)
--- a/README.md
+++ b/README.md
@@ -38,6 +38,7 @@ Here are just a few examples of what ImageMagick can do:
 * [Special effects](http://www.imagemagick.org/Usage/blur/): blur, sharpen, threshold, or tint an image.
 * [Animation](http://www.imagemagick.org/Usage/anim_basics/): create a GIF animation sequence from a group of images.
 * [Text & comments](http://www.imagemagick.org/Usage/text/): insert descriptive or artistic text in an image.
+* [Image gradients](http://www.imagemagick.org/script/gradient.php): create a gradual blend of one color whose shape is horizontal, vertical, circular, or ellipical.
 * [Image identification](http://www.imagemagick.org/script/identify.php): describe the format and attributes of an image.
 * [Composite](http://www.imagemagick.org/script/composite.php): overlap one image over another.
 * [Montage](http://www.imagemagick.org/script/montage.php): juxtapose image thumbnails on an image canvas.
index c6104eaa6c7d0393e61aad2b4f7fd6bdf6861d76..3ea9e4b09340aa908afd9faa1164b1a6057e4c41 100644 (file)
@@ -51,6 +51,8 @@ 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
+        horizontal, vertical, circular, or ellipical.
       * Image identification: describe the format and attributes of an image.
       * Composite: overlap one image over another.
       * Montage: juxtapose image thumbnails on an image canvas.
diff --git a/www/gradient.html b/www/gradient.html
new file mode 100644 (file)
index 0000000..e69de29