Metadata-Version: 2.4
Name: redturtle.scale
Version: 1.0a2
Summary: This is an high experimental addon to improve image management in Plone/Volto
Home-page: https://github.com/collective/redturtle.scale
Author: Mauro Amico
Author-email: mauro.amico@redturtle.it
License: GPL version 2
Project-URL: PyPI, https://pypi.org/project/redturtle.scale/
Project-URL: Source, https://github.com/collective/redturtle.scale
Project-URL: Tracker, https://github.com/collective/redturtle.scale/issues
Keywords: Python Plone CMS
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: Addon
Classifier: Framework :: Plone :: 6.0
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Requires-Python: >=3.8
License-File: LICENSE.GPL
License-File: LICENSE.rst
Requires-Dist: setuptools
Requires-Dist: plone.api>=1.8.4
Requires-Dist: plone.app.dexterity
Requires-Dist: plone.scale>=4
Provides-Extra: test
Requires-Dist: plone.app.testing; extra == "test"
Requires-Dist: plone.testing>=5.0.0; extra == "test"
Requires-Dist: plone.app.contenttypes; extra == "test"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: project-url
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

.. This README is meant for consumption by humans and PyPI. PyPI can render rst files so please do not use Sphinx features.
   If you want to learn more about writing documentation, please check out: http://docs.plone.org/about/documentation_styleguide.html
   This text does not appear on PyPI or github. It is a comment.

.. image:: https://github.com/collective/redturtle.scale/actions/workflows/plone-package.yml/badge.svg
    :target: https://github.com/collective/redturtle.scale/actions/workflows/plone-package.yml

.. image:: https://img.shields.io/pypi/v/redturtle.scale.svg
    :target: https://pypi.python.org/pypi/redturtle.scale/
    :alt: Latest Version

.. image:: https://img.shields.io/pypi/status/redturtle.scale.svg
    :target: https://pypi.python.org/pypi/redturtle.scale
    :alt: Egg Status

.. image:: https://img.shields.io/pypi/pyversions/redturtle.scale.svg?style=plastic   :alt: Supported - Python Versions

.. image:: https://img.shields.io/pypi/l/redturtle.scale.svg
    :target: https://pypi.python.org/pypi/redturtle.scale/
    :alt: License


===============
redturtle.scale
===============

This is an high experimental addon to improve image management in Plone/Volto

Features
--------

- convert JPEG and PNG images to WebP format during scaling.


Contribute
----------

- Issue Tracker: https://github.com/collective/redturtle.scale/issues
- Source Code: https://github.com/collective/redturtle.scale


Support
-------

If you are having issues, please let us know.


License
-------

The project is licensed under the GPLv2.


Contributors
============

- Mauro Amico, mauro.amico@redturtle.it


Changelog
=========


1.0a2 (2025-05-23)
------------------

- Improve install/uninstall setuphandler
  [mamico]

1.0a1 (2025-05-23)
------------------

- Initial release.
  [mamico]
