Is it possible to do image processing by pixel shader?

I blend two polygons with different textures and transparency into frame buffer. Can I do some image processing functions after blending, (such as invertion, edge detection) by using pixel shader function?