Re: PIL and ImageMagick scalability

2005-12-27 Thread Fredrik Lundh
Sebastjan Trepca wrote: > I have a question about image processing. We have a website which will > process a lot of images a day.It will be running Apache(worker) with > mod_python. My question is what should we use for processing. If we > use PIL the processing will be done with the same process

PIL and ImageMagick scalability

2005-12-26 Thread Sebastjan Trepca
Hi everyone! I have a question about image processing. We have a website which will process a lot of images a day.It will be running Apache(worker) with mod_python. My question is what should we use for processing. If we use PIL the processing will be done with the same process that handles other