http://www.perlmonks.org?node_id=680586


in reply to Re^2: An alternative for Gd?
in thread An alternative for Gd?

If by public service, you mean browser based, perhaps you should bypass Perl for a purely browser based, Javascripted solution, namely, <canvas>. In which case, not only do you avoid the hit for pushing the data to Google, you can actually avoid the hit for processing in your server, and let the browser do the rendering.

<canvas> does have some issues (no native text drawing, no native IE support, hard to get static copies of the image, etc.), but its a fairly serviceable solution.

Here's some pointers:


Perl Contrarian & SQL fanboy