All functions Mac OS X Windows Crossplatform Components New in version: 1.0 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8 2.0
Component: GraphicsMagick
Mac OS X: Works
Windows: Works
MBS( "GMImage.AddNoise"; ImageRef; noiseType )
Parameter | Description | Example value |
---|---|---|
ImageRef | The image reference (a number returned from the GMImage.New functions) | 1 |
noiseType | UniformNoise = 0, GaussianNoise = 1, MultiplicativeGaussianNoise = 2, ImpulseNoise = 3, LaplacianNoise = 4, PoissonNoise = 5. | 0 |
Returns "OK" on success.
Add noise to image with specified noise type.
Feedback: Report problem or ask question.