An open API service indexing awesome lists of open source software.

https://github.com/okwilkins/product-editor


https://github.com/okwilkins/product-editor

image-processing python

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# Bulk Product Editor
## Created by Oliver Wilkins
### June 2018

This script will detect the top, bottom, left and right most edges of objects. It will then crop down to these detected edges.
![alt text](https://imgur.com/gnz5SkR.png) ![alt text](https://i.imgur.com/mMKrAJi.png)
It will then detect the background of the picture, scale the picture to fit a specified size for a background and can add a logo to the bottom right hand corner.

## Installating/Running the Project

* You will need to have the pillow library installed
* Download or clone the repository
* Place the photos you want editing into the input folder
* Place your logo into the logos folder and name it 'logo.png'
* Run main.py