You have your choice of these image effects:

Sharpen
sharpen your image. Specify radius and sigma as the parameter to effect the characteristics of the sharpening:
    <radius>x<sigma>
Blur
blur your image. Specify radius and sigma as the parameter to effect the characteristics of the blur:
    <radius>x<sigma>
Gaussian Blur
Gaussian blur your image. Specify radius and sigma as the parameter to effect the characteristics of the blur:
    <radius>x<sigma>
Despeckle
reduce the speckles within your image.
Median Filter
reduce the noise in an image by replacing each pixel with the median color in a circular neighborhood.
Reduce noise
reduce noise in your image. The principal function of noise peak elimination filter is to smooth the objects within an image without losing edge information and without creating undesired structures.
Emboss
emboss your image.
Threshold
create a bi-level image such that any pixel intensity that is equal or exceeds the threshold is reassigned the maximum intensity otherwise the minimum intensity.
Edge detect
detect edges within your image. Specify factor as the percent enhancement (0.0 - 99.9%).
Spread
displace image pixels by a random amount. Specify the parameter as the amount of spread.
Shade
shade the image using a distant light source. The parameter looks like this:
    <azimuth>x<elevation>

See examples of select ImageMagick Studio effects.


[comment]