From: cristy Date: Fri, 16 Oct 2009 22:56:10 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~10504 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=901f09dec8567f88ad6c73be08ce3c7043dd58a1;p=imagemagick --- diff --git a/utilities/convert.1 b/utilities/convert.1 index 1406237e1..bf22490d7 100644 --- a/utilities/convert.1 +++ b/utilities/convert.1 @@ -140,7 +140,7 @@ Image Operators: \-gamma value level of gamma correction \-gaussian-blur geometry reduce image noise and reduce detail levels - \-geometry geometry perferred size or location of the image + \-geometry geometry preferred size or location of the image \-identify identify the format and characteristics of the image \-ift implements the inverse discrete Fourier transform (DFT) \-implode amount implode image pixels about the center diff --git a/utilities/convert.1.in b/utilities/convert.1.in index bd6980bfb..9408064f1 100644 --- a/utilities/convert.1.in +++ b/utilities/convert.1.in @@ -140,7 +140,7 @@ Image Operators: \-gamma value level of gamma correction \-gaussian-blur geometry reduce image noise and reduce detail levels - \-geometry geometry perferred size or location of the image + \-geometry geometry preferred size or location of the image \-identify identify the format and characteristics of the image \-ift implements the inverse discrete Fourier transform (DFT) \-implode amount implode image pixels about the center diff --git a/utilities/import.1 b/utilities/import.1 index 4b5dcb7ce..63a65219b 100644 --- a/utilities/import.1 +++ b/utilities/import.1 @@ -65,7 +65,7 @@ Image Operators: \-border include image borders in the output image \-colors value preferred number of colors in the image \-crop geometry preferred size and location of the cropped image - \-geometry geometry perferred size or location of the image + \-geometry geometry preferred size or location of the image \-help print program options \-monochrome transform image to black and white \-negate replace every pixel with its complementary color diff --git a/utilities/import.1.in b/utilities/import.1.in index 261c5d69c..854630e64 100644 --- a/utilities/import.1.in +++ b/utilities/import.1.in @@ -65,7 +65,7 @@ Image Operators: \-border include image borders in the output image \-colors value preferred number of colors in the image \-crop geometry preferred size and location of the cropped image - \-geometry geometry perferred size or location of the image + \-geometry geometry preferred size or location of the image \-help print program options \-monochrome transform image to black and white \-negate replace every pixel with its complementary color diff --git a/utilities/mogrify.1 b/utilities/mogrify.1 index 80bb405d6..e4087b955 100644 --- a/utilities/mogrify.1 +++ b/utilities/mogrify.1 @@ -141,7 +141,7 @@ Image Operators: \-gamma value level of gamma correction \-gaussian-blur geometry reduce image noise and reduce detail levels - \-geometry geometry perferred size or location of the image + \-geometry geometry preferred size or location of the image \-ift implements the inverse discrete Fourier transform (DFT) \-help print program options \-identify identify the format and characteristics of the image diff --git a/utilities/mogrify.1.in b/utilities/mogrify.1.in index 1495c4532..fa6d3c666 100644 --- a/utilities/mogrify.1.in +++ b/utilities/mogrify.1.in @@ -141,7 +141,7 @@ Image Operators: \-gamma value level of gamma correction \-gaussian-blur geometry reduce image noise and reduce detail levels - \-geometry geometry perferred size or location of the image + \-geometry geometry preferred size or location of the image \-ift implements the inverse discrete Fourier transform (DFT) \-help print program options \-identify identify the format and characteristics of the image diff --git a/wand/convert.c b/wand/convert.c index cdd535a10..8a607a43a 100644 --- a/wand/convert.c +++ b/wand/convert.c @@ -201,7 +201,7 @@ static MagickBooleanType ConvertUsage(void) "-gamma value level of gamma correction", "-gaussian-blur geometry", " reduce image noise and reduce detail levels", - "-geometry geometry perferred size or location of the image", + "-geometry geometry preferred size or location of the image", "-identify identify the format and characteristics of the image", "-ift implements the inverse discrete Fourier transform (DFT)", "-implode amount implode image pixels about the center", diff --git a/wand/import.c b/wand/import.c index 53eae150f..6a5312fef 100644 --- a/wand/import.c +++ b/wand/import.c @@ -112,7 +112,7 @@ static MagickBooleanType ImportUsage(void) "-colors value preferred number of colors in the image", "-crop geometry preferred size and location of the cropped image", "-encipher filename convert plain pixels to cipher pixels", - "-geometry geometry perferred size or location of the image", + "-geometry geometry preferred size or location of the image", "-help print program options", "-monochrome transform image to black and white", "-negate replace every pixel with its complementary color ", diff --git a/wand/mogrify.c b/wand/mogrify.c index 3f69d0540..0d5f489f7 100644 --- a/wand/mogrify.c +++ b/wand/mogrify.c @@ -3482,7 +3482,7 @@ static MagickBooleanType MogrifyUsage(void) "-gamma value level of gamma correction", "-gaussian-blur geometry", " reduce image noise and reduce detail levels", - "-geometry geometry perferred size or location of the image", + "-geometry geometry preferred size or location of the image", "-identify identify the format and characteristics of the image", "-ift implements the inverse discrete Fourier transform (DFT)", "-implode amount implode image pixels about the center",