Re: [Zope3-dev] Zope 3 deprecation in 3.3

2006-05-26 Thread Martijn Faassen
Gary Poster wrote: On May 24, 2006, at 11:56 AM, Jim Fulton wrote: Christian Theune wrote: ... Hooray. Now, all the moves have happened already. Does someone know of a good and reliable way to find all the things we broke? Sure, release 3.3 final and wait for the reports to come in. ;) FW

[Zope3-dev] image libraries implementation in zope3 ?

2006-05-26 Thread gawel
Hi zope3 coders, 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. this package provides an IImageTransformer adapter to adapt an IImage. IImageTransformer use a named

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

2006-05-26 Thread Benji York
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 libraries. i don't have write a

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 th

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,