Metadata-Version: 1.0
Name: collective.cropimage
Version: 1.2.1
Summary: Store cropped image dimension for farther usage.
Home-page: http://packages.python.org/collective.cropimage/
Author: Taito Horiuchi
Author-email: taito.horiuchi@gmail.com
License: BSD
Description: =========================
        collective.cropimage
        =========================
        
        This package provides image cropping for images which reside in ATContentTypes fields in Plone.
        Those images can be cropped without losing the original images and without adding new images to blobs.
        It only sets the cropping dimension to the object annotations.
        
        Tested With
        --------------
        * Plone-4.1.4 and Plone-4.2b2
        * Image and News Item Content Types.
        * collective.contentleadimage
        
        Further Documentation URL
        -------------------------------
        
        `http://packages.python.org/collective.cropimage/
        <http://packages.python.org/collective.cropimage/>`_
        
        Repository URL
        -----------------
        
        `https://github.com/collective/collective.cropimage/
        <https://github.com/collective/collective.cropimage/>`_
        
        Changelog
        ------------
        
        1.2.1 (2012-04-07)
        ==================
        
        - Package name changed from inicie.cropimage into collective.cropimage. [taito]
        - Turned into non-Zope2 package. [taito]
        - Javascript loading error for production site fixed. [taito]
        
        1.1.1 (2012-01-25)
        ==================
        
        - CSS updates. [taito]
        
        1.1 (2011-11-12)
        ==================
        
        - Setting aspectRatio, minSize and maxSize is not available. [taito]
        - Copy right updated. [taito]
        - Tested with collective.contentleadimage. [taito]
        
        1.0 (2011-10-03)
        ==================
        
        - Initial release. [taito]
        
        Contributors
        ---------------
        
        * Taito Horiuchi <taito.horiuchi at gmail.com>
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.1
Classifier: Framework :: Plone :: 4.2
Classifier: Programming Language :: Python
