Uploaded images aren't shown in view/ aren't resized
This Error Reference applies to:
Any version.
This Error Reference is intended for:
Any audience.
You need PIL (python imaging library) or ImageMagick installed properly on your Zope's host operating system.
Solution:
You can download PIL (or use the version delivered with your OS) and make it available to the Python-Installation your Zope uses.
Or you can download ImageMagick (or use the version delivered with your OS) and install it in a way your Zope can access it.
Please read also Archetypes/docs/known_issues.rst
ImageMagick and Image
Install it in a way your Zope can access it-- anyone around that can clarify exactly how to do that? I have ImageMagick installed:
convert -version Version: ImageMagick 6.2.2 05/26/05 Q16 file:/usr/share/ImageMagick-6.2.2/doc/index.html Copyright: Copyright (C) 1999-2005 ImageMagick Studio LLC
But, the Image object doesn't seem to use it. I only get the full-size images. The resized images aren't there.