Question: How do I do this using Python? Program: Simple Graphics and Image Processing Program 1 is designed to demonstrate your ability to use the turtle

How do I do this using Python?

How do I do this using Python? Program: Simple Graphics and Image

Program: Simple Graphics and Image Processing Program 1 is designed to demonstrate your ability to use the turtle (drawing) and images modules. These concepts will help cement the foundations of graphic and image processing required in much of today's programming. Part 1. Write a Python program that generates a drawing using a Turtle object. The object can be your own design but needs to include changes in pen color and width as well as various fill colors (hint. Look at radial polygon shapes). When complete, create a gif of the drawing and save as: part1_Last_First.gif Part 2. Write a Python program (named p1_Last_First.py) that uses part1_Last_First.gif to demonstrate various image manipulation techniques as available with the images module. Paste the resulting screen captures onto a blank document, using the naming convention: part2_Last_First a) Create a blurred version of the original image (take a screen capture) b) Create a grayscale version of the original image (take a screen capture) c) Create an inverse version of the original image (hint... look at project #7 on page 241) (take a screen capture) 1. part1_Last_First.gif 2. part2_Last_First (can be a .docx, .pptx, .pdf, etc...) 3. p1_Last_First.py

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!