The image processing in the backend uses PIL, which by default will not
have jpeg support (and probably not png support as well) on osx. I just
added instructions to the top level README on getting libjpg and libpng,
you will need to do that then reinstall PIL. If you've already
installed PIL, you'll have to delete the PIL egg in order to have it
rebuild.
Shane