Edit: I made the wrong assumption the first time around..
Just checked out master and was going to try and implement glow and shadow on images, but running into a lot of issues.
First, I am trying to run the visual tests. The server kept crashing because headers were already sent. I commented out every test except for "image shadow", and it still crashed. I quickly debugged server.js and realized that in /render and /jpeg, done() fires twice.
Can anyone else confirm?