Metadata-Version: 2.1
Name: piltools
Version: 0.0.2
Summary: Tool suite that augments existing Python Imaging Library
Home-page: https://github.com/GregWasHere/PILTools
Author: Greg Krause
Author-email: gregckrause@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/GregWasHere/PILTools/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: Pillow (==8.2.0)

# PILTools
## Python Imaging Library Tools

Pillow is "[the friendly PIL fork by Alex Clark and Contributors](https://pillow.readthedocs.io/en/stable/)".

This tool suite is meant to augment the existing Python Imaging Library with the following tools:
- Recrop: A dynamic image resizer. Given a target (width, height) dimension, resize the image, then crop with respect to a focus area.
- (More tools to come)

