While reading about soft focus, I came across a method for applying soft focus digitally. One of the steps involved was a motion blur. After some experimenting, I discovered that the GIMP motion blur moves the image from where it previously was, by one half the blur length. The examples in the article lead me to believe that photoshop leaves the image where it was, without shifting it over, which seems to me like the correct behavior.
Here's an example of GIMP's motion blur. Before:
After motion blur:
I got around this by doing this:
- Duplicate the layer
- Let's say you wanted a blur of length 11, centered on the original image at 45°. In the upper layer, do a motion blur of length 5 at 45°
- In the lower layer, do a motion blur of length 5 at 225°
- Set the upper layer opacity to 50% and merge down
I compared that with this procedure:
- Motion blur of length 11 at 45°
- Move the layer down 5 pixels and right 5 pixels


