mirror of
https://github.com/ImageMagick/ImageMagick.git
synced 2026-05-31 11:18:42 +02:00
Changed argument type.
This commit is contained in:
@@ -4476,7 +4476,7 @@ void Magick::Image::splice(const Geometry &geometry_,
|
||||
splice(geometry_);
|
||||
}
|
||||
|
||||
void Magick::Image::spread(const size_t amount_)
|
||||
void Magick::Image::spread(const double amount_)
|
||||
{
|
||||
MagickCore::Image
|
||||
*newImage;
|
||||
|
||||
@@ -1357,7 +1357,7 @@ namespace Magick
|
||||
const GravityType gravity_);
|
||||
|
||||
// Spread pixels randomly within image by specified ammount
|
||||
void spread(const size_t amount_=3);
|
||||
void spread(const double amount_=3.0);
|
||||
|
||||
// Returns the statistics for this image.
|
||||
Magick::ImageStatistics statistics() const;
|
||||
|
||||
Reference in New Issue
Block a user