top of page
Image Manipulation

 

Part A. Write a function that will accept the name of an image file and increase the contrast of the image.
 
Part B. Starting with the original image again emphasize the center of the image. This time use the following function to calculate the transformation on the figure:
 
Note: Xc and Yc are the center x and y positions
 
bottom of page