Re: yaml + bindings to other languages

2006-05-06 Thread Jonathan Vanasco
On May 6, 2006, at 12:34 PM, Perrin Harkins wrote: I recommend using Imager. It's fast and easy to install. Seems to be the image library of choice in Perl these days. I'll give it a shot. Never heard of it before. Has anyone benchmarked YAML against XML in Perl? YAML seems to go to som

Re: yaml + bindings to other languages

2006-05-06 Thread Perrin Harkins
Jonathan Vanasco wrote: i seriously hate the speed and quality of GD / ImageMagick I recommend using Imager. It's fast and easy to install. Seems to be the image library of choice in Perl these days. b- use a cross-language data store for sessions -- which ended up being yaml. Has any

yaml + bindings to other languages

2006-05-05 Thread Jonathan Vanasco
this may make some of you cringe, so i apologize i've moved over a bunch of image processing and file uploading from a mod_perl project to the turbogears python framework - i seriously hate the speed and quality of GD / ImageMagick, and python's imaging library was better suited to my needs