Question: Solve Using python: 6.8 Draw horizontal and vertical lines on a picture with 10 pixels between the lines. 6.10 Draw diagonal lines on a picture
Solve Using python:


6.8 Draw horizontal and vertical lines on a picture with 10 pixels between the lines. 6.10 Draw diagonal lines on a picture from top left to bottom right using addLine. 6.12 What is a vector-based image? How does it differ from a bitmapped image? When is it better to use a vector-based image? 6.21 Write a function to mirror along the diagonal from (0,0) to (width, height). 6.22 Write a function to mirror along the diagonal from (0, height) to (width, 0). 6.28 Write a general crop function that takes a source picture, the start X value, the start Y value, the end X value, and the end Y value. Create and return the new picture and copy just the specified area into the new picture. 6.37 One of the four functions below generated this picture. 6.38 One of the four functions below generated this picture
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
