Re: [Zope3-dev] image libraries implementation in zope3 ?

2006-05-28 Thread Stephan Richter
On Friday 26 May 2006 09:43, Benji York wrote: gawel wrote: image transformation is a common task for web developpers. i've created a package to make them stop reinventing the wheel each time they need to resize an image or something else. -0, I don't quite see the need to abstract away

RE: [Zope3-dev] image libraries implementation in zope3 ?

2006-05-26 Thread dev
Hi Gael, Bernd Bernd and I added the z3c repository as a kind of Zope3 community repository at the last swiss easter sprint. I guess your package is a good thing to have it there. We do not have any restriction for packages which are located in this repository, except that they should follow

RE: [Zope3-dev] image libraries implementation in zope3 ?

2006-05-26 Thread dev
Hi Benji [...] gawel wrote: image transformation is a common task for web developpers. i've created a package to make them stop reinventing the wheel each time they need to resize an image or something else. -0, I don't quite see the need to abstract away image manipulation

Re: [Zope3-dev] image libraries implementation in zope3 ?

2006-05-26 Thread Lennart Regebro
On 5/26/06, Benji York [EMAIL PROTECTED] wrote: -0, I don't quite see the need to abstract away image manipulation libraries. I do. There are several of them, and at least the trivial stuff like resizing and format converting definitely can use an abstracted interface, so that you can resize,