1. Are there any imaging products in Zope that can suck data out of a database and generate PNGs or GIFs or JPEGs? 2. Is the PIL (Python Imaging Library) installed and available to Zope? Thanks for any help. Pieter
--On Samstag, 1. Februar 2003 12:10 +0000 pieter claassen <pieter@pieterclaassen.co.uk> wrote:
2. Is the PIL (Python Imaging Library) installed and available to Zope?
PIL is not part of the Zope distribution. You can use in general any Python extension with Zope. Restrictions apply in the context of untrusted code (TTW) e.g. inside PythonScripts. -aj
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
On Sat, Feb 01, 2003 at 12:10:54PM -0000, pieter claassen wrote:
1. Are there any imaging products in Zope that can suck data out of a database and generate PNGs or GIFs or JPEGs?
http://www.zope.org/Members/Dirk.Datzert/RenderPM maybe others.
2. Is the PIL (Python Imaging Library) installed and available to Zope?
not by default. -- Paul Winkler http://www.slinkp.com Look! Up in the sky! It's DEVIL DR SMEAT! (random hero from isometric.spaceninja.com)
participants (4)
-
Andreas Jung -
Martin Gebert -
Paul Winkler -
pieter claassen