You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-### An Circular Image Cropper is an image processing application created in python with tkinter gui and OpenCv library.
3
+
-### In this application user can select an image, and will be able to crop the image circularly.
4
+
-### Also user will be able to see the preview of the original image as well as the cropped image.
5
+
-### User can also reset the cropped image to original format using RESET button.
6
+
-### Also after cropping user will be able to save the cropped image to any where on the local system.
7
+
8
+
****
9
+
10
+
# REQUIREMENTS :
11
+
-### python 3=
12
+
-### tkinter module
13
+
-### filedialog from tkinter
14
+
-### messagebox
15
+
-### from PIL import Image, ImageTk, ImageDraw
16
+
-### numpy
17
+
-### cv2
18
+
19
+
****
20
+
21
+
# HOW TO Use it :
22
+
-### User just need to download the file, and run the circular_image_cropper.py, on local system.
23
+
-### After running a GUI window appears, where user can see button like START and EXIT.
24
+
-### After user clicks on the START button a main application window will appear, where user needs to select an image file using SELECT button from the local system.
25
+
-### After selecting the image, two images will appear on screen one on left side, which is original and one on write in which Circular Cropped format will be shown.
26
+
-### Now user can start cropping of selected image using CIRCULAR CROP button.
27
+
-### After segmenting user can also save the cropped image to any location in local system using SAVE button.
28
+
-### User can also reset the cropped image to original format using RESET button.s
29
+
-### Also there is exit button, clicking on which we get a exit dialog box asking the permission to exit.
30
+
31
+
# Purpose :
32
+
-### This scripts helps user to easily crop any image in circular format and even save it anywhere in local system.
33
+
34
+
# Compilation Steps :
35
+
-### Install tkinter, PIL, numpy, cv2
36
+
-### After that download the code file, and run circular_image_cropper.py on local system.
37
+
-### Then the script will start running and user can explore it by selecting any image and cropping it circularly.
0 commit comments