Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristy committed Aug 15, 2018
1 parent d87c490 commit 72f2475
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions PerlMagick/Magick.xs
Expand Up @@ -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} } },
};

Expand Down
4 changes: 2 additions & 2 deletions PerlMagick/quantum/quantum.xs.in
Expand Up @@ -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} } },
};

Expand Down

0 comments on commit 72f2475

Please sign in to comment.