GUI program for irregular Quadrilateral cropped to nice fitting Rectangle
- Clone this repository
- Browse the cloned location
- Install dependencies:
pip install -r requirements.txt
- Load up the image by updating line 248 with the image path
- Run the script:
python CropApp.py
- Select the area to crop by moving the cropping corners
- Click on the Crop button and check the preview
- Click on Save button to save the cropped image (saves as result.jpg in the same location of the python script)
- Click on Reset button to reset the cropping corners
This project was created and tested under Windows, and is expected to work fully in other systems too.
This project is still under development. Parts of the source codes may not be well documented. Also suitable prompts may not be available for the user at the moment.
More features and fixes are yet to come. Meanwhile suggestions, ideas, bug reports are welcomed.
I am a python n00bie! I am still learning python! I have tried my best to give in as much effort required (of course directly proportionate to my knowledge), for this project.
Kinjal Raykarmakar