image: magick image object returned by image_read() or image_graph()
times: number of times to repeat the despeckle operation
radius: radius, in pixels, for various transformations
noisetype: string with a noisetype value from noise_types .
sigma: the standard deviation of the Laplacian, in pixels.
angle: angle, in degrees, for various transformations
factor: image implode factor (special effect)
Examples
logo <- image_read("logo:")image_despeckle(logo)image_reducenoise(logo)image_noise(logo)image_blur(logo,10,10)image_motion_blur(logo,10,10,45)image_charcoal(logo)image_oilpaint(logo, radius =3)image_emboss(logo)image_implode(logo)image_negate(logo)