[Zope] image processing site quidance...

2006-02-20 Thread Nicolas Georgakopoulos
Hello Zopistas, I need a little guidance for a site that must make image processing on the fly. Users should be able to upload image files and after some pixels manipulation they should see the image preview after the changes and download it. I have installed PIL successfully for that reason (

Re: [Zope] image processing site quidance...

2006-02-20 Thread Tino Wildenhain
Nicolas Georgakopoulos schrieb: > Hello Zopistas, > > I need a little guidance for a site that must make image processing on > the fly. > Users should be able to upload image files and after some pixels > manipulation they should see the image preview after the changes and > download it. You shou

Re: [Zope] image processing site quidance...

2006-02-21 Thread Nicolas Georgakopoulos
Tino Wildenhain wrote: Nicolas Georgakopoulos schrieb: Hello Zopistas, I need a little guidance for a site that must make image processing on the fly. Users should be able to upload image files and after some pixels manipulation they should see the image preview after the changes and downl

Re: [Zope] image processing site quidance...

2006-02-22 Thread Chris Withers
Nicolas Georgakopoulos wrote: I don't have any experience writing external products... should be easy if I finish the python programming part as a simple traditional python release and then to implement it as a Zope product ? Yeah, sure be easy enough... and we're to help if you run into pro

Re: [Zope] image processing site quidance...

2006-02-23 Thread Nicolas Georgakopoulos
Chris Withers wrote: Nicolas Georgakopoulos wrote: I don't have any experience writing external products... should be easy if I finish the python programming part as a simple traditional python release and then to implement it as a Zope product ? Yeah, sure be easy enough... and we're to

Re: [Zope] image processing site quidance...

2006-02-24 Thread Chris Withers
Nicolas Georgakopoulos wrote: That's the point , I think it will be easier (for me) if I write a python program that is called by Zope external method to make the image processing in the local file system. So the image files should be uploaded in the local files system to be processed and the