onlyjus / batchphoto

An application for batch editing photos.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

batchphoto

An application for batch editing photos.

Features

  • Auto crop based on object detection (face, object on uniform background)

Installation

$ pip install batchphoto

Usage

  1. Resize images to either an aspect ratio (5a7) or specific pixel dimensions (1920p1080):
$ batchphoto crop resize -i *.jpg -o output -r 5a7 4a6 1920p1080
  1. Auto crop and image(s) with a face:
$ batchphoto crop face -i *.jpg -o output

About

An application for batch editing photos.

License:MIT License


Languages

Language:Python 100.0%