]> granicus.if.org Git - imagemagick/commitdiff
...
authorCristy <urban-warrior@imagemagick.org>
Wed, 15 Aug 2018 00:17:26 +0000 (20:17 -0400)
committerCristy <urban-warrior@imagemagick.org>
Wed, 15 Aug 2018 00:17:26 +0000 (20:17 -0400)
PerlMagick/Magick.xs
PerlMagick/quantum/quantum.xs.in

index 607ffde17efda3d04924e228d39a9745dc5b89e5..ea1ea2e3157ea7acf5565755717ba1414c9e3a32 100644 (file)
@@ -567,8 +567,8 @@ static struct
     { "Colorspace", { {"colorspace", MagickColorspaceOptions} } },
     { "AutoThreshold", { {"method", MagickAutoThresholdOptions} } },
     { "RangeThreshold", { {"geometry", StringReference},
-      {"low-soft", RealReference}, {"high-soft", RealReference},
-      {"low-hard", RealReference}, {"high-hard", RealReference},
+      {"low-black", RealReference}, {"low-white", RealReference},
+      {"high-white", RealReference}, {"high-black", RealReference},
       {"channel", MagickChannelOptions} } },
   };
 
index 2f62b867fbc8c00ab2701da481ab3d78d81d9043..14858fbedbf691155abf7aff658ff31a02b1ad5f 100644 (file)
@@ -567,8 +567,8 @@ static struct
     { "Colorspace", { {"colorspace", MagickColorspaceOptions} } },
     { "AutoThreshold", { {"method", MagickAutoThresholdOptions} } },
     { "RangeThreshold", { {"geometry", StringReference},
-      {"low-soft", RealReference}, {"high-soft", RealReference},
-      {"low-hard", RealReference}, {"high-hard", RealReference},
+      {"low-black", RealReference}, {"low-white", RealReference},
+      {"high-white", RealReference}, {"high-black", RealReference},
       {"channel", MagickChannelOptions} } },
   };