From: cristy Date: Mon, 13 Sep 2010 17:16:07 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~8938 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=de5f6c6941cbaa2286c75808fcf3e9e33f5ea929;p=imagemagick --- diff --git a/utilities/convert.1 b/utilities/convert.1 index 6c4ef41d6..47094752a 100644 --- a/utilities/convert.1 +++ b/utilities/convert.1 @@ -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 diff --git a/utilities/convert.1.in b/utilities/convert.1.in index 0fcdcce82..a866b6906 100644 --- a/utilities/convert.1.in +++ b/utilities/convert.1.in @@ -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 diff --git a/utilities/mogrify.1 b/utilities/mogrify.1 index 6173c4ff2..2f519ce26 100644 --- a/utilities/mogrify.1 +++ b/utilities/mogrify.1 @@ -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 diff --git a/utilities/mogrify.1.in b/utilities/mogrify.1.in index 50070c16d..e94e28855 100644 --- a/utilities/mogrify.1.in +++ b/utilities/mogrify.1.in @@ -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 diff --git a/wand/convert.c b/wand/convert.c index cc6f87b52..caacc1001 100644 --- a/wand/convert.c +++ b/wand/convert.c @@ -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", diff --git a/wand/mogrify.c b/wand/mogrify.c index 95a378e8d..5ecdb7e00 100644 --- a/wand/mogrify.c +++ b/wand/mogrify.c @@ -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", diff --git a/www/convert.html b/www/convert.html index af36a73f1..e827fef85 100644 --- a/www/convert.html +++ b/www/convert.html @@ -261,7 +261,7 @@ transparent, extract, background, or shape the alpha channel -append - append an image sequence + append an image sequence top to bottom diff --git a/www/mogrify.html b/www/mogrify.html index a4574c50c..7a65c4d0e 100644 --- a/www/mogrify.html +++ b/www/mogrify.html @@ -259,7 +259,7 @@ transparent, extract, background, or shape the alpha channel -append - append an image sequence + append an image sequence top to bottom