Metadata-Version: 2.1
Name: MrCrop
Version: 1.0.0
Summary: Crop faces from batches of images in directory faster
Home-page: https://github.com/dhamodharanrk/MrCrop
Author: Dhamodharan Karuppuswamy
Author-email: dhamodharanrk@gmail.com
License: BSD 2-Clause
Platform: UNKNOWN
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: numpy (>=1.10)
Requires-Dist: opencv-python (<4,>=3)
Requires-Dist: Pillow (>5)


# MrCrop

Used to crop the images into perfect profile picture with auto-detect face feature.

## How to use
It can be used via command line:

	usage: MrCrop [-I INPUT] [-O OUTPUT] [-R REJECT] [-U UNKNOWN] [-W WIDTH] [-H HEIGHT]


