[Zope] to convert images on the fly with zope

Gilles Lenfant glenfant@bigfoot.com
Tue, 21 Aug 2001 17:02:32 +0200


Have a look at PIL (http://www.pythonware.com)
It's a Python package for playing with bitmaps.
I did a similar thing in few lines of pure Python/CGI.
You should perhaps consider to build a cache of converted images to improve
performanes.
It should not be that difficult to do within Zope.

----- Original Message -----
From: "Sylvain Boureliou" <sylvain.boureliou@msg-software.com>
To: <zope@zope.org>
Sent: Tuesday, August 21, 2001 4:02 PM
Subject: [Zope] to convert images on the fly with zope


> Hi all
>
> How can i convert on the fly tiff images to jpg or gif before publish them
> with Zope ?
> If somebody has a solution...
>
> Thanks for help.
>
> -sylvain
>
>
> _______________________________________________
> Zope maillist  -  Zope@zope.org
> http://lists.zope.org/mailman/listinfo/zope
> **   No cross posts or HTML encoding!  **
> (Related lists -
>  http://lists.zope.org/mailman/listinfo/zope-announce
>  http://lists.zope.org/mailman/listinfo/zope-dev )
>