mirror of
https://github.com/ImageMagick/ImageMagick.git
synced 2026-05-31 11:18:42 +02:00
This commit is contained in:
@@ -864,16 +864,6 @@ void Magick::Image::draw ( const std::list<Magick::Drawable> &drawable_ )
|
||||
}
|
||||
|
||||
// Hilight edges in image
|
||||
void Magick::Image::edge ( const double radius_)
|
||||
{
|
||||
ExceptionInfo exceptionInfo;
|
||||
GetExceptionInfo( &exceptionInfo );
|
||||
MagickCore::Image* newImage =
|
||||
EdgeImage( image(), radius_, 1.0, &exceptionInfo );
|
||||
replaceImage( newImage );
|
||||
throwException( exceptionInfo );
|
||||
(void) DestroyExceptionInfo( &exceptionInfo );
|
||||
}
|
||||
void Magick::Image::edge ( const double radius_, const double sigma_ )
|
||||
{
|
||||
ExceptionInfo exceptionInfo;
|
||||
|
||||
@@ -283,7 +283,6 @@ namespace Magick
|
||||
void draw ( const std::list<Magick::Drawable> &drawable_ );
|
||||
|
||||
// Edge image (hilight edges in image)
|
||||
void edge ( const double radius_ = 0.0 );
|
||||
void edge ( const double radius_ = 0.0,
|
||||
const double sigma_ = 1.0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user