[Zope] Imaging support in Zope

Martin Gebert Murphy@members.netsolution-net.de
Sat, 01 Feb 2003 13:35:12 +0100


pieter claassen schrieb:

>1. Are there any imaging products in Zope that can suck data out of a
>database and generate PNGs or GIFs or JPEGs?
>
Do you mean a tool that builds charts? Or do you ask for BLOB-handling? 
For latter go to zope.org and search for "blob".

>2. Is the PIL (Python Imaging Library) installed and available to Zope?
>  
>
You can install PIL in the Python version Zope runs on, and use it 
either in External Methods or Products. There's also a way to permit 
usage in Pyton Scripts directly, but that's not recommanded.

Martin