https://github.com/okwilkins/product-editor
https://github.com/okwilkins/product-editor
image-processing python
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/okwilkins/product-editor
- Owner: okwilkins
- Created: 2018-06-22T16:37:06.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-26T15:03:09.000Z (almost 8 years ago)
- Last Synced: 2026-01-02T00:56:23.490Z (6 months ago)
- Topics: image-processing, python
- Language: Python
- Size: 13.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.
 
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