Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit fdf56d9

Browse files
made suggested changes in the script and readme.md file.
1 parent 4da1ef8 commit fdf56d9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

‎Image editor python script/Image_editing_script.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def edited_image_preview(image_name):
111111

112112
print("=======Do you want to preview the edited image ?=======")
113113

114-
preview_choice = input("Type 1 for yes and 2 for no : ")
114+
preview_choice = input("Type 1 for YES and 2 for NO : ")
115115

116116
if preview_choice in ('1', '2'):
117117

‎Image editor python script/readme.md‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
#Image Editor Python Script
1+
#Image Editor Python Script
22
This menu-driven python script uses pillow library to make do some editing over the given image.
33
The editing includes flipping, rotating , increasing or decreasing contrast, enhancing sharpness,
44
applying different filters onto the image and finally gives the user to preview the edited image
55
and save it to a specified path.The script also includes a range of filters such as black and white
66
, sepia, negative and some custom-made filters.
77

8-
#Setup instructions
8+
#Setup instructions
99
First of all pip install Pillow on your machine.
1010
Run the script.It will ask you to provide the path for the image you want to edit.
1111
Enter the location of the image along with the name and extension of the image.
@@ -22,14 +22,14 @@ eg : C:\Users\Pictures\Saved Pictures\edited_flower.jpeg
2222

2323
Voila ! You will have your edited image. !
2424

25-
#Detailed explanation of script
25+
#Detailed explanation of script
2626

2727
This script uses python imaging library called Pillow
2828
(modules used - Image, ImageFilter, ImageEnhance)
2929
This script consists of a main menu and some submenus.
3030
After making the necessary changes to the image, user also gets the option to preview
3131
and save the image at a desired location.
3232

33-
#Author
33+
#Author
3434

3535
Asmita Aggarwal

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /