]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Mon, 13 Sep 2010 17:16:07 +0000 (17:16 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Mon, 13 Sep 2010 17:16:07 +0000 (17:16 +0000)
utilities/convert.1
utilities/convert.1.in
utilities/mogrify.1
utilities/mogrify.1.in
wand/convert.c
wand/mogrify.c
www/convert.html
www/mogrify.html

index 6c4ef41d6c0a735ee398d5ab09bf06a87ba67449..47094752a37385ecaa29845d501496c9cb61a213 100644 (file)
@@ -222,7 +222,7 @@ Image Operators:
 
 Image Sequence Operators:
   \-affinity filename   transform image colors to match this set of colors
-  \-append              append an image sequence
+  \-append              append an image sequence top to bottom
   \-clut                apply a color lookup table to the image
   \-coalesce            merge a sequence of images
   \-combine             combine a sequence of images
index 0fcdcce821c17d6e6206c865f2f5000fd57249a0..a866b69067f797da03a3fa487ea73aee4c33708d 100644 (file)
@@ -222,7 +222,7 @@ Image Operators:
 
 Image Sequence Operators:
   \-affinity filename   transform image colors to match this set of colors
-  \-append              append an image sequence
+  \-append              append an image sequence top to bottom (use +append for left to right)
   \-clut                apply a color lookup table to the image
   \-coalesce            merge a sequence of images
   \-combine             combine a sequence of images
index 6173c4ff24ab2f348bd3f511c948ff4a9932f184..2f519ce263efc04891515979c2672eb0bb2acdf3 100644 (file)
@@ -224,7 +224,7 @@ Image Operators:
 
 Image Sequence Operators:
   \-affinity filename   transform image colors to match this set of colors
-  \-append              append an image sequence
+  \-append              append an image sequence top to bottom
   \-clut                apply a color lookup table to the image
   \-coalesce            merge a sequence of images
   \-combine             combine a sequence of images
index 50070c16d49a8aac590f2fd9da32ba9652019d34..e94e288556d00475e32757b1cbf6a2d1418c489f 100644 (file)
@@ -224,7 +224,7 @@ Image Operators:
 
 Image Sequence Operators:
   \-affinity filename   transform image colors to match this set of colors
-  \-append              append an image sequence
+  \-append              append an image sequence top to botto (use +append for left to right)
   \-clut                apply a color lookup table to the image
   \-coalesce            merge a sequence of images
   \-combine             combine a sequence of images
index cc6f87b523c102e7f0a360b81059bffe019c2410..caacc1001730a337e51eeae64c7467285f7be9eb 100644 (file)
@@ -290,7 +290,7 @@ static MagickBooleanType ConvertUsage(void)
     },
     *sequence_operators[]=
     {
-      "-append              append an image sequence",
+      "-append              append an image sequence top to bottom",
       "-clut                apply a color lookup table to the image",
       "-coalesce            merge a sequence of images",
       "-combine             combine a sequence of images",
index 95a378e8d3b55b9a2caef3c74021f8be91aebbc2..5ecdb7e00a9228755bdb9efe3a306947560ecf76 100644 (file)
@@ -3765,7 +3765,7 @@ static MagickBooleanType MogrifyUsage(void)
     },
     *sequence_operators[]=
     {
-      "-append              append an image sequence",
+      "-append              append an image sequence top to bottom",
       "-clut                apply a color lookup table to the image",
       "-coalesce            merge a sequence of images",
       "-combine             combine a sequence of images",
index af36a73f14a07cb38f91f1364de23dd2a22765cf..e827fef8576a9c2516e4d28f0a3f6258144bbfcc 100644 (file)
@@ -261,7 +261,7 @@ transparent, extract, background, or shape the alpha channel</td>
 
   <tr>
     <td valign="top"><a href="../www/command-line-options.html#append">-append</a></td>
-    <td valign="top">append an image sequence</td>
+    <td valign="top">append an image sequence top to bottom</td>
   </tr>
 
   <tr>
index a4574c50c448d9f3e00b25dbe511cebe78581f65..7a65c4d0eb3f2c938a1528bdca7c5a2c36b1f872 100644 (file)
@@ -259,7 +259,7 @@ transparent, extract, background, or shape the alpha channel</td>
 
   <tr>
     <td valign="top"><a href="../www/command-line-options.html#append">-append</a></td>
-    <td valign="top">append an image sequence</td>
+    <td valign="top">append an image sequence top to bottom</td>
   </tr>
 
   <tr>