|
|
|||
|
|
|
| ImageEffect applies the specified image effect to image. |
| ImageEffect uses parameters params. |
| {"Charcoal",x} | charcoal sketch effect | |
| {"Embossing",x, | embossing by an amount x at an angle | |
| {"OilPainting",x} | artistic oil painting effect | |
| {"Posterization",n} | posterization effect using n levels in each channel | |
| {"Solarization",t} | solarization or Sabatier effect | |
| {"MotionBlur",d, | motion blur of size d and angle |
| {"Noise",a} | adds zero-mean uniform noise of amplitude a/2 | |
| {"GaussianNoise", | adds zero-mean Gaussian noise with standard deviation | |
| {"SaltPepperNoise",f} | adds salt-and-pepper noise to a fraction f of the image | |
| {"PoissonNoise",a} | adds an amount a of Poisson noise |