Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Create a Python program that allows the user to choose an image using the mouse, and also takes one command line argument which is where

image text in transcribedCreate a Python program that allows the user to choose an image using the mouse, and also takes one command line argument which is where the user wishes to write the file. It then manipulates and shows the final manipulated image to the user and when it is done with the manipulation it also writes it to disk as indicated by the user at runtime.

The program manipulates the image in the following way:

  1. The main function will take one argument which is a text string indicating where the user wishes to write the file.
  2. It has the user pickAFile() to edit
  3. It changes the light purple stars to a green color
  4. It changes the pinkish stars to a deep red color
  5. It changes the red circle to black
  6. It changes the orange ellipse to blue
  7. It changes the light blue rectangle to gray
  8. It changes the brown body and head of the ukulele to dark blue
  9. It changes blackish fretboard of the ukulele to red
  10. It lightens the top left quarter of the image.
  11. It then displays the image to the user
  12. It then writes the image to disk as the user indicated in the call to the main function

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

Database Administration The Complete Guide To Dba Practices And Procedures

Authors: Craig S. Mullins

2nd Edition

0321822943, 978-0321822949

More Books

Students also viewed these Databases questions

Question

1. What are the pros and cons of diversity for an organisation?

Answered: 1 week ago

Question

1. Explain the concept of diversity and equality in the workplace.

Answered: 1 week ago