Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Please explain clearly...! Graphics in Python using the JES environment you can get help https://studylib.net/doc/9274096/python-graphics---villanova-department-of-computing-sciences Long sets of instructions... Example: requestIntegerInRange(Please enter one of the

Please explain clearly...!

Graphics in Python using the JES environment

you can get help

https://studylib.net/doc/9274096/python-graphics---villanova-department-of-computing-sciences

image text in transcribed

image text in transcribed

image text in transcribed

Long sets of instructions...

Example:

requestIntegerInRange("Please enter one of the following

...

requestIntegerInRange("Please enter one of the following options: 1) grayscale, 2) reduce red,

...

requestIntegerInRange("Please enter one of the following options: 1) grayscale, 2) reduce red, 3) reduce green, 4) reduce blue, 5) posterize")

...

Need to break across lines - insert "new line" as part of the message.

Escape characters

Special characters that cannot be used directly as part of a string, eg:

- new line

\t - tab

\\ - backslash (\)

\' - single quote

Example:

showInformation("see you later")

Menu-driven picture manipulation program Show the original and modified picture. Welcome the user to your program Ask the user to select an option Get the user to select a picture to work on (if needed) Ask user whether to save the picture work (enter y), and if the response is y, save it Ask user if they want to modify another image? Show goodbye/thank you message Show original picture Modify the picture as required User Options 1. Decrease red, green or blue by 10% (ask user which color to decrease) 2. Make picture grayscale 3. Make negative of a photo 4. Add sun image to the photo 5. Posterize the image (see next slide) 6. Display triangle on the Eiffel tower. 7. Draw a rectangle on the clock-tower.jpg "Posterize function . For each pixel, if red

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Fundamentals Of Database Management Systems

Authors: Mark L. Gillenson

3rd Edition

978-1119907466

Students also viewed these Databases questions

Question

using signal flow graph

Answered: 1 week ago