Unified interface to access image data in different Zope image objects
Project description
Introduction
gomobile.imageinfo is abstraction layer to access image data in different Zope image objects. It takes in any image object or traversable path and returns Python Imaging Library object for it.
Supported different image objects include
Skin layer images, both file system based and ZMI uploads
Archetypes ATImage
Resource folder images (static media)
Images hosted on another server (http:// download)
This package is mainly used with Go Mobile for Plone project to dynamically resize images for mobile presentation, regardless what kind of image there was in the source code. It is used to extract image width and height, calculate proper mobile image size and then resize the image for that size on a second pass.
Usage
See tests for code examples.
TODO
Tests depends on gomobile.mobile presence
Source code
Source code is available via Google Code.
Beta software
This software is still in much development and aimed for advanced Python developers only.
0.1
Initial release
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.