[Zope3-dev] image libraries implementation in zope3 ?

Lennart Regebro regebro at gmail.com
Fri May 26 13:03:50 EDT 2006


On 5/26/06, Benji York <benji at zope.com> 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, no matter what library you use.

For more advanced stuff the abstraction seems pointless, the interface
would be to specific anyway.

But maybe it should be called IImageResizer, and IImageConverter,
instead of trying to merge those very different interfaces into one.

-- 
Lennart Regebro, Nuxeo     http://www.nuxeo.com/
CPS Content Management     http://www.cps-project.org/


More information about the Zope3-dev mailing list