Metadata-Version: 2.1
Name: yafowil.widget.image
Version: 1.6
Summary: Image Widget for YAFOWIL
Home-page: http://github.com/conestack/yafowil.widget.image
Author: Yafowil Contributors
Author-email: dev@conestack.org
License: Simplified BSD
Description: This is an **image widget** for for `YAFOWIL
        <http://pypi.python.org/pypi/yafowil>`_ .
        
        - `Documentation <http://docs.yafowil.info/en/latest/blueprints.html#image>`_
        - `DEMO - see it Live <http://demo.yafowil.info/++widget++yafowil.widget.image/index.html>`_
        
        
        Source Code
        ===========
        
        The sources are in a GIT DVCS with its main branches at
        `github <http://github.com/conestack/yafowil.widget.image>`_.
        
        We'd be happy to see many forks and pull-requests to make YAFOWIL even better.
        
        
        Contributors
        ============
        
        - Robert Niederreiter
        
        - Georg Bernhard
        
        
        Changes
        =======
        
        1.6 (2022-10-06)
        ----------------
        
        - Introduce ``rounddpi`` flag for image blueprint. Pillow, as of version 6.0,
          no longer rounds reported DPI values for BMP, JPEG and PNG images, but image
          manipulation programs may not produce accurate DPI values.
          [rnix]
        
        
        1.5 (2018-07-16)
        ----------------
        
        - Python 3 compatibility.
          [rnix]
        
        - Convert doctests to unittests.
          [rnix]
        
        
        1.4.1 (2017-03-01)
        ------------------
        
        - Create runtime images directory for example only if examples are really used.
          [rnix, 2017-08-24]
        
        
        1.4 (2017-03-01)
        ----------------
        
        - Use ``yafowil.utils.entry_point`` decorator.
          [rnix, 2016-06-28]
        
        - Copy over used functions from ``ImageUtils`` package and drop dependency.
          [rnix, 2016-06-28]
        
        - Use ``&amp;`` instead of ``&`` for parameter separation in
          ``image_edit_renderer`` if image URL already contains GET parameters.
          [rnix, 2015-10-05]
        
        
        1.3 (2015-01-23)
        ----------------
        
        - Add top margin to input.
          [rnix, 2014-08-06]
        
        - Check for already existing query parameters befor adding nocache param to
          img src.
          [rnix, 2014-07-11]
        
        
        1.2
        ---
        
        - Add translations, package depends now ``yafowil`` >= 2.1
          [rnix, 2014-04-30]
        
        
        1.1.2
        -----
        
        - CSS fix.
          [rnix, 2012-10-30]
        
        
        1.1.1
        -----
        
        - use ``yafowil.utils.attr_value`` wherever possible.
          [rnix, 2012-10-25]
        
        
        1.1
        ---
        
        - Adopt resource providing
          [rnix, 2012-06-12]
        
        - Provide example widget
          [rnix, 2012-06-12]
        
        
        1.0.1
        -----
        
        - Add ``nocache`` request parameter to image ``src`` on edit.
          [rnix, 2012-31-05]
        
        - JS Fix.
          [rnix, 2012-31-05]
        
        
        1.0
        ---
        
        - Make it work
          [rnix]
        
        
        License
        =======
        
        Copyright (c) 2012-2021, BlueDynamics Alliance, Austria, Germany, Switzerland
        Copyright (c) 2021, Yafowil Contributors
        All rights reserved.
        
        Redistribution and use in source and binary forms, with or without
        modification, are permitted provided that the following conditions are met:
        
        * Redistributions of source code must retain the above copyright notice, this
          list of conditions and the following disclaimer.
        
        * Redistributions in binary form must reproduce the above copyright notice, this
          list of conditions and the following disclaimer in the documentation and/or
          other materials provided with the distribution.
        
        THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
        ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
        WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
        DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
        ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
        (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
        LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
        ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
        (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
        SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Provides-Extra: test
