Currently, spritezero uses Mapnik in the generateLayout step. While this is helpful when the layout is passed to generateImage, it is a lot of unneeded work when the layout json is all an application needs.
Can we move this logic to the generateImage step? It would mean needing to calculate an icons width with something other than Mapnik Image.