]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Fri, 16 Oct 2009 22:56:10 +0000 (22:56 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Fri, 16 Oct 2009 22:56:10 +0000 (22:56 +0000)
utilities/convert.1
utilities/convert.1.in
utilities/import.1
utilities/import.1.in
utilities/mogrify.1
utilities/mogrify.1.in
wand/convert.c
wand/import.c
wand/mogrify.c

index 1406237e156c0b3304248fca6c2988116535604b..bf22490d75e660a329305929c82a173d47fbb51b 100644 (file)
@@ -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
index bd6980bfb347835d781be1e2fbefeac34159dc3e..9408064f15e25b11473c64be386141a2658e3ade 100644 (file)
@@ -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
index 4b5dcb7cebfe1ead61f98c1f0c0055044d647fa8..63a65219b937c2a2cb34d856590f22ed31209c8b 100644 (file)
@@ -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 
index 261c5d69cb31e89193d4052a6ea99c04d08b8b32..854630e6438d1b432f332b110c91581e3af2d9cc 100644 (file)
@@ -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 
index 80bb405d6b4b4cc1bfa2fcdc1ce0ecd3e4b0422b..e4087b9552838b9e291e0d855debd01fa261a000 100644 (file)
@@ -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
index 1495c4532ae5dcfdcb75e4b0104d8f8cdef977d6..fa6d3c666092ac9138d85eb1edce88ce499036a7 100644 (file)
@@ -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
index cdd535a108463d2e4757072dfcd9ba9259fded36..8a607a43a98809240d686af0edb5141077a111f1 100644 (file)
@@ -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",
index 53eae150f667dec62f4f3a3f980f1c7e4de3e86e..6a5312feff2445a95cfbef700ede444c81526de6 100644 (file)
@@ -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 ",
index 3f69d0540479c08e81f9a086a245d0e75efae332..0d5f489f7f9fcaad1d35a8e9496acaa39f7489c3 100644 (file)
@@ -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",