What would be the best Python library to use when producing text-based images requiring things such as leading, kerning, outlines, drop-shadows, etc?
I've worked with PIL before for resizing images, but the methods for working with text seem rather limited. Is there a better alternative?