https://github.com/abhinavjoe/python-photo-editor
A basic Python script for photo editing.
https://github.com/abhinavjoe/python-photo-editor
contributions-welcome mit-license os pillow python script
Last synced: 11 months ago
JSON representation
A basic Python script for photo editing.
- Host: GitHub
- URL: https://github.com/abhinavjoe/python-photo-editor
- Owner: AbhinavJoe
- License: mit
- Created: 2023-10-26T18:48:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-01T11:49:03.000Z (about 2 years ago)
- Last Synced: 2025-01-16T05:17:29.781Z (about 1 year ago)
- Topics: contributions-welcome, mit-license, os, pillow, python, script
- Language: Python
- Homepage:
- Size: 567 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Python-Photo-Editor
This repository contains a basic Python script for photo editing using the Pillow library. The script applies a series of enhancements, including sharpening, black and white conversion, transformation, rotation, and contrast adjustment, to images in the specified input directory. The edited images are then saved to the output directory. To use the script, ensure you have Python and Pillow installed on your machine. Clone the repository, set the input and output directories in the script, and run it using the `python photoeditor.py` command. Contributions are welcome, and the project is licensed under the MIT License.