Extract and manipulate 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.
The package is a part of mFabrik Web and Mobile solutions package to build multichannel content management with Python.
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 and issue tracking
The project is hosted at Google Code project repository.
Commercial support and development
This package is licenced under open source GPL 2 license.
Commercial CMS and mobile development support options are available from mFabrik’s Web and Mobile product site.
Our top class Python developers are ready to help you with any software development needs.
0.9.3
Mercifully handle remote image resizes with bad HTTP responses [miohtama]
0.9.2
Unauthorized images serving for mobile issue fixed [vsomogyi]
0.9.3 (unreleased)
Nothing changed yet.
0.9.3 (2012-08-14)
Added zcml autoinclude [miohtama]
0.9
Major project restructuring [miohtama]
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.