Welcome to batch_crop’s documentation!

batch_crop is a Python utility for cropping lots of images at once and uniformly. This is the developer documentation. If you are just interested in using batch_crop, see the README at the root of the repository. This project is hosted on GitHub at https://github.com/U8NWXD/batch_crop.

Getting Started

  1. Install Python 3.6

  2. Clone repository:

    $ git clone https://github.com/U8NWXD/batch_crop
    
  3. Install requirements:

    $ pip install -r requirements.txt
    
  4. Run:

    python batch_crop.py
    

Indices and tables